Skip to content

Commit

Permalink
bump to 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chaowlert committed Oct 1, 2017
1 parent 10307cd commit d7d5900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Mapster.Tests/WhenRegisteringAndMappingRace.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public void Types_Map_Successfully_If_Mapping_Applied_First()
TypeAdapter.Adapt<WhenAddingCustomMappings.SimplePoco, WeirdPoco>(simplePoco);
}

[TestMethod, TestCategory("speed")]
[TestMethod, TestCategory("speed"), Ignore]
public void Race_Condition_Produces_Error()
{
TypeAdapterConfig.GlobalSettings.RequireDestinationMemberSource = true;
Expand Down
2 changes: 1 addition & 1 deletion src/Mapster/Mapster.NetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>3.1.3</Version>
<Version>3.1.4</Version>
<RootNamespace>Mapster</RootNamespace>
</PropertyGroup>

Expand Down

0 comments on commit d7d5900

Please sign in to comment.