Skip to content

Commit

Permalink
Version 1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
MircoBabin committed Apr 18, 2024
1 parent 1f4d9ed commit 9ecfa07
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# GitNoob changelog

## Version 1.25
* Add: support for local only repositories, without a configured remote origin.
* Add: Laravel10 & Laravel11 projects.
* Fix: move unpushed commits on master branch to a new branch.
* Fix: unexisting mainbranch when deleting a branch.

## Version 1.24
* Add: create a new branch on a specific commit-id.
* Add: edit GitNoob project configuration file.
Expand Down
Binary file removed assets/Release/GitNoob-1.24-debugpack.zip
Binary file not shown.
Binary file removed assets/Release/GitNoob-1.24.zip
Binary file not shown.
Binary file added assets/Release/GitNoob-1.25-debugpack.zip
Binary file not shown.
Binary file added assets/Release/GitNoob-1.25.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.24/GitNoob-1.24.zip
https://github.com/MircoBabin/GitNoob/releases/download/1.25/GitNoob-1.25.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.24")]
[assembly: AssemblyFileVersion("1.24")]
[assembly: AssemblyVersion("1.25")]
[assembly: AssemblyFileVersion("1.25")]

0 comments on commit 9ecfa07

Please sign in to comment.