Skip to content

Commit

Permalink
v2.9.7 (#282)
Browse files Browse the repository at this point in the history
* Prepare CHANGELOG

* Update CHANGELOG

* Update CHANGELOG

* Update CHANGELOG
  • Loading branch information
FejZa authored Dec 12, 2024
1 parent 19e51df commit 9aa683b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.9.7]

### Added

- [Introduce new configuration option to build using build profiles](https://github.com/Dinomite-Studios/unity-azure-pipelines-tasks/pull/276)
- [Add option to produce .aab file instead of .apk for Android builds](https://github.com/Dinomite-Studios/unity-azure-pipelines-tasks/pull/270)
- [Add Android signing option to build task](https://github.com/Dinomite-Studios/unity-azure-pipelines-tasks/pull/269)
- [Add UnityGetProjectVersionTask tests](https://github.com/Dinomite-Studios/unity-azure-pipelines-tasks/pull/278)
- [Add new task UnityCreateProjectV1](https://github.com/Dinomite-Studios/unity-azure-pipelines-tasks/pull/283)

### Changed

- [Revert UnityCMD deprecation and align input options with other tasks](https://github.com/Dinomite-Studios/unity-azure-pipelines-tasks/pull/268)
- [Update UnityGetProjectVersionV1 shared library dependency](https://github.com/Dinomite-Studios/unity-azure-pipelines-tasks/pull/281)
- [Adjust log output variable to point to log file](https://github.com/Dinomite-Studios/unity-azure-pipelines-tasks/pull/284)

## [2.9.6]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion azure-devops-extension.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifestVersion": 1,
"id": "64e90d50-a9c0-11e8-a356-d3eab7857116",
"version": "2.9.6",
"version": "2.9.7",
"name": "Unity Tools for Azure DevOps",
"description": "The Unity Tools for Azure DevOps extension adds CI/CD tools for Unity 3D projects to your Azure DevOps organization.",
"publisher": "DinomiteStudios",
Expand Down

0 comments on commit 9aa683b

Please sign in to comment.