Skip to content

Commit 63c79ae

Browse files
committed
v1.8.2 release
1 parent cfc72d4 commit 63c79ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NAudio/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
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.1.0")]
36-
[assembly: AssemblyFileVersion("1.8.1.0")]
35+
[assembly: AssemblyVersion("1.8.2.0")]
36+
[assembly: AssemblyFileVersion("1.8.2.0")]

build.fsx

Lines changed: 1 addition & 1 deletion
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.1" // todo get the version number from elsewhere
62+
Version = "1.8.2" // todo get the version number from elsewhere
6363
WorkingDir = "."
6464
OutputPath = deployDir
6565

0 commit comments

Comments
 (0)