Skip to content

Commit

Permalink
Add Changelog file
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Dec 4, 2024
1 parent 427d36e commit f0d9711
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.0.0] / 2024-12-04
### Build
- Add `INuGetKeyVaultSign` to test `NuGetKeyVaultSignTool` inside nuke project using `AzureKeyVaultConfig`.
- Add `IGenerateTools` to generate the `Generated.cs` files.
- Add `AZURE_KEY_VAULT_FILE` and `AZURE_KEY_VAULT_PASSWORD` environment variables in `ci`.
### Tests
- Test `AzureKeyVaultConfig` with `AZURE_KEY_VAULT_FILE` environment variable.

[vNext]: ../../compare/1.0.0...HEAD
[1.0.0]: ../../compare/1.0.0
1 change: 1 addition & 0 deletions Nuke.NuGetKeyVaultSignTool.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Build", "Build\Build.csproj
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{6CC30691-7FC6-4B8D-A0A0-F6EA53070FFF}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
LICENSE = LICENSE
README.md = README.md
EndProjectSection
Expand Down

0 comments on commit f0d9711

Please sign in to comment.