Bump version
This commit is contained in:
parent
4c68613913
commit
bf104f717d
3 changed files with 3 additions and 3 deletions
2
cscz.sln
2
cscz.sln
|
@ -27,6 +27,6 @@ Global
|
|||
EndGlobalSection
|
||||
GlobalSection(MonoDevelopProperties) = preSolution
|
||||
description = The C# Class Generator.
|
||||
version = 0.4
|
||||
version = 0.5
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue