Skip to content

Commit

Permalink
Version 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MircoBabin committed Apr 6, 2022
1 parent 4d95cd8 commit e93bfd6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# GitNoob changelog

## Version 1.6
* Fix: configure php for start workspace.
* Fix: configure global composer path (%appdata%\Composer\vendor\bin) for start workspace & start dosprompt.

## Version 1.5
* Add: workspace-run-as-administrator setting.
* Add: rename current branch.
Expand Down
Binary file removed assets/Release_1.5-debugpack.zip
Binary file not shown.
Binary file removed assets/Release_1.5.zip
Binary file not shown.
Binary file added assets/Release_1.6-debugpack.zip
Binary file not shown.
Binary file added assets/Release_1.6.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions src/GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0")]

0 comments on commit e93bfd6

Please sign in to comment.