bump version

This commit is contained in:
Chris
2022-11-21 17:59:09 -07:00
parent fe022152a8
commit e47c3cd3f5
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## [unreleased]
## [0.7.5] - 2022-11-21
### Bug Fixes
- Fix crash due to missing types (introduced by upgrading to .net 7 in the last release)
@ -197,7 +197,8 @@ legendary launch --dry-run 9c203b6ed35846e8a4a9ff1e314f6593 2> >(grep "Launch pa
Initial release
[unreleased]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.7.4...HEAD
[unreleased]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.7.5...HEAD
[0.7.5]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.7.4...v0.7.5
[0.7.4]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.7.3...v0.7.4
[0.7.3]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.7.2...v0.7.3
[0.7.2]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.7.1...v0.7.2

View File

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