mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Bump version to 2.2
This commit is contained in:
@@ -27,6 +27,6 @@ Global
|
||||
GlobalSection(MonoDevelopProperties) = preSolution
|
||||
StartupItem = DiscImageChef\DiscImageChef.csproj
|
||||
description = The Disc Image Chef.
|
||||
version = 2.1
|
||||
version = 2.2
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
||||
@@ -54,7 +54,7 @@ using System.Reflection;
|
||||
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
|
||||
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
|
||||
|
||||
[assembly: AssemblyVersion("2.1.*")]
|
||||
[assembly: AssemblyVersion("2.2.*")]
|
||||
|
||||
// The following attributes are used to specify the signing key for the assembly,
|
||||
// if desired. See the Mono documentation for more information about signing.
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<RootNamespace>DiscImageChef</RootNamespace>
|
||||
<AssemblyName>DiscImageChef</AssemblyName>
|
||||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
||||
<ReleaseVersion>2.1</ReleaseVersion>
|
||||
<ReleaseVersion>2.2</ReleaseVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
||||
<DebugSymbols>True</DebugSymbols>
|
||||
|
||||
@@ -41,6 +41,6 @@
|
||||
</Package>
|
||||
</Packages>
|
||||
</Packages>
|
||||
<ReleaseVersion>2.1</ReleaseVersion>
|
||||
<ReleaseVersion>2.2</ReleaseVersion>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@@ -1,4 +1,4 @@
|
||||
DiscImageChef v2.10
|
||||
DiscImageChef v2.20
|
||||
===================
|
||||
|
||||
Disc Image Chef (because "swiss-army-knife" is used too much)
|
||||
|
||||
Reference in New Issue
Block a user