Skip to content

Commit f527226

Browse files
authored
Merge pull request #39 from catcherwong/update-dtmcommon
Upgrade dependency
2 parents 57df6f6 + 26f52ff commit f527226

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Dtmcli/Dtmcli.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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.0.0</VersionPrefix>
11+
<VersionPrefix>1.1.0</VersionPrefix>
1212
<VersionSuffix></VersionSuffix>
1313
<Authors>geffzhang</Authors>
1414
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
@@ -24,7 +24,7 @@
2424
</ItemGroup>
2525

2626
<ItemGroup>
27-
<PackageReference Include="DtmCommon" Version="1.0.0" />
27+
<PackageReference Include="DtmCommon" Version="1.1.0" />
2828
</ItemGroup>
2929

3030
</Project>

0 commit comments

Comments
 (0)