Skip to content

Commit

Permalink
bump version to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chaowlert committed Dec 3, 2016
1 parent c77960d commit b7f50ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/Mapster/CompileException.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Linq.Expressions;
using System.Runtime.Serialization;

namespace Mapster
{
Expand All @@ -13,8 +12,6 @@ public CompileException(CompileArgument argument, Exception innerException) : ba
this.Argument = argument;
}

protected CompileException(SerializationInfo info, StreamingContext context) : base(info, context) { }

public override string Message =>
"Error while compiling\n" +
$"source={this.Argument.SourceType}\n" +
Expand Down
4 changes: 2 additions & 2 deletions src/Mapster/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.5.0",
"version": "2.6.0",
"description": "A fast, fun and stimulating object to object mapper. Kind of like AutoMapper, just simpler and way, way faster.",
"packOptions": {
"summary": "A fast, fun and stimulating object to object mapper. Kind of like AutoMapper, but simpler and way faster.",
Expand All @@ -19,7 +19,7 @@
"define": [ "NET4" ]
}
},
"net45": { },
"net45": {},
"netstandard1.3": {
"dependencies": {
"Microsoft.CSharp": "4.0.1",
Expand Down

0 comments on commit b7f50ec

Please sign in to comment.