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
|
GlobalSection(MonoDevelopProperties) = preSolution
|
||||||
StartupItem = DiscImageChef\DiscImageChef.csproj
|
StartupItem = DiscImageChef\DiscImageChef.csproj
|
||||||
description = The Disc Image Chef.
|
description = The Disc Image Chef.
|
||||||
version = 2.1
|
version = 2.2
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
EndGlobal
|
EndGlobal
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ using System.Reflection;
|
|||||||
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
|
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
|
||||||
// and "{Major}.{Minor}.{Build}.*" will update just the 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,
|
// The following attributes are used to specify the signing key for the assembly,
|
||||||
// if desired. See the Mono documentation for more information about signing.
|
// if desired. See the Mono documentation for more information about signing.
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<RootNamespace>DiscImageChef</RootNamespace>
|
<RootNamespace>DiscImageChef</RootNamespace>
|
||||||
<AssemblyName>DiscImageChef</AssemblyName>
|
<AssemblyName>DiscImageChef</AssemblyName>
|
||||||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
||||||
<ReleaseVersion>2.1</ReleaseVersion>
|
<ReleaseVersion>2.2</ReleaseVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
||||||
<DebugSymbols>True</DebugSymbols>
|
<DebugSymbols>True</DebugSymbols>
|
||||||
|
|||||||
@@ -41,6 +41,6 @@
|
|||||||
</Package>
|
</Package>
|
||||||
</Packages>
|
</Packages>
|
||||||
</Packages>
|
</Packages>
|
||||||
<ReleaseVersion>2.1</ReleaseVersion>
|
<ReleaseVersion>2.2</ReleaseVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
DiscImageChef v2.10
|
DiscImageChef v2.20
|
||||||
===================
|
===================
|
||||||
|
|
||||||
Disc Image Chef (because "swiss-army-knife" is used too much)
|
Disc Image Chef (because "swiss-army-knife" is used too much)
|
||||||
|
|||||||
3
TODO
3
TODO
@@ -56,9 +56,6 @@ Partitioning scheme plugins:
|
|||||||
--- Add support for Sun partitions
|
--- Add support for Sun partitions
|
||||||
--- Add support for Ultrix partitions
|
--- Add support for Ultrix partitions
|
||||||
|
|
||||||
Things to test/debug:
|
|
||||||
--- After moving to disc images, HFS CDs with 512 bytes/sector are not detected anymore
|
|
||||||
|
|
||||||
Other things:
|
Other things:
|
||||||
--- Surprise!
|
--- Surprise!
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user