Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chaowlert committed Aug 6, 2020
1 parent de214c7 commit f3cfa3f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"mapster.tool": {
"version": "1.0.4",
"version": "1.0.5",
"commands": [
"dotnet-mapster"
]
Expand Down
7 changes: 2 additions & 5 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>1.0.4</Version>
<Version>1.0.5</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Copyright>Copyright (c) 2020 Chaowlert Chaisrichalermpol</Copyright>
<PackageIcon>icon.png</PackageIcon>
Expand All @@ -26,13 +26,10 @@
<None Include="icon.png" Pack="true" PackagePath="\" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.8.0" />
<PackageReference Include="ExpressionTranslator" Version="2.2.0" />
<PackageReference Include="Mapster" Version="6.1.1" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="1.0.3" />
</ItemGroup>

Expand Down
5 changes: 3 additions & 2 deletions src/Mapster.sln
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A5580F9D-0F5F-4224-980F-7824536A627D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
..\.config\dotnet-tools.json = ..\.config\dotnet-tools.json
..\LICENSE = ..\LICENSE
..\README.md = ..\README.md
EndProjectSection
Expand Down Expand Up @@ -40,9 +41,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mapster.EFCore.Tests", "Map
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mapster.Immutable", "Mapster.Immutable\Mapster.Immutable.csproj", "{DE045991-6268-46EE-B5D3-79DE75820976}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mapster.Immutable.Tests", "Mapster.Immutable.Tests\Mapster.Immutable.Tests.csproj", "{D5DF0FB7-44A5-4326-9EC4-5B8F7FCCE00F}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mapster.Immutable.Tests", "Mapster.Immutable.Tests\Mapster.Immutable.Tests.csproj", "{D5DF0FB7-44A5-4326-9EC4-5B8F7FCCE00F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mapster.Tool", "Mapster.Tool\Mapster.Tool.csproj", "{05CFF481-D4EC-411A-99C5-382709E05522}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mapster.Tool", "Mapster.Tool\Mapster.Tool.csproj", "{05CFF481-D4EC-411A-99C5-382709E05522}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
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.1.0</Version>
<Version>6.1.1</Version>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<NoWarn>1701;1702;8618</NoWarn>
Expand Down

0 comments on commit f3cfa3f

Please sign in to comment.