We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9689153 commit 03c227dCopy full SHA for 03c227d
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.2.0")]
36
-[assembly: AssemblyFileVersion("1.8.2.0")]
+[assembly: AssemblyVersion("1.8.3.0")]
+[assembly: AssemblyFileVersion("1.8.3.0")]
build.fsx
@@ -59,7 +59,7 @@ Target "NuGet" (fun _ ->
59
Summary = projectSummary
60
WorkingDir = packagingDir
61
AccessKey = myAccesskey*)
62
- Version = "1.8.2" // todo get the version number from elsewhere
+ Version = "1.8.3" // todo get the version number from elsewhere
63
WorkingDir = "."
64
OutputPath = deployDir
65
0 commit comments