Skip to content

Commit

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

## Version 1.7
* Fix: show, don't hide, Apache running window.

## Version 1.6
* Fix: configure php for start workspace.
* Fix: configure global composer path (%appdata%\Composer\vendor\bin) for start workspace & start dosprompt.
Expand Down
Binary file removed assets/Release_1.6-debugpack.zip
Binary file not shown.
Binary file added assets/Release_1.7-debugpack.zip
Binary file not shown.
Binary file renamed assets/Release_1.6.zip → assets/Release_1.7.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.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0")]
[assembly: AssemblyVersion("1.7.0.0")]
[assembly: AssemblyFileVersion("1.7.0")]

0 comments on commit ea784ae

Please sign in to comment.