Skip to content

Commit 70e1c70

Browse files
committed
Bump version numbers
1 parent b0e309f commit 70e1c70

4 files changed

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

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

0 commit comments

Comments
 (0)