File tree Expand file tree Collapse file tree 5 files changed +17
-4
lines changed
Tasks/UnitySetup/UnitySetupV2 Expand file tree Collapse file tree 5 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 2.9.8]
9+
10+ ### Changed
11+
12+ - UnitySetupV2 updated to v2.0.2. [ Full Changelog] ( https://github.com/Dinomite-Studios/unity-azure-pipelines-tasks/blob/master/Tasks/UnitySetup/UnitySetupV2/CHANGELOG.md ) .
13+
814## [ 2.9.7]
915
1016### Added
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 2.0.2]
9+
10+ ### Fixed
11+
12+ - Even if "install editor" was unchecked, the task would still attempt installation
13+ - Minor maintenance improvemnts and fixes (https://github.com/Dinomite-Studios/unity-azure-pipelines-tasks/pull/292 )
14+
815## [ 2.0.1]
916
1017### Fixed
Original file line number Diff line number Diff line change 11{
22 "name" : " @dinomite-studios/unity-setup-task" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.0.2 " ,
44 "description" : " Azure Pipelines task to setup Unity editors and modules on the executing machine." ,
55 "main" : " unity-setup.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 1313 "version" : {
1414 "Major" : 2 ,
1515 "Minor" : 0 ,
16- "Patch" : 1
16+ "Patch" : 2
1717 },
18- "releaseNotes" : " [Full Changelog](https://github.com/Dinomite-Studios/unity-azure-pipelines-tasks/blob/master/Tasks/UnitySetup/UnitySetupV1 /CHANGELOG.md)" ,
18+ "releaseNotes" : " [Full Changelog](https://github.com/Dinomite-Studios/unity-azure-pipelines-tasks/blob/master/Tasks/UnitySetup/UnitySetupV2 /CHANGELOG.md)" ,
1919 "minimumAgentVersion" : " 2.144.0" ,
2020 "instanceNameFormat" : " Unity Setup $(buildTarget)" ,
2121 "groups" : [
Original file line number Diff line number Diff line change 11{
22 "manifestVersion" : 1 ,
33 "id" : " 64e90d50-a9c0-11e8-a356-d3eab7857116" ,
4- "version" : " 2.9.7 " ,
4+ "version" : " 2.9.8 " ,
55 "name" : " Unity Tools for Azure DevOps" ,
66 "description" : " The Unity Tools for Azure DevOps extension adds CI/CD tools for Unity 3D projects to your Azure DevOps organization." ,
77 "publisher" : " DinomiteStudios" ,
You can’t perform that action at this time.
0 commit comments