mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Bumped version to 3.99.6.0.
This commit is contained in:
@@ -48,7 +48,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("3.5.99.0")]
|
||||
[assembly: AssemblyVersion("3.99.6.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.
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
* Commands/CreateSidecar.cs:
|
||||
Corrected sidecar filename creation when path is absolute.
|
||||
|
||||
* Options.cs:
|
||||
* Commands/CreateSidecar.cs:
|
||||
Added support for creating a sidecar from a folder containing the
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<OutputType>Exe</OutputType>
|
||||
<RootNamespace>DiscImageChef</RootNamespace>
|
||||
<AssemblyName>DiscImageChef</AssemblyName>
|
||||
<ReleaseVersion>3.5.99.0</ReleaseVersion>
|
||||
<ReleaseVersion>3.99.6.0</ReleaseVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
||||
<DebugSymbols>True</DebugSymbols>
|
||||
|
||||
Reference in New Issue
Block a user