Navigation Menu

Skip to content

Commit

Permalink
updating version numbers for 1.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
markheath committed Dec 27, 2016
1 parent fddc215 commit 0885990
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions NAudio/Properties/AssemblyInfo.cs
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Mark Heath")]
[assembly: AssemblyProduct("NAudio")]
[assembly: AssemblyCopyright("© 2001-2014 Mark Heath")]
[assembly: AssemblyCopyright("© 2001-2017 Mark Heath")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -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.7.3.0")]
[assembly: AssemblyFileVersion("1.7.3.0")]
[assembly: AssemblyVersion("1.8.0.0")]
[assembly: AssemblyFileVersion("1.8.0.0")]
2 changes: 1 addition & 1 deletion build.fsx
Expand Up @@ -59,7 +59,7 @@ Target "NuGet" (fun _ ->
Summary = projectSummary
WorkingDir = packagingDir
AccessKey = myAccesskey*)
Version = "1.8.0-beta" // todo get the version number from elsewhere
Version = "1.8.0" // todo get the version number from elsewhere
WorkingDir = "."
OutputPath = deployDir

Expand Down

0 comments on commit 0885990

Please sign in to comment.