Skip to content

Commit 0d97f10

Browse files
committed
use package version
1 parent fd60abe commit 0d97f10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SciSharp.MySQL.Replication/SciSharp.MySQL.Replication.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
</Description>
1919
</PropertyGroup>
2020
<PropertyGroup Condition="'$(IncludeReleaseNotes)' == 'true'">
21-
<PackageReadmeFile>v$(Version).md</PackageReadmeFile>
21+
<PackageReadmeFile>v$(PackageVersion).md</PackageReadmeFile>
2222
</PropertyGroup>
2323
<ItemGroup Condition="'$(IncludeReleaseNotes)' == 'true'">
24-
<None Include="../../ReleaseNotes/v$(Version).md" Pack="true" PackagePath="/" />
24+
<None Include="../../ReleaseNotes/v$(PackageVersion).md" Pack="true" PackagePath="/" />
2525
</ItemGroup>
2626
<ItemGroup>
2727
<PackageReference Include="MySql.Data" Version="8.4.0" />

0 commit comments

Comments
 (0)