Skip to content

Commit

Permalink
Update version numbers for Mapster and Mapster.Tool.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerav committed Feb 20, 2022
1 parent 7384622 commit b175c92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Mapster.Tool/Mapster.Tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageTags>Mapster;Tool</PackageTags>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Mapster.Tool.snk</AssemblyOriginatorKeyFile>
<Version>8.2.0</Version>
<Version>8.3.0</Version>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Mapster/Mapster.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.3' ">1.6.1</NetStandardImplicitPackageVersion>
<IsPackable>true</IsPackable>
<RootNamespace>Mapster</RootNamespace>
<Version>7.2.0</Version>
<Version>7.3.0</Version>
<Nullable>enable</Nullable>
<NoWarn>1701;1702;8618</NoWarn>
</PropertyGroup>
Expand Down

0 comments on commit b175c92

Please sign in to comment.