Bumped version and updated changelog

This commit is contained in:
Starbeamrainbowlabs 2016-05-08 12:33:04 +01:00
parent e2d1925d83
commit 151e45c3de
3 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,7 @@
# Changelog
# v0.2
- Added help - view it by typing `./cscz.exe --help`
# v0.1
The initial release.

View File

@ -26,5 +26,6 @@ Global
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
description = The C# Class Generator.
version = 0.2
EndGlobalSection
EndGlobal

View File

@ -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>