Skip to content

Commit 309982c

Browse files
committed
Bump to 2.11.0, update changelog
1 parent 2f7a995 commit 309982c

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

Changelog.md

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

3+
### 2.11.0 (2022-09-03)
4+
* Add "--upgrade <version>" to `run` command to upgrade a project to a specific Unity version
5+
* Fix --allow-newer attempting to downgrade project if project Unity version is newer than installed versions
6+
* Drop support for mono, using .Net 6 exclusively now
7+
* Update Homebrew formula, now depends on dotnet instead of mono
8+
39
### 2.10.2 (2022-03-24)
410
* Fix installing additional Android packages failing depending on the install order
511
* Fix unzip hanging the installation if some target files already exist

Command/Command.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.2</Version>
10+
<Version>2.11.0</Version>
1111
<Authors>Adrian Stutz (sttz.ch)</Authors>
1212
<Product>install-unity CLI</Product>
1313
<Description>CLI for install-unity unofficial Unity installer library</Description>

Readme.md

Lines changed: 5 additions & 2 deletions
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.2
123+
install-unity v2.11.0
124124
125125
USAGE: install-unity [--help] [--version] [--verbose...] [--yes] [--update]
126126
[--data-path <path>] [--opt <name>=<value>...] <action>
@@ -207,7 +207,8 @@ OPTIONS:
207207
208208
USAGE: install-unity [options] run [--child]
209209
[--allow-newer none|hash|build|patch|minor|all]
210-
<version-or-path> [<unity-arguments>...]
210+
[--upgrade <version>] <version-or-path>
211+
[<unity-arguments>...]
211212
212213
OPTIONS:
213214
<version-or-path> Pattern to match Unity version or path to a Unity project
@@ -217,6 +218,8 @@ OPTIONS:
217218
errors, use -v to see the full log)
218219
-a, --allow-newer none|hash|build|patch|minor|all Allow newer versions of
219220
Unity to open a project
221+
--upgrade <version> Run the project with the highest installed Unity
222+
version matching the pattern
220223
221224
222225
---- CREATE:

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.2</Version>
10+
<Version>2.11.0</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)