File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Or via the Visual Studio package manger.
16
16
## Basic usage
17
17
Start by adding the following using statement to your root ` _Imports.razor ` .
18
18
``` asp
19
- @using SignaturePad
19
+ @using SigPad
20
20
```
21
21
22
22
Next you should define a property in your class. For example:
Original file line number Diff line number Diff line change 4
4
<TargetFrameworks >net8.0;net9.0</TargetFrameworks >
5
5
<Nullable >enable</Nullable >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
- <Version >9.0.0 </Version >
7
+ <Version >9.0.2 </Version >
8
8
<Description >A simple to use blazor component to draw a signature.</Description >
9
- <Copyright >2023 - 2024 </Copyright >
9
+ <Copyright >2023 - 2025 </Copyright >
10
10
<RepositoryUrl >https://github.com/MarvinKlein1508/SignaturePad</RepositoryUrl >
11
11
<RepositoryType >git</RepositoryType >
12
12
<PackageTags >unterschrift, signature</PackageTags >
You can’t perform that action at this time.
0 commit comments