From 03c227da630c5e507f178fd021d6d11ab0f2459a Mon Sep 17 00:00:00 2001 From: Mark Heath Date: Tue, 5 Sep 2017 19:18:28 +0100 Subject: [PATCH] v1.8.3 release --- NAudio/Properties/AssemblyInfo.cs | 4 ++-- build.fsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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