Sync nuspec and assembly info

This commit is contained in:
Matt Nadareski
2020-01-29 11:31:44 -08:00
parent 72d29aabd2
commit 249064580a
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
<package >
<metadata>
<id>BurnOutSharp</id>
<version>1.03.8.2</version>
<version>1.03.9.0</version>
<title>BurnOutSharp</title>
<authors>Matt Nadareski, Gernot Knippen</authors>
<owners>Matt Nadareski, Gernot Knippen</owners>

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.03.8.0")]
[assembly: AssemblyFileVersion("1.03.8.0")]
[assembly: AssemblyVersion("1.03.9.0")]
[assembly: AssemblyFileVersion("1.03.9.0")]