We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c45e79 commit 186a0b6Copy full SHA for 186a0b6
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
-## [1.9.0] / 2024-12-06
+## [1.9.0] / 2024-12-06 - 2024-12-19
8
### Features
9
- Enable sign files using `Azure Key Vault`.
10
- Enable `IAssetRelease` to release assets before `GitRelease` and `GitPreRelease`.
Directory.Build.props
@@ -1,5 +1,5 @@
1
<Project>
2
<PropertyGroup>
3
- <Version>1.9.0-rc.2</Version>
+ <Version>1.9.0</Version>
</PropertyGroup>
</Project>
0 commit comments