From c7d1f544f62aca43a6a8ec6745828a69d5eaf3f5 Mon Sep 17 00:00:00 2001 From: Mark Heath Date: Sat, 22 Jul 2017 12:31:52 +0100 Subject: [PATCH] release 1.8.1 --- 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 a5ca50a9..80d7d125 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.0.0")] -[assembly: AssemblyFileVersion("1.8.0.0")] +[assembly: AssemblyVersion("1.8.1.0")] +[assembly: AssemblyFileVersion("1.8.1.0")] diff --git a/build.fsx b/build.fsx index 84e7a8d0..86407401 100644 --- a/build.fsx +++ b/build.fsx @@ -59,7 +59,7 @@ Target "NuGet" (fun _ -> Summary = projectSummary WorkingDir = packagingDir AccessKey = myAccesskey*) - Version = "1.8.0" // todo get the version number from elsewhere + Version = "1.8.1" // todo get the version number from elsewhere WorkingDir = "." OutputPath = deployDir