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