Skip to content

Commit 55863c8

Browse files
Tyler CarlsonTyler Carlson
authored andcommitted
Update Version
1 parent 8a0155a commit 55863c8

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/AutoMapper.Collection-Signed/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.0-alpha-*",
2+
"version": "3.0.0",
33
"authors": [ "Tyler Carlson" ],
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.",
55
"packOptions": {

src/AutoMapper.Collection.EntityFramework/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.0-alpha-*",
2+
"version": "3.0.0",
33
"authors": [ "Tyler Carlson" ],
44
"description": "Collection updating support for EntityFramework with AutoMapper. Extends DBSet<T> with Persist<TDto>().InsertUpdate(dto) and Persist<TDto>().Delete(dto). Will find the matching object and will Insert/Update/Delete.",
55
"packOptions": {

src/AutoMapper.Collection.LinqToSQL/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.0-alpha-*",
2+
"version": "3.0.0",
33
"authors": [ "Tyler Carlson" ],
44
"description": "Collection updating support for LinqToSQL with AutoMapper. Extends Table<T> with Persist<TDto>().InsertUpdate(dto) and Persist<TDto>().Delete(dto). Will find the matching object and will Insert/Update/Delete.",
55
"packOptions": {

src/AutoMapper.Collection/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.0-alpha-*",
2+
"version": "3.0.0",
33
"authors": [ "Tyler Carlson" ],
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.",
55
"packOptions": {

0 commit comments

Comments
 (0)