Skip to content

Commit 19e1da5

Browse files
Merge pull request #61 from MarvinKlein1508/v9-0-1-prepare
V9.0.2 prepare
2 parents 963436f + e593316 commit 19e1da5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Or via the Visual Studio package manger.
1616
## Basic usage
1717
Start by adding the following using statement to your root `_Imports.razor`.
1818
```asp
19-
@using SignaturePad
19+
@using SigPad
2020
```
2121

2222
Next you should define a property in your class. For example:

SignaturePad/SignaturePad.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
7-
<Version>9.0.0</Version>
7+
<Version>9.0.2</Version>
88
<Description>A simple to use blazor component to draw a signature.</Description>
9-
<Copyright>2023 - 2024</Copyright>
9+
<Copyright>2023 - 2025</Copyright>
1010
<RepositoryUrl>https://github.com/MarvinKlein1508/SignaturePad</RepositoryUrl>
1111
<RepositoryType>git</RepositoryType>
1212
<PackageTags>unterschrift, signature</PackageTags>

0 commit comments

Comments
 (0)