Bump to version 3.1.0.

This commit is contained in:
2016-07-29 02:25:29 +01:00
parent f9ac2e4733
commit 1152a034db
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2016-07-29 Natalia Portillo <claunia@claunia.com>
* DiscImageChef.Decoders.csproj: Bump to version 3.1.0.
2016-07-28 Natalia Portillo <claunia@claunia.com> 2016-07-28 Natalia Portillo <claunia@claunia.com>
* Modes.cs: * Modes.cs:

View File

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