Skip to content

Commit

Permalink
bump version to 6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chaowlert committed Aug 19, 2020
1 parent a65b69b commit 47ec8bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 30 deletions.
7 changes: 5 additions & 2 deletions src/Mapster.Tool/Mapster.Tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Mapster.Tool.snk</AssemblyOriginatorKeyFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.0.47</Version>
<Version>6.5.0</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Copyright>Copyright (c) 2020 Chaowlert Chaisrichalermpol</Copyright>
<PackageIcon>icon.png</PackageIcon>
Expand All @@ -31,8 +31,11 @@
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.8.0" />
<PackageReference Include="ExpressionTranslator" Version="2.3.1" />
<PackageReference Include="Mapster" Version="6.3.1" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="3.1.6" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Mapster\Mapster.csproj" />
</ItemGroup>

</Project>
27 changes: 0 additions & 27 deletions src/Mapster.Tool/Properties/launchSettings.json

This file was deleted.

2 changes: 1 addition & 1 deletion src/Mapster/Mapster.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.3' ">1.6.1</NetStandardImplicitPackageVersion>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<RootNamespace>Mapster</RootNamespace>
<Version>6.3.1</Version>
<Version>6.5.0</Version>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<NoWarn>1701;1702;8618</NoWarn>
Expand Down

0 comments on commit 47ec8bb

Please sign in to comment.