Skip to content

Commit d01c093

Browse files
authored
Fix release number in build
1 parent 83e37ed commit d01c093

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
189189
- Automatically build project when pushing changes to github and when creating a pull request
190190
- Automatically deploy to NuGet when creating a tag in github
191191

192+
[0.6]: https://github.com/dnperfors/TestableHttpClient/compare/v0.5...v0.6
192193
[0.5]: https://github.com/dnperfors/TestableHttpClient/compare/v0.4...v0.5
193194
[0.4]: https://github.com/dnperfors/TestableHttpClient/compare/v0.3...v0.4
194195
[0.3]: https://github.com/dnperfors/TestableHttpClient/compare/v0.2...v0.3

Directory.Build.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<Project>
22
<ItemGroup>
33
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
4+
<PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All"/>
45
</ItemGroup>
56
</Project>

0 commit comments

Comments
 (0)