Skip to content

Commit 14708f4

Browse files
committed
Upgrade to 2.0.0
1 parent bcecac8 commit 14708f4

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/AutoMapper.Collection-Signed/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.2.3-*",
2+
"version": "2.0.0-*",
33
"authors": [ "Tyler Carlson" ],
44
"description": "Collection updating support for AutoMapper.",
55
"packOptions": {
@@ -18,7 +18,7 @@
1818
},
1919

2020
"dependencies": {
21-
"AutoMapper" : "4.2.1"
21+
"AutoMapper": "4.2.1"
2222
},
2323

2424
"frameworks": {

src/AutoMapper.Collection.EntityFramework/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.2.3-*",
2+
"version": "2.0.0-*",
33
"authors": [ "Tyler Carlson" ],
44
"description": "Collection Updating support for Entity Framework with AutoMapper.",
55
"packOptions": {
@@ -10,7 +10,7 @@
1010
},
1111

1212
"dependencies": {
13-
"AutoMapper.Collection": "1.2.3-*",
13+
"AutoMapper.Collection": "2.0.0-*",
1414
"EntityFramework": "6.1.3"
1515
},
1616

src/AutoMapper.Collection.LinqToSQL/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.2.3-*",
2+
"version": "2.0.0-*",
33
"authors": [ "Tyler Carlson" ],
44
"description": "Collection updating support for LinqToSQL with AutoMapper.",
55
"packOptions": {
@@ -10,7 +10,7 @@
1010
},
1111

1212
"dependencies": {
13-
"AutoMapper.Collection": "1.2.3-*"
13+
"AutoMapper.Collection": "2.0.0-*"
1414
},
1515

1616
"frameworks": {

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": "1.2.3-*",
2+
"version": "2.0.0-*",
33
"authors": [ "Tyler Carlson" ],
44
"description": "Collection updating support for AutoMapper.",
55
"packOptions": {

0 commit comments

Comments
 (0)