Skip to content

Commit

Permalink
Bump to 2.10.1, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sttz committed Mar 14, 2022
1 parent 68db45e commit 0795d81
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

### 2.10.0 (2022-02-16)
### 2.10.1 (2022-03-14)
* Fix exception when downloading, because `MD5CryptoServiceProvider` got trimmed in build
* Update dependencies

### 2.10.0 (2022-03-13)
* Add support for installing Apple Silicon editor
* Use `--platform macOSArm` to download the Apple Silicon editor on other platforms
* Use `--platform macOSIntel` to install Intel editors on Apple Silicon
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.10.0</Version>
<Version>2.10.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 @@ -120,7 +120,7 @@ With the switch to LTS versions, Unity has stopped creating patch releases for U
## CLI Help

````
install-unity v2.10.0
install-unity v2.10.1
USAGE: install-unity [--help] [--version] [--verbose...] [--yes] [--update]
[--data-path <path>] [--opt <name>=<value>...] <action>
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 @@ -7,7 +7,7 @@
</PropertyGroup>

<PropertyGroup Label="Package">
<Version>2.10.0</Version>
<Version>2.10.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 0795d81

Please sign in to comment.