Skip to content

Commit 03c227d

Browse files
committed
v1.8.3 release
1 parent 9689153 commit 03c227d

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.2.0")]
36-
[assembly: AssemblyFileVersion("1.8.2.0")]
35+
[assembly: AssemblyVersion("1.8.3.0")]
36+
[assembly: AssemblyFileVersion("1.8.3.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.2" // todo get the version number from elsewhere
62+
Version = "1.8.3" // todo get the version number from elsewhere
6363
WorkingDir = "."
6464
OutputPath = deployDir
6565

0 commit comments

Comments
 (0)