We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c5cd8c commit 0d0fac2Copy full SHA for 0d0fac2
2 files changed
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Added
11
+
12
+- Release notes to the NuGet Package
13
14
## [0.3.0] - 2024-10-20
15
16
### Added
TJC.Decorator/TJC.Decorator.csproj
@@ -9,6 +9,7 @@
<Authors>Tyler Carrol</Authors>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
+ <PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/../CHANGELOG.md"))</PackageReleaseNotes>
<RepositoryUrl>https://github.com/TJC-Tools/TJC.Decorator</RepositoryUrl>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
0 commit comments