Skip to content

Commit

Permalink
Merge pull request #45 from catcherwong/dept/dtmcommon-1.2.0
Browse files Browse the repository at this point in the history
Dept/dtmcommon 1.2.0
  • Loading branch information
catcherwong authored Jun 13, 2022
2 parents 7fc5be1 + b6d2245 commit f509be5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Dtmcli/Dtmcli.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.1;net5.0;net6.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;netstandard2.1;net5.0;net6.0</TargetFrameworks>
<PackageProjectUrl>https://github.com/dtm-labs/dtmcli-csharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/dtm-labs/dtmcli-csharp</RepositoryUrl>
<AssemblyName>Dtmcli</AssemblyName>
<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.1.2</VersionPrefix>
<VersionPrefix>1.2.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Authors>geffzhang</Authors>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
Expand All @@ -26,7 +26,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="DtmCommon" Version="1.1.2" />
<PackageReference Include="DtmCommon" Version="1.2.0" />
</ItemGroup>

</Project>

0 comments on commit f509be5

Please sign in to comment.