Skip to content

Commit 0d0fac2

Browse files
authored
✨ feature: Add Release Notes to NuGet Package (#53)
* 📜 docs: Update CHANGELOG.md * Update TJC.Decorator.csproj
1 parent 4c5cd8c commit 0d0fac2

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Release notes to the NuGet Package
13+
1014
## [0.3.0] - 2024-10-20
1115

1216
### Added

TJC.Decorator/TJC.Decorator.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<Authors>Tyler Carrol</Authors>
1010
<PackageReadmeFile>README.md</PackageReadmeFile>
1111
<PackageLicenseFile>LICENSE</PackageLicenseFile>
12+
<PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/../CHANGELOG.md"))</PackageReleaseNotes>
1213
<RepositoryUrl>https://github.com/TJC-Tools/TJC.Decorator</RepositoryUrl>
1314
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1415
</PropertyGroup>

0 commit comments

Comments
 (0)