mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
* README.md:
* DiscImageChef.sln: * DiscImageChef/AssemblyInfo.cs: * DiscImageChef/DiscImageChef.csproj: * DiscImageChef.Interop/DiscImageChef.Interop.csproj: * DiscImageChef.Helpers/DiscImageChef.Helpers.csproj: * DiscImageChef.Checksums/Properties/AssemblyInfo.cs: * DiscImageChef.Devices/DiscImageChef.Devices.csproj: * DiscImageChef.Console/DiscImageChef.Console.csproj: * DiscImageChef.Decoders/DiscImageChef.Decoders.csproj: * DiscImageChef.Metadata/DiscImageChef.Metadata.csproj: * DiscImageChef.Settings/DiscImageChef.Settings.csproj: * DiscImageChef.Checksums/DiscImageChef.Checksums.csproj: * DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj: * DiscImageChef.Partitions/DiscImageChef.Partitions.csproj: * DiscImageChef.CommonTypes/DiscImageChef.CommonTypes.csproj: * DiscImageChef.Filesystems/DiscImageChef.Filesystems.csproj: * Packages.mdproj: Bumped version to 3.0.0.0.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>DiscImageChef.Checksums</RootNamespace>
|
||||
<AssemblyName>DiscImageChef.Checksums</AssemblyName>
|
||||
<ReleaseVersion>2.2</ReleaseVersion>
|
||||
<ReleaseVersion>3.0.0</ReleaseVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
||||
@@ -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.0.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.
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>DiscImageChef.CommonTypes</RootNamespace>
|
||||
<AssemblyName>DiscImageChef.CommonTypes</AssemblyName>
|
||||
<ReleaseVersion>2.2</ReleaseVersion>
|
||||
<ReleaseVersion>3.0.0</ReleaseVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>DiscImageChef.Console</RootNamespace>
|
||||
<AssemblyName>DiscImageChef.Console</AssemblyName>
|
||||
<ReleaseVersion>2.2</ReleaseVersion>
|
||||
<ReleaseVersion>3.0.0</ReleaseVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>DiscImageChef.Decoders</RootNamespace>
|
||||
<AssemblyName>DiscImageChef.Decoders</AssemblyName>
|
||||
<ReleaseVersion>2.2</ReleaseVersion>
|
||||
<ReleaseVersion>3.0.0</ReleaseVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>DiscImageChef.Devices</RootNamespace>
|
||||
<AssemblyName>DiscImageChef.Devices</AssemblyName>
|
||||
<ReleaseVersion>2.2</ReleaseVersion>
|
||||
<ReleaseVersion>3.0.0</ReleaseVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>DiscImageChef.DiscImages</RootNamespace>
|
||||
<AssemblyName>DiscImageChef.DiscImages</AssemblyName>
|
||||
<ReleaseVersion>2.2</ReleaseVersion>
|
||||
<ReleaseVersion>3.0.0</ReleaseVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>DiscImageChef.Filesystems</RootNamespace>
|
||||
<AssemblyName>DiscImageChef.Filesystems</AssemblyName>
|
||||
<ReleaseVersion>2.2</ReleaseVersion>
|
||||
<ReleaseVersion>3.0.0</ReleaseVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>DiscImageChef.Helpers</RootNamespace>
|
||||
<AssemblyName>DiscImageChef.Helpers</AssemblyName>
|
||||
<ReleaseVersion>2.2</ReleaseVersion>
|
||||
<ReleaseVersion>3.0.0</ReleaseVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>DiscImageChef.Interop</RootNamespace>
|
||||
<AssemblyName>DiscImageChef.Interop</AssemblyName>
|
||||
<ReleaseVersion>2.2</ReleaseVersion>
|
||||
<ReleaseVersion>3.0.0</ReleaseVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>DiscImageChef.Metadata</RootNamespace>
|
||||
<AssemblyName>DiscImageChef.Metadata</AssemblyName>
|
||||
<ReleaseVersion>2.2</ReleaseVersion>
|
||||
<ReleaseVersion>3.0.0</ReleaseVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>DiscImageChef.Partitions</RootNamespace>
|
||||
<AssemblyName>DiscImageChef.Partitions</AssemblyName>
|
||||
<ReleaseVersion>2.2</ReleaseVersion>
|
||||
<ReleaseVersion>3.0.0</ReleaseVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>DiscImageChef.Settings</RootNamespace>
|
||||
<AssemblyName>DiscImageChef.Settings</AssemblyName>
|
||||
<ReleaseVersion>2.2</ReleaseVersion>
|
||||
<ReleaseVersion>3.0.0</ReleaseVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
||||
@@ -275,6 +275,6 @@ Global
|
||||
$31.IncludeDirectoryPaths = True
|
||||
$30.inheritsSet = Mono
|
||||
description = The Disc Image Chef.
|
||||
version = 2.2
|
||||
version = 3.0.0
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
||||
@@ -46,7 +46,7 @@ using System.Reflection;
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("Claunia.com")]
|
||||
[assembly: AssemblyProduct("")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2011-2014 Natalia Portillo")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2011-2016 Natalia Portillo")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
@@ -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.2.*")]
|
||||
[assembly: AssemblyVersion("3.0.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.
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<OutputType>Exe</OutputType>
|
||||
<RootNamespace>DiscImageChef</RootNamespace>
|
||||
<AssemblyName>DiscImageChef</AssemblyName>
|
||||
<ReleaseVersion>2.2</ReleaseVersion>
|
||||
<ReleaseVersion>3.0.0</ReleaseVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
||||
<DebugSymbols>True</DebugSymbols>
|
||||
|
||||
@@ -41,6 +41,6 @@
|
||||
</Package>
|
||||
</Packages>
|
||||
</Packages>
|
||||
<ReleaseVersion>2.2</ReleaseVersion>
|
||||
<ReleaseVersion>3.0.0</ReleaseVersion>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@@ -1,9 +1,9 @@
|
||||
DiscImageChef v2.20
|
||||
===================
|
||||
DiscImageChef v3.0.0.0
|
||||
======================
|
||||
|
||||
Disc Image Chef (because "swiss-army-knife" is used too much)
|
||||
|
||||
Copyright © 2011-2015 Natalia Portillo <claunia@claunia.com>
|
||||
Copyright © 2011-2016 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
[](https://travis-ci.org/claunia/DiscImageChef)[](https://ci.appveyor.com/project/claunia/discimagechef)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user