Skip to content

Commit

Permalink
release 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markheath committed Jul 22, 2017
1 parent 8b8ff19 commit c7d1f54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NAudio/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.8.0.0")]
[assembly: AssemblyFileVersion("1.8.0.0")]
[assembly: AssemblyVersion("1.8.1.0")]
[assembly: AssemblyFileVersion("1.8.1.0")]
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Target "NuGet" (fun _ ->
Summary = projectSummary
WorkingDir = packagingDir
AccessKey = myAccesskey*)
Version = "1.8.0" // todo get the version number from elsewhere
Version = "1.8.1" // todo get the version number from elsewhere
WorkingDir = "."
OutputPath = deployDir

Expand Down

0 comments on commit c7d1f54

Please sign in to comment.