Commit Graph
5 Commits
Author SHA1 Message Date
qwsdcvghyu89 5467de0d1a Add version update logic and improve tool configuration
- Introduced `ChangeVersion` method for version manipulation based on major, minor, and patch increments.
- Updated .gitignore to include `obj/` directory.
- Added `Aigamo.ResXGenerator` dependency and configuration for ResX generation.
- Refactored argument parsing in `Program.cs` for improved readability and error handling.
- Cleaned up `Exceptions.resx` file format and extended comments for clarity.
2026-06-04 16:15:02 +10:00
qwsdcvghyu89 c6570c1e2c Improve error handling for dotnet pack failures
Enhanced the error message for 'dotnet pack' failures to include the exit code. Updated the resource string and its usage to provide more informative feedback. Added cleanup of the temporary directory on cancellation and improved progress bar visibility.
2025-09-27 16:11:58 +10:00
qwsdcvghyu89 cd823abb02 Reapply "First Commit"
This reverts commit 3a6783ff7b.
2025-09-21 15:03:14 +10:00
qwsdcvghyu89 3a6783ff7b Revert "First Commit"
This reverts commit a9a9733e66.
2025-09-21 14:57:41 +10:00
qwsdcvghyu89 a9a9733e66 First Commit 2025-09-21 14:57:28 +10:00