Skip to content

Commit 0795d81

Browse files
committed
Bump to 2.10.1, update changelog
1 parent 68db45e commit 0795d81

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

Changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
### 2.10.0 (2022-02-16)
3+
### 2.10.1 (2022-03-14)
4+
* Fix exception when downloading, because `MD5CryptoServiceProvider` got trimmed in build
5+
* Update dependencies
6+
7+
### 2.10.0 (2022-03-13)
48
* Add support for installing Apple Silicon editor
59
* Use `--platform macOSArm` to download the Apple Silicon editor on other platforms
610
* Use `--platform macOSIntel` to install Intel editors on Apple Silicon

Command/Command.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<PropertyGroup Label="Package">
13-
<Version>2.10.0</Version>
13+
<Version>2.10.1</Version>
1414
<Authors>Adrian Stutz (sttz.ch)</Authors>
1515
<Product>install-unity CLI</Product>
1616
<Description>CLI for install-unity unofficial Unity installer library</Description>

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ With the switch to LTS versions, Unity has stopped creating patch releases for U
120120
## CLI Help
121121

122122
````
123-
install-unity v2.10.0
123+
install-unity v2.10.1
124124
125125
USAGE: install-unity [--help] [--version] [--verbose...] [--yes] [--update]
126126
[--data-path <path>] [--opt <name>=<value>...] <action>

sttz.InstallUnity/sttz.InstallUnity.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<PropertyGroup Label="Package">
10-
<Version>2.10.0</Version>
10+
<Version>2.10.1</Version>
1111
<Authors>Adrian Stutz (sttz.ch)</Authors>
1212
<Product>install-unity</Product>
1313
<Description>install-unity unofficial Unity installer library</Description>

0 commit comments

Comments
 (0)