Skip to content

Commit 53af427

Browse files
committed
Bump nuget version to 1.0.3, including PR#10 new features
1 parent 81eafe8 commit 53af427

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ obj/
88
*.nupkg
99
test-results/
1010
/packages/
11+
/.vs

SvgNet/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
[assembly: AssemblyCulture("")]
2121

2222
[assembly: AssemblyVersion("1.0.0")]
23-
[assembly: AssemblyFileVersion("1.0.2")]
24-
[assembly: AssemblyInformationalVersion("1.0.2")]
23+
[assembly: AssemblyFileVersion("1.0.3")]
24+
[assembly: AssemblyInformationalVersion("1.0.3")]
2525

2626
[assembly: AssemblyDelaySign(false)]
2727
[assembly: AssemblyKeyFile("")]

0 commit comments

Comments
 (0)