Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed May 22, 2022
1 parent 4f2ae58 commit 256af5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
- 2022-05-22 **1.0.5**
- Fix name string define attribute larger 64 character show eInvalidInput.
- Add some example learning curve.
- 2022-05-20 **1.0.4**
- fix bug eDuplicateKey below commandline when load or execute assembly [#1](https://github.com/chuongmep/CadAddinManager/issues/1).
- 2022-05-16 **1.0.3**
Expand Down
2 changes: 1 addition & 1 deletion Installer/Installer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
const string projectName = "CadAddinManager";
const string outputName = "CadAddinManager";
const string outputDir = "output";
const string version = "1.0.4";
const string version = "1.0.5";
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
var project = new Project
{
Expand Down

0 comments on commit 256af5d

Please sign in to comment.