Skip to content

Commit

Permalink
Version 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
MircoBabin committed Dec 7, 2022
1 parent 0e5df6b commit 2806b80
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 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.18
* Fix: Laravel - composer dump-autoload issues with packages.php - see also https://github.com/laravel/framework/issues/45209

## Version 1.17
* Fix: after get latest try to ensure main branch exists.
* Fix: cloning should checkout the specified main branch.
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion assets/Release/release.download.zip.url-location
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/MircoBabin/GitNoob/releases/download/1.17/GitNoob-1.17.zip
https://github.com/MircoBabin/GitNoob/releases/download/1.18/GitNoob-1.18.zip
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.17")]
[assembly: AssemblyFileVersion("1.17")]
[assembly: AssemblyVersion("1.18")]
[assembly: AssemblyFileVersion("1.18")]

0 comments on commit 2806b80

Please sign in to comment.