bump version

This commit is contained in:
Chris
2024-05-03 12:47:42 -06:00
parent 614cea69dd
commit ab8b6bfbfa
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Changelog # Changelog
## [0.10.1] - 2024-05-03
### Bug Fixes
- Fix always installing uninstalled products when using a Frontier login with `autoUpdate` enabled
## [0.10.0] - 2024-05-01 ## [0.10.0] - 2024-05-01
### New Features ### New Features
@ -286,7 +291,8 @@ legendary launch --dry-run 9c203b6ed35846e8a4a9ff1e314f6593 2> >(grep "Launch pa
Initial release Initial release
[unreleased]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.10.0...HEAD [unreleased]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.10.1...HEAD
[0.10.1]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.10.0...v0.10.1
[0.10.0]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.9.0...v0.10.0 [0.10.0]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.8.2...v0.9.0 [0.9.0]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.8.2...v0.9.0
[0.8.2]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.8.1...v0.8.2 [0.8.2]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.8.1...v0.8.2

View File

@ -1,6 +1,6 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<VersionPrefix>0.10.0</VersionPrefix> <VersionPrefix>0.10.1</VersionPrefix>
</PropertyGroup> </PropertyGroup>
<Target Name="SetSourceRevisionId" BeforeTargets="InitializeSourceControlInformation"> <Target Name="SetSourceRevisionId" BeforeTargets="InitializeSourceControlInformation">
<Exec Command="git describe --long --always --dirty --exclude=* --abbrev=8" <Exec Command="git describe --long --always --dirty --exclude=* --abbrev=8"