Skip to content

Commit

Permalink
Version 1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
MircoBabin committed May 24, 2024
1 parent e5f4c3b commit fd8e0ef
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 3 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.26
* Fix: abort rebase.
* Fix: only allow the safe option for toilet (delete all changes).

## Version 1.25
* Add: support for local only repositories, without a configured remote origin.
* Add: Laravel10 & Laravel11 projects.
Expand Down
Binary file removed assets/Release/GitNoob-1.25-debugpack.zip
Binary file not shown.
Binary file removed assets/Release/GitNoob-1.25.zip
Binary file not shown.
Binary file added assets/Release/GitNoob-1.26-debugpack.zip
Binary file not shown.
Binary file added assets/Release/GitNoob-1.26.zip
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.25/GitNoob-1.25.zip
https://github.com/MircoBabin/GitNoob/releases/download/1.26/GitNoob-1.26.zip
4 changes: 2 additions & 2 deletions src/GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,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.25")]
[assembly: AssemblyFileVersion("1.25")]
[assembly: AssemblyVersion("1.26")]
[assembly: AssemblyFileVersion("1.26")]

0 comments on commit fd8e0ef

Please sign in to comment.