Bump to version 3.2.0

This commit is contained in:
2016-08-01 19:01:21 +01:00
parent 333b1dce44
commit b74ddef436
3 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2016-08-01 Natalia Portillo <claunia@claunia.com>
* AssemblyInfo.cs:
* DiscImageChef.Helpers.csproj: Bump to version 3.2.0
2016-07-31 Natalia Portillo <claunia@claunia.com>
* DateHandlers.cs: Added support for U.C.S.D. Pascal

View File

@@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>DiscImageChef.Helpers</RootNamespace>
<AssemblyName>DiscImageChef.Helpers</AssemblyName>
<ReleaseVersion>3.1.0</ReleaseVersion>
<ReleaseVersion>3.2.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

View File

@@ -5,11 +5,11 @@ using System.Runtime.CompilerServices;
// Change them to the values specific to your project.
[assembly: AssemblyTitle("DiscImageChef.Helpers")]
[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("")]
@@ -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("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.