Skip to content

Commit 921e2d0

Browse files
committed
Added a releasenotes.txt file
1 parent cf3ff95 commit 921e2d0

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Directory.Build.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<Copyright>Copyright © 2026 Dust in the Wind</Copyright>
77
<Version>0.0.0.0</Version>
88
<Description>A set of helpers to handle files generated by Mintos.</Description>
9+
<PackageReleaseNotes>$([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)releasenotes.txt'))</PackageReleaseNotes>
910
<PackageTags>mintos investment loans p2p-landing</PackageTags>
1011
<RepositoryType>git</RepositoryType>
1112
<PublishRepositoryUrl>true</PublishRepositoryUrl>
@@ -20,6 +21,7 @@
2021
<ItemGroup>
2122
<None Include="$(MSBuildThisFileDirectory)LICENSE" Pack="true" PackagePath="" Link="LICENSE" />
2223
<None Include="$(MSBuildThisFileDirectory)README.md" Pack="true" PackagePath="" Link="README.md" />
24+
<None Include="$(MSBuildThisFileDirectory)changelog.txt" Pack="true" PackagePath="" Link="changelog.txt" />
2325
</ItemGroup>
2426

2527
</Project>

releasenotes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[change] Upgraded CsvHelper package reference to version 33.1.0

0 commit comments

Comments
 (0)