Skip to content

Commit 0529c92

Browse files
authored
Merge pull request #40 from catcherwong/update-dtmcommon
update DtmCommon to v1.1.1
2 parents f527226 + 0b30aeb commit 0529c92

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Dtmcli/Dtmcli.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,25 @@
88
<RootNamespace>Dtmcli</RootNamespace>
99
<Description>a c# client for distributed transaction framework dtm. 分布式事务管理器dtm的c#客户端</Description>
1010
<PackageTags>dtm,csharp,distributed transaction,tcc,saga,msg</PackageTags>
11-
<VersionPrefix>1.1.0</VersionPrefix>
11+
<VersionPrefix>1.1.1</VersionPrefix>
1212
<VersionSuffix></VersionSuffix>
1313
<Authors>geffzhang</Authors>
1414
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1515
<PackageLicenseExpression>MIT</PackageLicenseExpression>
16+
<PackageReadmeFile>README.md</PackageReadmeFile>
1617
</PropertyGroup>
1718

1819
<ItemGroup>
1920
<InternalsVisibleTo Include="Dtmcli.Tests" />
21+
<None Include="$(MSBuildThisFileDirectory)../../README.md" Pack="true" PackagePath="/" />
2022
</ItemGroup>
2123

2224
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0' or '$(TargetFramework)' == 'net5.0'">
2325
<FrameworkReference Include="Microsoft.AspNetCore.App" />
2426
</ItemGroup>
2527

2628
<ItemGroup>
27-
<PackageReference Include="DtmCommon" Version="1.1.0" />
29+
<PackageReference Include="DtmCommon" Version="1.1.1" />
2830
</ItemGroup>
2931

3032
</Project>

0 commit comments

Comments
 (0)