Skip to content

Commit 3e5ec78

Browse files
committed
Bump to 2.12.1, update changelog
1 parent 23b8bdd commit 3e5ec78

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

Changelog.md

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

3+
### 2.13.0 (2025-05-02)
4+
* Add support for Unity 6.1
5+
* Handle the new "Supported" release stream Unity 6.1 is part of
6+
* Unpack packages directly to the destination instead of installing them.
7+
(Matches the behavior of Unity Hub and falls back to installing for packages without
8+
a destination defined in the metadata.)
9+
310
### 2.12.1 (2024-05-22)
411
* Convert new single-digit Unity versions (6+) to the internal four-digit one (6000+)
512
* More strict version parsing, preventing arguments being misinterpreted as versions

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.12.1</Version>
13+
<Version>2.13.0</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
@@ -114,7 +114,7 @@ The project will use Unity's default setup, including packages. Alternatively, y
114114
## CLI Help
115115

116116
````
117-
install-unity v2.12.1
117+
install-unity v2.13.0
118118
119119
USAGE: install-unity [--help] [--version] [--verbose...] [--yes] [--update]
120120
[--clear-cache] [--data-path <path>]

sttz.InstallUnity/sttz.InstallUnity.csproj

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

1010
<PropertyGroup Label="Package">
11-
<Version>2.12.1</Version>
11+
<Version>2.13.0</Version>
1212
<Authors>Adrian Stutz (sttz.ch)</Authors>
1313
<Product>install-unity</Product>
1414
<Description>install-unity unofficial Unity installer library</Description>

0 commit comments

Comments
 (0)