Skip to content

Commit

Permalink
Version 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
MircoBabin committed Feb 7, 2024
1 parent fad1fcd commit ff991e4
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# GitNoob changelog

## Version 1.23
* Add: option to start DOS Prompt when a merge, rebase, cherry pick conflict arises.
* Add: Edit GitNoob root configuration file.
* Fix: cherry pick conflict.
* Fix: rebase conflict.
* Fix: tests

## Version 1.22
* Fix: reset abandoned lock.

Expand Down
Binary file removed assets/Release/GitNoob-1.22-debugpack.zip
Binary file not shown.
Binary file removed assets/Release/GitNoob-1.22.zip
Binary file not shown.
Binary file added assets/Release/GitNoob-1.23-debugpack.zip
Binary file not shown.
Binary file added assets/Release/GitNoob-1.23.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.22/GitNoob-1.22.zip
https://github.com/MircoBabin/GitNoob/releases/download/1.23/GitNoob-1.23.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.22")]
[assembly: AssemblyFileVersion("1.22")]
[assembly: AssemblyVersion("1.23")]
[assembly: AssemblyFileVersion("1.23")]

0 comments on commit ff991e4

Please sign in to comment.