diff --git a/.vscode/mod.csproj b/.vscode/mod.csproj index 714675d..d217449 100644 --- a/.vscode/mod.csproj +++ b/.vscode/mod.csproj @@ -1,38 +1,38 @@ - - Library - net472 - x64 + + Library + net472 + x64 9.0 enable - FarmingHysteresis - FarmingHysteresis - ../1.4/Assemblies - 0.4.1 + FarmingHysteresis + FarmingHysteresis + ../1.4/Assemblies + 0.5.0 - false - + false + - - none - false - true - + + none + false + true + - - full - false - true - + + full + false + true + - - - - + + + + - + - + diff --git a/About/Manifest.xml b/About/Manifest.xml index d433c81..96f7970 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,10 +1,11 @@ ilyvion.FarmingHysteresis - 0.4.1 + 0.5.0
  • brrainz.harmony
  • - https://raw.githubusercontent.com/alexschrod/farming-hysteresis/main/About/Manifest.xml + + https://raw.githubusercontent.com/alexschrod/farming-hysteresis/main/About/Manifest.xml https://github.com/alexschrod/farming-hysteresis/releases/latest -
    \ No newline at end of file + diff --git a/CHANGELOG.md b/CHANGELOG.md index f4f31c0..7a6df93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.5.0] - 2023-01-02 ### Added - Norwegian translations added. - Main tab for hysteresis configuration added. @@ -60,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - First implementation of the mod. -[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.4.1...HEAD +[Unreleased]: https://github.com/alexschrod/farming-hysteresis/compare/v0.5.0...HEAD +[0.5.0]: https://github.com/alexschrod/farming-hysteresis/compare/v0.4.1...v0.5.0 [0.4.1]: https://github.com/alexschrod/farming-hysteresis/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/alexschrod/farming-hysteresis/compare/v0.3.2...v0.4.0 [0.3.2]: https://github.com/alexschrod/farming-hysteresis/compare/v0.3.1...v0.3.2