File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ 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.7]
9+
10+ ### Added
11+
12+ - [ Introduce new configuration option to build using build profiles] ( https://github.com/Dinomite-Studios/unity-azure-pipelines-tasks/pull/276 )
13+ - [ Add option to produce .aab file instead of .apk for Android builds] ( https://github.com/Dinomite-Studios/unity-azure-pipelines-tasks/pull/270 )
14+ - [ Add Android signing option to build task] ( https://github.com/Dinomite-Studios/unity-azure-pipelines-tasks/pull/269 )
15+ - [ Add UnityGetProjectVersionTask tests] ( https://github.com/Dinomite-Studios/unity-azure-pipelines-tasks/pull/278 )
16+ - [ Add new task UnityCreateProjectV1] ( https://github.com/Dinomite-Studios/unity-azure-pipelines-tasks/pull/283 )
17+
18+ ### Changed
19+
20+ - [ Revert UnityCMD deprecation and align input options with other tasks] ( https://github.com/Dinomite-Studios/unity-azure-pipelines-tasks/pull/268 )
21+ - [ Update UnityGetProjectVersionV1 shared library dependency] ( https://github.com/Dinomite-Studios/unity-azure-pipelines-tasks/pull/281 )
22+ - [ Adjust log output variable to point to log file] ( https://github.com/Dinomite-Studios/unity-azure-pipelines-tasks/pull/284 )
23+
824## [ 2.9.6]
925
1026### Fixed
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.6 " ,
4+ "version" : " 2.9.7 " ,
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