Skip to content

Commit

Permalink
Bump to 2.12.1, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sttz committed May 22, 2024
1 parent e320993 commit d813f03
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog

### 2.12.0 (2023-05-??)
### 2.12.1 (2024-05-22)
* Convert new single-digit Unity versions (6+) to the internal four-digit one (6000+)
* More strict version parsing, preventing arguments being misinterpreted as versions
* Reduce cases where help isn't printed when requested because argument parsing failed
* Version now includes Git commit hash when using `-v`
* Fix "unity" editor package not selected by default
* Fix some early errors not being colored, because `$CLICOLORS` was checked later
* Fix "New major Unity versions" being shown in the overview when already installed
* Update to .Net 8, use AOT compilation

### 2.12.0 (2023-05-13)
* Use Unity's official Release API to get release and package information
* Releases should appear quicker when Unity is slow to update their archive webpage
* Can directly request information of a specific Unity version from the API
Expand Down
2 changes: 1 addition & 1 deletion Command/Command.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<PropertyGroup Label="Package">
<Version>2.12.0</Version>
<Version>2.12.1</Version>
<Authors>Adrian Stutz (sttz.ch)</Authors>
<Product>install-unity CLI</Product>
<Description>CLI for install-unity unofficial Unity installer library</Description>
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ The project will use Unity's default setup, including packages. Alternatively, y
## CLI Help

````
install-unity v2.12.0
install-unity v2.12.1
USAGE: install-unity [--help] [--version] [--verbose...] [--yes] [--update]
[--clear-cache] [--data-path <path>]
Expand Down
2 changes: 1 addition & 1 deletion sttz.InstallUnity/sttz.InstallUnity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<PropertyGroup Label="Package">
<Version>2.12.0</Version>
<Version>2.12.1</Version>
<Authors>Adrian Stutz (sttz.ch)</Authors>
<Product>install-unity</Product>
<Description>install-unity unofficial Unity installer library</Description>
Expand Down

0 comments on commit d813f03

Please sign in to comment.