We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1dafb7 commit 5d73f39Copy full SHA for 5d73f39
1 file changed
Directory.Build.props
@@ -31,7 +31,7 @@ SPDX-License-Identifier: MIT
31
32
<ItemGroup Condition="$(IsPackable) == 'true'">
33
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.102" PrivateAssets="All" />
34
- <PackageReference Include="ChangelogAutomation.MSBuild" Version="3.0.4" PrivateAssets="All" />
+ <PackageReference Include="ChangelogAutomation.MSBuild" Version="3.0.5" PrivateAssets="All" />
35
<None Visible="false" Include="$(MSBuildThisFileDirectory)\LICENSES\**" Pack="true" PackagePath="\LICENSES" />
36
<None Visible="false" Include="$(MSBuildThisFileDirectory)\CHANGELOG.md" Pack="true" PackagePath="\" />
37
<None Visible="false" Include="$(MSBuildThisFileDirectory)\README.md" Pack="true" PackagePath="\" />
0 commit comments