Skip to content

Commit f3cfa3f

Browse files
committed
bump version
1 parent de214c7 commit f3cfa3f

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"mapster.tool": {
6-
"version": "1.0.4",
6+
"version": "1.0.5",
77
"commands": [
88
"dotnet-mapster"
99
]

src/Mapster.Tool/Mapster.Tool.csproj

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<SignAssembly>true</SignAssembly>
1616
<AssemblyOriginatorKeyFile>Mapster.Tool.snk</AssemblyOriginatorKeyFile>
1717
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
18-
<Version>1.0.4</Version>
18+
<Version>1.0.5</Version>
1919
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2020
<Copyright>Copyright (c) 2020 Chaowlert Chaisrichalermpol</Copyright>
2121
<PackageIcon>icon.png</PackageIcon>
@@ -26,13 +26,10 @@
2626
<None Include="icon.png" Pack="true" PackagePath="\" />
2727
</ItemGroup>
2828

29-
<ItemGroup>
30-
<ProjectReference Include="..\Mapster\Mapster.csproj" />
31-
</ItemGroup>
32-
3329
<ItemGroup>
3430
<PackageReference Include="CommandLineParser" Version="2.8.0" />
3531
<PackageReference Include="ExpressionTranslator" Version="2.2.0" />
32+
<PackageReference Include="Mapster" Version="6.1.1" />
3633
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="1.0.3" />
3734
</ItemGroup>
3835

src/Mapster.sln

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A5580F9D-0F5F-4224-980F-7824536A627D}"
77
ProjectSection(SolutionItems) = preProject
88
.editorconfig = .editorconfig
9+
..\.config\dotnet-tools.json = ..\.config\dotnet-tools.json
910
..\LICENSE = ..\LICENSE
1011
..\README.md = ..\README.md
1112
EndProjectSection
@@ -40,9 +41,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mapster.EFCore.Tests", "Map
4041
EndProject
4142
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mapster.Immutable", "Mapster.Immutable\Mapster.Immutable.csproj", "{DE045991-6268-46EE-B5D3-79DE75820976}"
4243
EndProject
43-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mapster.Immutable.Tests", "Mapster.Immutable.Tests\Mapster.Immutable.Tests.csproj", "{D5DF0FB7-44A5-4326-9EC4-5B8F7FCCE00F}"
44+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mapster.Immutable.Tests", "Mapster.Immutable.Tests\Mapster.Immutable.Tests.csproj", "{D5DF0FB7-44A5-4326-9EC4-5B8F7FCCE00F}"
4445
EndProject
45-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mapster.Tool", "Mapster.Tool\Mapster.Tool.csproj", "{05CFF481-D4EC-411A-99C5-382709E05522}"
46+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mapster.Tool", "Mapster.Tool\Mapster.Tool.csproj", "{05CFF481-D4EC-411A-99C5-382709E05522}"
4647
EndProject
4748
Global
4849
GlobalSection(SolutionConfigurationPlatforms) = preSolution

src/Mapster/Mapster.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.3' ">1.6.1</NetStandardImplicitPackageVersion>
2121
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
2222
<RootNamespace>Mapster</RootNamespace>
23-
<Version>6.1.0</Version>
23+
<Version>6.1.1</Version>
2424
<LangVersion>8.0</LangVersion>
2525
<Nullable>enable</Nullable>
2626
<NoWarn>1701;1702;8618</NoWarn>

0 commit comments

Comments
 (0)