Skip to content

Commit a72b0de

Browse files
committed
Added README.md reference to projects
1 parent 79c6a14 commit a72b0de

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

src/Pomelo.Extensions.Caching.MySql/Pomelo.Extensions.Caching.MySql.csproj

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,26 @@
1111
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
1212
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
1313
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
14-
<Version>2.1.4</Version>
14+
<Version>2.1.5</Version>
1515
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1616
<SignAssembly>true</SignAssembly>
1717
<AssemblyOriginatorKeyFile>Pomelo.snk</AssemblyOriginatorKeyFile>
1818
<PackageLicenseExpression>MIT</PackageLicenseExpression>
19-
</PropertyGroup>
19+
<PackageReadmeFile>README.md</PackageReadmeFile>
20+
</PropertyGroup>
2021

2122
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
2223
<DefineConstants>DEBUG;TRACE</DefineConstants>
2324
</PropertyGroup>
2425

2526
<ItemGroup>
26-
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="7.0.0" />
27-
<PackageReference Include="Microsoft.Extensions.Options" Version="7.0.1" />
28-
<PackageReference Include="MySqlConnector" Version="2.2.5" />
27+
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
28+
</ItemGroup>
29+
30+
<ItemGroup>
31+
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="7.0.0" />
32+
<PackageReference Include="Microsoft.Extensions.Options" Version="7.0.1" />
33+
<PackageReference Include="MySqlConnector" Version="2.2.5" />
2934
</ItemGroup>
3035

3136
</Project>

src/Pomelo.Extensions.Caching.MySqlConfig.Tools/Pomelo.Extensions.Caching.MySqlConfig.Tools.csproj

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,17 @@
1818
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
1919
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
2020
<RootNamespace>Pomelo.Extensions.Caching.MySqlConfig.Tools</RootNamespace>
21-
<Version>2.1.1</Version>
21+
<Version>2.1.5</Version>
2222
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
2323
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
24-
<AssemblyVersion>2.1.1.0</AssemblyVersion>
24+
<AssemblyVersion>2.1.5.0</AssemblyVersion>
2525
<IsPackable>true</IsPackable>
2626
<ToolCommandName>dotnet-mysql-cache</ToolCommandName>
2727
<PackAsTool>true</PackAsTool>
2828
<SignAssembly>true</SignAssembly>
2929
<AssemblyOriginatorKeyFile>Pomelo.snk</AssemblyOriginatorKeyFile>
3030
<PackageLicenseExpression>MIT</PackageLicenseExpression>
31+
<PackageReadmeFile>README.md</PackageReadmeFile>
3132
</PropertyGroup>
3233

3334
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -36,6 +37,10 @@
3637
<DocumentationFile>obj\Debug\dotnet-mysql-cache.xml</DocumentationFile>
3738
</PropertyGroup>
3839

40+
<ItemGroup>
41+
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
42+
</ItemGroup>
43+
3944
<ItemGroup>
4045
<PackageReference Include="Microsoft.Extensions.CommandLineUtils" Version="1.1.1" />
4146
<PackageReference Include="MySqlConnector" Version="2.2.5" />

0 commit comments

Comments
 (0)