Skip to content

Commit

Permalink
bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddio0141 committed Nov 18, 2024
1 parent fb07929 commit 92a8fb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
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]
# [v0.6.0] - 2024-11-18

## Added

Expand Down Expand Up @@ -324,7 +324,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Able to set up BepInEx and UniTAS to an unity game directory
- Game directory access history and usage

[unreleased]: https://github.com/Eddio0141/UniTAS/compare/v0.5.0...HEAD
[unreleased]: https://github.com/Eddio0141/UniTAS/compare/v0.6.0...HEAD
[v0.6.0]: https://github.com/Eddio0141/UniTAS/compare/v0.5.1...v0.6.0
[v0.5.1]: https://github.com/Eddio0141/UniTAS/compare/v0.5.0...v0.5.1
[v0.5.0]: https://github.com/Eddio0141/UniTAS/compare/v0.4.0...v0.5.0
[v0.4.0]: https://github.com/Eddio0141/UniTAS/compare/v0.3.0...v0.4.0
Expand Down
6 changes: 3 additions & 3 deletions UniTAS/Patcher/Patcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<Product>UniTAS.Patcher</Product>
<Description>UniTAS.Patcher</Description>
<RootNamespace>UniTAS.Patcher</RootNamespace>
<Version>0.5.1</Version>
<AssemblyVersion>0.5.1</AssemblyVersion>
<FileVersion>0.5.1</FileVersion>
<Version>0.6.0</Version>
<AssemblyVersion>0.6.0</AssemblyVersion>
<FileVersion>0.6.0</FileVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>12</LangVersion>
<RestoreAdditionalProjectSources>
Expand Down

0 comments on commit 92a8fb4

Please sign in to comment.