Skip to content

Commit c7d1f54

Browse files
committed
release 1.8.1
1 parent 8b8ff19 commit c7d1f54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NAudio/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
//
3333
// You can specify all the values or you can default the Revision and Build Numbers
3434
// by using the '*' as shown below:
35-
[assembly: AssemblyVersion("1.8.0.0")]
36-
[assembly: AssemblyFileVersion("1.8.0.0")]
35+
[assembly: AssemblyVersion("1.8.1.0")]
36+
[assembly: AssemblyFileVersion("1.8.1.0")]

build.fsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Target "NuGet" (fun _ ->
5959
Summary = projectSummary
6060
WorkingDir = packagingDir
6161
AccessKey = myAccesskey*)
62-
Version = "1.8.0" // todo get the version number from elsewhere
62+
Version = "1.8.1" // todo get the version number from elsewhere
6363
WorkingDir = "."
6464
OutputPath = deployDir
6565

0 commit comments

Comments
 (0)