mirror of
https://github.com/rfvgyhn/min-ed-launcher.git
synced 2026-02-04 15:15:32 +00:00
bump version
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# Changelog
|
||||
|
||||
## [unreleased]
|
||||
## [0.12.0] - 2025-05-06
|
||||
|
||||
### Changes
|
||||
- Don't attempt to start external processes in a minimized state
|
||||
@ -372,7 +372,8 @@ legendary launch --dry-run 9c203b6ed35846e8a4a9ff1e314f6593 2> >(grep "Launch pa
|
||||
|
||||
Initial release
|
||||
|
||||
[unreleased]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.11.3...HEAD
|
||||
[unreleased]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.12.0...HEAD
|
||||
[0.12.0]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.11.3...v0.12.0
|
||||
[0.11.3]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.11.2...v0.11.3
|
||||
[0.11.2]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.11.1...v0.11.2
|
||||
[0.11.1]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.11.0...v0.11.1
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<VersionPrefix>0.11.3</VersionPrefix>
|
||||
<VersionPrefix>0.12.0</VersionPrefix>
|
||||
</PropertyGroup>
|
||||
<Target Name="SetSourceRevisionId" BeforeTargets="InitializeSourceControlInformation">
|
||||
<Exec Command="git describe --long --always --dirty --exclude=* --abbrev=8"
|
||||
|
||||
Reference in New Issue
Block a user