|
8 | 8 | <RootNamespace>Dtmcli</RootNamespace> |
9 | 9 | <Description>a c# client for distributed transaction framework dtm. 分布式事务管理器dtm的c#客户端</Description> |
10 | 10 | <PackageTags>dtm,csharp,distributed transaction,tcc,saga,msg</PackageTags> |
11 | | -<VersionPrefix>1.1.0</VersionPrefix> |
| 11 | +<VersionPrefix>1.1.1</VersionPrefix> |
12 | 12 | <VersionSuffix></VersionSuffix> |
13 | 13 | <Authors>geffzhang</Authors> |
14 | 14 | <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
15 | 15 | <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 16 | +<PackageReadmeFile>README.md</PackageReadmeFile> |
16 | 17 | </PropertyGroup> |
17 | 18 |
|
18 | 19 | <ItemGroup> |
19 | 20 | <InternalsVisibleToInclude="Dtmcli.Tests" /> |
| 21 | +<NoneInclude="$(MSBuildThisFileDirectory)../../README.md"Pack="true"PackagePath="/" /> |
20 | 22 | </ItemGroup> |
21 | 23 |
|
22 | 24 | <ItemGroupCondition="'$(TargetFramework)' == 'net6.0' or '$(TargetFramework)' == 'net5.0'"> |
23 | 25 | <FrameworkReferenceInclude="Microsoft.AspNetCore.App" /> |
24 | 26 | </ItemGroup> |
25 | 27 |
|
26 | 28 | <ItemGroup> |
27 | | - <PackageReferenceInclude="DtmCommon"Version="1.1.0" /> |
| 29 | + <PackageReferenceInclude="DtmCommon"Version="1.1.1" /> |
28 | 30 | </ItemGroup> |
29 | 31 |
|
30 | 32 | </Project> |