Bumped version and updated changelog
This commit is contained in:
parent
e2d1925d83
commit
151e45c3de
3 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
# Changelog
|
||||
|
||||
# v0.2
|
||||
- Added help - view it by typing `./cscz.exe --help`
|
||||
|
||||
# v0.1
|
||||
The initial release.
|
||||
|
|
1
cscz.sln
1
cscz.sln
|
@ -26,5 +26,6 @@ Global
|
|||
EndGlobalSection
|
||||
GlobalSection(MonoDevelopProperties) = preSolution
|
||||
description = The C# Class Generator.
|
||||
version = 0.2
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
<AssemblyName>cscz</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||
<Description>The C# Class Generator.</Description>
|
||||
<ReleaseVersion>0.2</ReleaseVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
|
Loading…
Reference in a new issue