diff --git a/NAudio/Properties/AssemblyInfo.cs b/NAudio/Properties/AssemblyInfo.cs index 80d7d125..bc9650cf 100644 --- a/NAudio/Properties/AssemblyInfo.cs +++ b/NAudio/Properties/AssemblyInfo.cs @@ -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.1.0")] -[assembly: AssemblyFileVersion("1.8.1.0")] +[assembly: AssemblyVersion("1.8.2.0")] +[assembly: AssemblyFileVersion("1.8.2.0")] diff --git a/build.fsx b/build.fsx index 86407401..0ae02006 100644 --- a/build.fsx +++ b/build.fsx @@ -59,7 +59,7 @@ Target "NuGet" (fun _ -> Summary = projectSummary WorkingDir = packagingDir AccessKey = myAccesskey*) - Version = "1.8.1" // todo get the version number from elsewhere + Version = "1.8.2" // todo get the version number from elsewhere WorkingDir = "." OutputPath = deployDir