Skip to content

Commit 5432cd7

Browse files
committed
updated version
1 parent b1fb868 commit 5432cd7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

ObjectFiller.Test/project.lock.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
"lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {}
154154
}
155155
},
156-
"ObjectFiller/1.4.0.3": {
156+
"ObjectFiller/1.4.0": {
157157
"type": "project",
158158
"framework": ".NETPlatform,Version=v5.1",
159159
"dependencies": {
@@ -1025,7 +1025,7 @@
10251025
"lib/net45/Newtonsoft.Json.dll": {}
10261026
}
10271027
},
1028-
"ObjectFiller/1.4.0.3": {
1028+
"ObjectFiller/1.4.0": {
10291029
"type": "project",
10301030
"framework": ".NETFramework,Version=v4.5"
10311031
},
@@ -1317,7 +1317,7 @@
13171317
"lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {}
13181318
}
13191319
},
1320-
"ObjectFiller/1.4.0.3": {
1320+
"ObjectFiller/1.4.0": {
13211321
"type": "project",
13221322
"framework": ".NETPlatform,Version=v5.1",
13231323
"dependencies": {
@@ -2574,7 +2574,7 @@
25742574
"lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {}
25752575
}
25762576
},
2577-
"ObjectFiller/1.4.0.3": {
2577+
"ObjectFiller/1.4.0": {
25782578
"type": "project",
25792579
"framework": ".NETPlatform,Version=v5.1",
25802580
"dependencies": {
@@ -3793,7 +3793,7 @@
37933793
"lib/net45/Newtonsoft.Json.dll": {}
37943794
}
37953795
},
3796-
"ObjectFiller/1.4.0.3": {
3796+
"ObjectFiller/1.4.0": {
37973797
"type": "project",
37983798
"framework": ".NETFramework,Version=v4.5"
37993799
},
@@ -4047,7 +4047,7 @@
40474047
"lib/net45/Newtonsoft.Json.dll": {}
40484048
}
40494049
},
4050-
"ObjectFiller/1.4.0.3": {
4050+
"ObjectFiller/1.4.0": {
40514051
"type": "project",
40524052
"framework": ".NETFramework,Version=v4.5"
40534053
},
@@ -4172,7 +4172,7 @@
41724172
}
41734173
},
41744174
"libraries": {
4175-
"ObjectFiller/1.4.0.3": {
4175+
"ObjectFiller/1.4.0": {
41764176
"type": "project",
41774177
"path": "../ObjectFiller/project.json"
41784178
},

ObjectFiller/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "Tynamix.ObjectFiller",
3-
"version": "1.4.0.3",
3+
"version": "1.4.0",
44
"description": "The Tynamix ObjectFiller.NET fills the properties of your objects with random data. Use it for unittest, prototyping and whereever you need some random testdata. It has a fluent API and is highly customizable. It supports also IEnumerables and Dictionaries and constructors WITH parameters. It is also possible to fill instances and to write private properties.",
55
"summary": "The Tynamix ObjectFiller.NET fills the properties of your objects with customized random data. Use it for unittests, prototyping and whereever you need some random testdata.",
66
"authors": [ "Roman Köhler", "Hendrik L.", "Christian Harlass", "GothikX" ],

0 commit comments

Comments
 (0)