File tree 2 files changed +17
-7
lines changed
Pomelo.Extensions.Caching.MySql
Pomelo.Extensions.Caching.MySqlConfig.Tools 2 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 11
11
<GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
12
12
<GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
13
13
<GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
14
- <Version >2.1.4 </Version >
14
+ <Version >2.1.5 </Version >
15
15
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
16
16
<SignAssembly >true</SignAssembly >
17
17
<AssemblyOriginatorKeyFile >Pomelo.snk</AssemblyOriginatorKeyFile >
18
18
<PackageLicenseExpression >MIT</PackageLicenseExpression >
19
- </PropertyGroup >
19
+ <PackageReadmeFile >README.md</PackageReadmeFile >
20
+ </PropertyGroup >
20
21
21
22
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
22
23
<DefineConstants >DEBUG;TRACE</DefineConstants >
23
24
</PropertyGroup >
24
25
25
26
<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" />
29
34
</ItemGroup >
30
35
31
36
</Project >
Original file line number Diff line number Diff line change 18
18
<GenerateAssemblyCopyrightAttribute >false</GenerateAssemblyCopyrightAttribute >
19
19
<GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
20
20
<RootNamespace >Pomelo.Extensions.Caching.MySqlConfig.Tools</RootNamespace >
21
- <Version >2.1.1 </Version >
21
+ <Version >2.1.5 </Version >
22
22
<GeneratePackageOnBuild >True</GeneratePackageOnBuild >
23
23
<PackageRequireLicenseAcceptance >False</PackageRequireLicenseAcceptance >
24
- <AssemblyVersion >2.1.1 .0</AssemblyVersion >
24
+ <AssemblyVersion >2.1.5 .0</AssemblyVersion >
25
25
<IsPackable >true</IsPackable >
26
26
<ToolCommandName >dotnet-mysql-cache</ToolCommandName >
27
27
<PackAsTool >true</PackAsTool >
28
28
<SignAssembly >true</SignAssembly >
29
29
<AssemblyOriginatorKeyFile >Pomelo.snk</AssemblyOriginatorKeyFile >
30
30
<PackageLicenseExpression >MIT</PackageLicenseExpression >
31
+ <PackageReadmeFile >README.md</PackageReadmeFile >
31
32
</PropertyGroup >
32
33
33
34
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
36
37
<DocumentationFile >obj\Debug\dotnet-mysql-cache.xml</DocumentationFile >
37
38
</PropertyGroup >
38
39
40
+ <ItemGroup >
41
+ <None Include =" ..\..\README.md" Pack =" true" PackagePath =" \" />
42
+ </ItemGroup >
43
+
39
44
<ItemGroup >
40
45
<PackageReference Include =" Microsoft.Extensions.CommandLineUtils" Version =" 1.1.1" />
41
46
<PackageReference Include =" MySqlConnector" Version =" 2.2.5" />
You can’t perform that action at this time.
0 commit comments