From 63c79aeb295f73569de7f8e37d1cba01b738337c Mon Sep 17 00:00:00 2001 From: Mark Heath Date: Sun, 6 Aug 2017 19:57:19 +0100 Subject: [PATCH] v1.8.2 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 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