Skip to content

Commit 784ae40

Browse files
committed
v2.9.6
1 parent d2d0f79 commit 784ae40

File tree

22 files changed

+97
-61
lines changed

22 files changed

+97
-61
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.9.6]
9+
10+
### Fixed
11+
12+
- Revert removing environment variable option to lookup editors install location
13+
814
## [2.9.5]
915

1016
### Fixed

Tasks/UnityActivateLicense/UnityActivateLicenseV1/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.2.3]
9+
10+
### Fixed
11+
12+
- Revert removing environment variable option to lookup editors install location
13+
814
## [1.2.2]
915

1016
### Changed

Tasks/UnityActivateLicense/UnityActivateLicenseV1/package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/UnityActivateLicense/UnityActivateLicenseV1/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dinomite-studios/unity-activate-license-task",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "Azure Pipelines task to activate a Unity Pro license prior to building a project.",
55
"main": "unity-activate-license.js",
66
"scripts": {
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@types/node": "^22.9.1",
2121
"@types/q": "^1.5.8",
22-
"@dinomite-studios/unity-azure-pipelines-tasks-lib": "^1.0.9",
22+
"@dinomite-studios/unity-azure-pipelines-tasks-lib": "^1.0.11",
2323
"azure-pipelines-task-lib": "^4.17.3"
2424
},
2525
"devDependencies": {

Tasks/UnityActivateLicense/UnityActivateLicenseV1/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"version": {
1414
"Major": 1,
1515
"Minor": 2,
16-
"Patch": 2
16+
"Patch": 3
1717
},
1818
"releaseNotes": "[Full Changelog](https://github.com/Dinomite-Studios/unity-azure-pipelines-tasks/blob/master/Tasks/UnityActivateLicense/UnityActivateLicenseV1/CHANGELOG.md)",
1919
"minimumAgentVersion": "2.144.0",

Tasks/UnityBuild/UnityBuildV3/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.2.4]
9+
10+
### Fixed
11+
12+
- Revert removing environment variable option to lookup editors install location
13+
814
## [3.2.3]
915

1016
### Fixed

Tasks/UnityBuild/UnityBuildV3/package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/UnityBuild/UnityBuildV3/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dinomite-studios/unity-build-task",
3-
"version": "3.2.3",
3+
"version": "3.2.4",
44
"description": "An Azure Pipelines task to build Unity projects.",
55
"main": "unity-build.js",
66
"scripts": {
@@ -20,7 +20,7 @@
2020
"@types/fs-extra": "^9.0.6",
2121
"@types/node": "^22.9.1",
2222
"@types/q": "^1.5.8",
23-
"@dinomite-studios/unity-azure-pipelines-tasks-lib": "^1.0.10",
23+
"@dinomite-studios/unity-azure-pipelines-tasks-lib": "^1.0.11",
2424
"azure-pipelines-task-lib": "^4.17.3",
2525
"fs-extra": "^8.1.0"
2626
},

Tasks/UnityBuild/UnityBuildV3/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"version": {
1414
"Major": 3,
1515
"Minor": 2,
16-
"Patch": 3
16+
"Patch": 4
1717
},
1818
"releaseNotes": "[Full Changelog](https://github.com/Dinomite-Studios/unity-azure-pipelines-tasks/blob/master/Tasks/UnityBuild/UnityBuildV3/CHANGELOG.md)",
1919
"minimumAgentVersion": "2.144.0",

Tasks/UnityCMD/UnityCMDV1/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.2.3]
9+
10+
### Fixed
11+
12+
- Revert removing environment variable option to lookup editors install location
13+
814
## [1.2.2]
915

1016
### Fixed

0 commit comments

Comments
 (0)