1
0
Fork 0
Dieser Commit ist enthalten in:
Starbeamrainbowlabs 2016-10-18 21:32:02 +01:00
Ursprung 4c68613913
Commit bf104f717d
3 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen

Datei anzeigen

@ -27,6 +27,6 @@ Global
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
description = The C# Class Generator.
version = 0.4
version = 0.5
EndGlobalSection
EndGlobal

Datei anzeigen

@ -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("0.4.*")]
[assembly: AssemblyVersion("0.5.*")]
// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.

Datei anzeigen

@ -9,7 +9,7 @@
<AssemblyName>cscz</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<Description>The C# Class Generator.</Description>
<ReleaseVersion>0.4</ReleaseVersion>
<ReleaseVersion>0.5</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>