We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b8ff19 commit c7d1f54Copy full SHA for c7d1f54
NAudio/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
32
//
33
// You can specify all the values or you can default the Revision and Build Numbers
34
// by using the '*' as shown below:
35
-[assembly: AssemblyVersion("1.8.0.0")]
36
-[assembly: AssemblyFileVersion("1.8.0.0")]
+[assembly: AssemblyVersion("1.8.1.0")]
+[assembly: AssemblyFileVersion("1.8.1.0")]
build.fsx
@@ -59,7 +59,7 @@ Target "NuGet" (fun _ ->
59
Summary = projectSummary
60
WorkingDir = packagingDir
61
AccessKey = myAccesskey*)
62
- Version = "1.8.0" // todo get the version number from elsewhere
+ Version = "1.8.1" // todo get the version number from elsewhere
63
WorkingDir = "."
64
OutputPath = deployDir
65
0 commit comments