Skip to content

Commit d0e81c7

Browse files
committed
Update version
1 parent 07a6f58 commit d0e81c7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/AutoMapper.Collection.EntityFramework/AutoMapper.Collection.EntityFramework.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>Collection updating support for EntityFramework with AutoMapper. Extends DBSet&lt;T&gt; with Persist&lt;TDto&gt;().InsertUpdate(dto) and Persist&lt;TDto&gt;().Delete(dto). Will find the matching object and will Insert/Update/Delete.</Description>
5-
<VersionPrefix>3.1.2</VersionPrefix>
5+
<VersionPrefix>3.1.3</VersionPrefix>
66
<Authors>Tyler Carlson</Authors>
77
<TargetFramework>net45</TargetFramework>
88
<AssemblyName>AutoMapper.Collection.EntityFramework</AssemblyName>

src/AutoMapper.Collection.LinqToSQL/AutoMapper.Collection.LinqToSQL.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>Collection updating support for LinqToSQL with AutoMapper. Extends Table&lt;T&gt; with Persist&lt;TDto&gt;().InsertUpdate(dto) and Persist&lt;TDto&gt;().Delete(dto). Will find the matching object and will Insert/Update/Delete.</Description>
5-
<VersionPrefix>3.1.2</VersionPrefix>
5+
<VersionPrefix>3.1.3</VersionPrefix>
66
<Authors>Tyler Carlson</Authors>
77
<TargetFramework>net45</TargetFramework>
88
<AssemblyName>AutoMapper.Collection.LinqToSQL</AssemblyName>

src/AutoMapper.Collection/AutoMapper.Collection.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>Collection Add/Remove/Update support for AutoMapper. AutoMapper.Collection adds EqualityComparison Expressions for TypeMaps to determine if Source and Destination type are equivalent to each other when mapping collections.</Description>
5-
<VersionPrefix>3.1.2</VersionPrefix>
5+
<VersionPrefix>3.1.3</VersionPrefix>
66
<Authors>Tyler Carlson</Authors>
77
<TargetFrameworks>net45;netstandard1.1;netstandard1.3</TargetFrameworks>
88
<AssemblyName>AutoMapper.Collection</AssemblyName>

0 commit comments

Comments
 (0)