Skip to content

Commit 91aa82a

Browse files
committed
chore: updated changelog
* NuGet package now includes release notes.
1 parent 0803f67 commit 91aa82a

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.0.0](https://github.com/tenekon/Tenekon.MSBuild.Packaging.ProjectBuildInPackage/compare/1.0.2...2.0.0) (2024-09-25)
2+
3+
4+
* feat!: carried out the name rebranding ([0803f67](https://github.com/tenekon/Tenekon.MSBuild.Packaging.ProjectBuildInPackage/commit/0803f670b867c1581b6f86bddfaac9aa58b4c009))
5+
6+
7+
### BREAKING CHANGES
8+
9+
* To now reflect the organization name change, the package name has been renamed from Teronis.MSBuild.Packaging.ProjectBuildInPackage to Tenekon.MSBuild.Packaging.ProjectBuildInPackage.
10+
11+
12+
113
## [1.0.2](https://github.com/teneko-net-tools/Tenekon.MSBuild.Packaging.ProjectBuildInPackage/compare/1.0.0...1.0.2) (2024-09-19)
214

315

Directory.Build.targets

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,10 @@
77
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
88
</PackageReference>
99
</ItemGroup>
10+
11+
<Target Name="SetPackageReleaseNotes" DependsOnTargets="GetVersion" BeforeTargets="$(GitVersionTargetsBefore)">
12+
<PropertyGroup>
13+
<PackageReleaseNotes>https://github.com/tenekon/Tenekon.MSBuild.Packaging.ProjectBuildInPackage/blob/$(PackageVersion)/CHANGELOG.md</PackageReleaseNotes>
14+
</PropertyGroup>
15+
</Target>
1016
</Project>

package-lock.json

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)