Skip to content

Commit

Permalink
Merge pull request #39 from catcherwong/update-dtmcommon
Browse files Browse the repository at this point in the history
Upgrade dependency
  • Loading branch information
catcherwong authored Apr 9, 2022
2 parents 57df6f6 + 26f52ff commit f527226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Dtmcli/Dtmcli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<RootNamespace>Dtmcli</RootNamespace>
<Description>a c# client for distributed transaction framework dtm. 分布式事务管理器dtm的c#客户端</Description>
<PackageTags>dtm,csharp,distributed transaction,tcc,saga,msg</PackageTags>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>1.1.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Authors>geffzhang</Authors>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
Expand All @@ -24,7 +24,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="DtmCommon" Version="1.0.0" />
<PackageReference Include="DtmCommon" Version="1.1.0" />
</ItemGroup>

</Project>

0 comments on commit f527226

Please sign in to comment.