diff --git a/Changelog.md b/Changelog.md index 1346ec7..c127904 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,7 @@ # Changelog +# v0.2 + - Added help - view it by typing `./cscz.exe --help` + # v0.1 The initial release. diff --git a/cscz.sln b/cscz.sln index 3fdff4d..532597e 100644 --- a/cscz.sln +++ b/cscz.sln @@ -26,5 +26,6 @@ Global EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution description = The C# Class Generator. + version = 0.2 EndGlobalSection EndGlobal diff --git a/cscz/cscz.csproj b/cscz/cscz.csproj index 800ef51..993dd93 100644 --- a/cscz/cscz.csproj +++ b/cscz/cscz.csproj @@ -9,6 +9,7 @@ cscz v4.5 The C# Class Generator. + 0.2 true