Skip to content

Commit 60bc1a0

Browse files
committed
Merge branch 'master' into development
2 parents ccc4223 + dbeb28e commit 60bc1a0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ deploy:
3131
branch: master
3232
- provider: NuGet
3333
api_key:
34-
secure: Cp2+SslVkKThDVYzXuYYEpbUB5ij9mmJQ/3N6367fupC8ks132pYYwKDIvZSsJgn
34+
secure: qlrSDEp5Rd9gTJMpe4V/houp2QXwAFRMyMZwLuAub2lqvSCnHo2V8HmBJN+XnsHg
3535
on:
3636
appveyor_repo_tag: true

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.1</VersionPrefix>
5+
<VersionPrefix>3.1.2</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.1</VersionPrefix>
5+
<VersionPrefix>3.1.2</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.1</VersionPrefix>
5+
<VersionPrefix>3.1.2</VersionPrefix>
66
<Authors>Tyler Carlson</Authors>
77
<TargetFrameworks>net45;netstandard1.1;netstandard1.3</TargetFrameworks>
88
<AssemblyName>AutoMapper.Collection</AssemblyName>

0 commit comments

Comments
 (0)