From a4ceb4461fa6634d539013d2a05748a408f45db0 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Mon, 1 Aug 2016 19:07:04 +0100 Subject: [PATCH] Bumped to version 3.2.1. --- ChangeLog | 5 +++++ DiscImageChef.CommonTypes.csproj | 2 +- Properties/AssemblyInfo.cs | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 84683ea..a5a978e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-08-01 Natalia Portillo + + * AssemblyInfo.cs: + * DiscImageChef.CommonTypes.csproj: Bumped to version 3.2.1. + 2016-08-01 Natalia Portillo * AssemblyInfo.cs: diff --git a/DiscImageChef.CommonTypes.csproj b/DiscImageChef.CommonTypes.csproj index bb78d84..b1c4081 100644 --- a/DiscImageChef.CommonTypes.csproj +++ b/DiscImageChef.CommonTypes.csproj @@ -9,7 +9,7 @@ Library DiscImageChef.CommonTypes DiscImageChef.CommonTypes - 3.2.0 + 3.2.1 true diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 4bff8d6..f1ea887 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -17,7 +17,7 @@ using System.Runtime.CompilerServices; // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("3.2.0.0")] +[assembly: AssemblyVersion("3.2.1.0")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing.