Bumped to version 3.2.1.

This commit is contained in:
2016-08-01 19:07:04 +01:00
parent 61a7811591
commit a4ceb4461f
3 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2016-08-01 Natalia Portillo <claunia@claunia.com>
* AssemblyInfo.cs:
* DiscImageChef.CommonTypes.csproj: Bumped to version 3.2.1.
2016-08-01 Natalia Portillo <claunia@claunia.com>
* AssemblyInfo.cs:

View File

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

View File

@@ -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.