We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd60abe commit 0d97f10Copy full SHA for 0d97f10
src/SciSharp.MySQL.Replication/SciSharp.MySQL.Replication.csproj
@@ -18,10 +18,10 @@
18
</Description>
19
</PropertyGroup>
20
<PropertyGroup Condition="'$(IncludeReleaseNotes)' == 'true'">
21
- <PackageReadmeFile>v$(Version).md</PackageReadmeFile>
+ <PackageReadmeFile>v$(PackageVersion).md</PackageReadmeFile>
22
23
<ItemGroup Condition="'$(IncludeReleaseNotes)' == 'true'">
24
- <None Include="../../ReleaseNotes/v$(Version).md" Pack="true" PackagePath="/" />
+ <None Include="../../ReleaseNotes/v$(PackageVersion).md" Pack="true" PackagePath="/" />
25
</ItemGroup>
26
<ItemGroup>
27
<PackageReference Include="MySql.Data" Version="8.4.0" />
0 commit comments