From a100242577d55cc7c9d9c352bce75b3e34f59848 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Mon, 1 Aug 2016 19:01:21 +0100 Subject: [PATCH] Bump to version 3.2.0 --- ChangeLog | 5 +++++ DiscImageChef.Console.csproj | 2 +- Properties/AssemblyInfo.cs | 6 +++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index fe9618f7a..ad873fda7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-08-01 Natalia Portillo + + * AssemblyInfo.cs: + * DiscImageChef.Console.csproj: Bump to version 3.2.0 + 2016-07-29 Natalia Portillo * DiscImageChef.Console.csproj: Bump to version 3.1.0. diff --git a/DiscImageChef.Console.csproj b/DiscImageChef.Console.csproj index d1eaea0dc..196c7c08d 100644 --- a/DiscImageChef.Console.csproj +++ b/DiscImageChef.Console.csproj @@ -9,7 +9,7 @@ Library DiscImageChef.Console DiscImageChef.Console - 3.1.0 + 3.2.0 true diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 69835da84..04f56db38 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -42,11 +42,11 @@ using System.Runtime.CompilerServices; // Change them to the values specific to your project. [assembly: AssemblyTitle("DiscImageChef.Console")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("The Disc Image Chef")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Claunia.com")] [assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("© Claunia.com")] +[assembly: AssemblyCopyright("Copyright © 2011-2016 Natalia Portillo")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -54,7 +54,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("1.0.*")] +[assembly: AssemblyVersion("3.2.0.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.