Skip to content

Commit eabb0ad

Browse files
committed
updated project json
1 parent 5096db9 commit eabb0ad

File tree

4 files changed

+5939
-414
lines changed

4 files changed

+5939
-414
lines changed

ObjectFiller.Test/project.lock.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -153,16 +153,16 @@
153153
"lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {}
154154
}
155155
},
156-
"ObjectFiller/1.4.0.8": {
156+
"ObjectFiller/1.4.0": {
157157
"type": "project",
158158
"framework": ".NETPlatform,Version=v5.1",
159159
"dependencies": {
160-
"System.Collections": "4.0.11-beta-23516",
161-
"System.Diagnostics.Debug": "4.0.11-beta-23516",
162-
"System.Linq": "4.0.1-beta-23516",
163-
"System.Linq.Expressions": "4.0.11-beta-23516",
164-
"System.Runtime.Extensions": "4.0.11-beta-23516",
165-
"System.Text.RegularExpressions": "4.0.11-beta-23516"
160+
"System.Collections": "4.0.11",
161+
"System.Diagnostics.Debug": "4.0.11",
162+
"System.Linq": "4.0.1",
163+
"System.Linq.Expressions": "4.0.11",
164+
"System.Runtime.Extensions": "4.0.11",
165+
"System.Text.RegularExpressions": "4.0.11"
166166
}
167167
},
168168
"System.Collections/4.0.11-beta-23516": {
@@ -1025,7 +1025,7 @@
10251025
"lib/net45/Newtonsoft.Json.dll": {}
10261026
}
10271027
},
1028-
"ObjectFiller/1.4.0.8": {
1028+
"ObjectFiller/1.4.0": {
10291029
"type": "project",
10301030
"framework": ".NETFramework,Version=v4.5"
10311031
},
@@ -1317,16 +1317,16 @@
13171317
"lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {}
13181318
}
13191319
},
1320-
"ObjectFiller/1.4.0.8": {
1320+
"ObjectFiller/1.4.0": {
13211321
"type": "project",
13221322
"framework": ".NETPlatform,Version=v5.1",
13231323
"dependencies": {
1324-
"System.Collections": "4.0.11-beta-23516",
1325-
"System.Diagnostics.Debug": "4.0.11-beta-23516",
1326-
"System.Linq": "4.0.1-beta-23516",
1327-
"System.Linq.Expressions": "4.0.11-beta-23516",
1328-
"System.Runtime.Extensions": "4.0.11-beta-23516",
1329-
"System.Text.RegularExpressions": "4.0.11-beta-23516"
1324+
"System.Collections": "4.0.11",
1325+
"System.Diagnostics.Debug": "4.0.11",
1326+
"System.Linq": "4.0.1",
1327+
"System.Linq.Expressions": "4.0.11",
1328+
"System.Runtime.Extensions": "4.0.11",
1329+
"System.Text.RegularExpressions": "4.0.11"
13301330
}
13311331
},
13321332
"runtime.any.System.Linq.Expressions/4.0.11-beta-23516": {
@@ -2574,16 +2574,16 @@
25742574
"lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {}
25752575
}
25762576
},
2577-
"ObjectFiller/1.4.0.8": {
2577+
"ObjectFiller/1.4.0": {
25782578
"type": "project",
25792579
"framework": ".NETPlatform,Version=v5.1",
25802580
"dependencies": {
2581-
"System.Collections": "4.0.11-beta-23516",
2582-
"System.Diagnostics.Debug": "4.0.11-beta-23516",
2583-
"System.Linq": "4.0.1-beta-23516",
2584-
"System.Linq.Expressions": "4.0.11-beta-23516",
2585-
"System.Runtime.Extensions": "4.0.11-beta-23516",
2586-
"System.Text.RegularExpressions": "4.0.11-beta-23516"
2581+
"System.Collections": "4.0.11",
2582+
"System.Diagnostics.Debug": "4.0.11",
2583+
"System.Linq": "4.0.1",
2584+
"System.Linq.Expressions": "4.0.11",
2585+
"System.Runtime.Extensions": "4.0.11",
2586+
"System.Text.RegularExpressions": "4.0.11"
25872587
}
25882588
},
25892589
"runtime.any.System.Linq.Expressions/4.0.11-beta-23516": {
@@ -3793,7 +3793,7 @@
37933793
"lib/net45/Newtonsoft.Json.dll": {}
37943794
}
37953795
},
3796-
"ObjectFiller/1.4.0.8": {
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.8": {
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.8": {
4175+
"ObjectFiller/1.4.0": {
41764176
"type": "project",
41774177
"path": "../ObjectFiller/project.json"
41784178
},

ObjectFiller/ObjectFiller.xproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
1818
<ProduceOutputsOnBuild>True</ProduceOutputsOnBuild>
1919
</PropertyGroup>
20+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
21+
<ProduceOutputsOnBuild>True</ProduceOutputsOnBuild>
22+
</PropertyGroup>
2023
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" />
2124
<ProjectExtensions>
2225
<VisualStudio>

ObjectFiller/project.json

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"title": "Tynamix.ObjectFiller",
3-
"version": "1.4.0.8",
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" ],
77
"tags": [ "objectfiller", "tynamix", "test", "testdata", "prototyp", "prototyping", "unittest", "design", "designviewmodel", "generator", "random", "data", "randomdata", "testing", "poco", "lorem", "ipsum", "fakedata", "fake", "faker" ],
88
"projectUrl": "http://objectfiller.net/",
99
"iconUrl": "https://raw.githubusercontent.com/gokTyBalD/ObjectFiller.NET/master/logo.png",
1010
"licenseUrl": "https://github.com/Tynamix/ObjectFiller.NET/blob/master/LICENSE.txt",
11-
"releaseNotes": "-1.4.0\r\n* Updated to .NET Core so you can use ObjectFiller.NET now in your .NET Core (DNX), Windows (Phone) 8/8.1 Store App and Windows 10 (UWP) environment!\r\n* FillerSetup can now be used for dedicated properties or types\r\n* Bugfixes\r\n\r\n-1.3.9\r\n* Bug fixed when creating types with a copy constructor \r\n\r\n-1.3.8\r\n* Support for Arrays and Nullable Enumerations\r\n* Bugfixes (thx to Hendrik L.)\r\n\r\n-1.3.6\r\n* Added Randomizer<T> class to easy generate data for simple types like int, double, string\r\n* Support for complex standalone CLR types like List<T>\r\n* CityName plugin (Thx to Hendrik L.)\r\n* E-Mail-Address plugin (Thx to Hendrik L.)\r\n* StreetName plugin (Thx to Hendrik L.)\r\n* CountryName plugin\r\n* Code cleanup\r\n* Bugfixes\r\n\r\n-1.3.2\r\n* Bugfixes\r\n\r\n-1.3.1\r\n* Easier usage of static values in the \"Use\" API\r\n* Added missing type mappings\r\n* Some bugfixes and improvements\r\n\r\n-1.3.0\r\n* Circular Reference Detection (thx to GothikX)\r\n* Export the ObjectFiller setup and reuse it somewhere else\r\n* Improved LoremIpsum Plugin (thx to GothikX)\r\n* Many bugfixes and improvements\r\n\r\n-1.2.8\r\n* IgnoreAllUnknownTypes added\r\n* Usage of RandomList-Plugin improved\r\n* IntRange-Plugin handles now also nullable int!\r\n\r\n-1.2.4\r\n* Create multiple instances\r\n* Some bugfixes and improvements\r\n\r\n-1.2.3\r\n* Use enumerables to fill objects (thx to charlass)\r\n* Its now possible to fill enum properties (thx to charlass)\r\n* Implemented SequenceGenerator (thx to charlass)\r\n\r\n-1.2.1\r\n* Complete refactoring of the FluentAPI. Read the documentation on objectfiller.net for more information!\r\n* Properties with private setter are able to write.\r\n* Renamed ObjectFiller to Filler to avoid NameSpace conflicts\r\n* Order properties implemented\r\n* IntRange Plugin implemented\r\n* ...some more improvements and bugfixes\r\n\r\n-1.1.8\r\n* Bugfix in RandomizerForProperty\r\n\r\n-1.1.7\r\n* Implemented a Lorem Ipsum string plugin\r\n\r\n-1.1.6\r\n* new fantastic PatternGenerator-Plugin. Thanks to charlass for this!\r\n* Adjust namespaces from ObjectFiller to Tynamix.ObjectFiller\r\n\r\n-1.1.4\r\n* IgnoreAllOfType added.\r\n* Little changes to the main API\r\n\r\n-1.1.2\r\n* moved to github\r\n\r\n-1.1.0\r\n* Changed the fluent API to make it even easier than before to use.\r\n\r\n-1.0.22\r\n* Bugfix when handling lists\r\n\r\n-1.0.21\r\n* Constructors with parameters are now possible as long as the types of parameters are configured in the ObjectFiller.NET setup!\r\n\r\n-1.0.16\r\n* RandomListItem-Plugin\r\n\r\n-1.0.15\r\n* Major Bugfix\r\n\r\n-1.0.14\r\n* Bugfixes\r\n\r\n-1.0.12\r\n* RealNameListString Plugin\r\n* DoubleMinMax plugin\r\n\r\n-1.0.10\r\n* Its now possible to ignore properties.\r\n* Fluent API documented.\r\n* Better ExceptionMessages\r\n* Bugfixes\r\n\r\n-1.0.6\r\n* Its now possible to setup a randomizer to a specific property!\r\n\r\n-1.0.0\r\n* Initial release",
11+
"releaseNotes": "-1.4.0\r\n* Updated to .NET Core. Now you can use ObjectFiller.NET in your .NET Core (DNX) and Windows 10 (UWP) environment!\r\n* FillerSetup can now be used for dedicated properties or types\r\n* Bugfixes\r\n\r\n-1.3.9\r\n* Bug fixed when creating types with a copy constructor \r\n\r\n-1.3.8\r\n* Support for Arrays and Nullable Enumerations\r\n* Bugfixes (thx to Hendrik L.)\r\n\r\n-1.3.6\r\n* Added Randomizer<T> class to easy generate data for simple types like int, double, string\r\n* Support for complex standalone CLR types like List<T>\r\n* CityName plugin (Thx to Hendrik L.)\r\n* E-Mail-Address plugin (Thx to Hendrik L.)\r\n* StreetName plugin (Thx to Hendrik L.)\r\n* CountryName plugin\r\n* Code cleanup\r\n* Bugfixes\r\n\r\n-1.3.2\r\n* Bugfixes\r\n\r\n-1.3.1\r\n* Easier usage of static values in the \"Use\" API\r\n* Added missing type mappings\r\n* Some bugfixes and improvements\r\n\r\n-1.3.0\r\n* Circular Reference Detection (thx to GothikX)\r\n* Export the ObjectFiller setup and reuse it somewhere else\r\n* Improved LoremIpsum Plugin (thx to GothikX)\r\n* Many bugfixes and improvements\r\n\r\n-1.2.8\r\n* IgnoreAllUnknownTypes added\r\n* Usage of RandomList-Plugin improved\r\n* IntRange-Plugin handles now also nullable int!\r\n\r\n-1.2.4\r\n* Create multiple instances\r\n* Some bugfixes and improvements\r\n\r\n-1.2.3\r\n* Use enumerables to fill objects (thx to charlass)\r\n* Its now possible to fill enum properties (thx to charlass)\r\n* Implemented SequenceGenerator (thx to charlass)\r\n\r\n-1.2.1\r\n* Complete refactoring of the FluentAPI. Read the documentation on objectfiller.net for more information!\r\n* Properties with private setter are able to write.\r\n* Renamed ObjectFiller to Filler to avoid NameSpace conflicts\r\n* Order properties implemented\r\n* IntRange Plugin implemented\r\n* ...some more improvements and bugfixes\r\n\r\n-1.1.8\r\n* Bugfix in RandomizerForProperty\r\n\r\n-1.1.7\r\n* Implemented a Lorem Ipsum string plugin\r\n\r\n-1.1.6\r\n* new fantastic PatternGenerator-Plugin. Thanks to charlass for this!\r\n* Adjust namespaces from ObjectFiller to Tynamix.ObjectFiller\r\n\r\n-1.1.4\r\n* IgnoreAllOfType added.\r\n* Little changes to the main API\r\n\r\n-1.1.2\r\n* moved to github\r\n\r\n-1.1.0\r\n* Changed the fluent API to make it even easier than before to use.\r\n\r\n-1.0.22\r\n* Bugfix when handling lists\r\n\r\n-1.0.21\r\n* Constructors with parameters are now possible as long as the types of parameters are configured in the ObjectFiller.NET setup!\r\n\r\n-1.0.16\r\n* RandomListItem-Plugin\r\n\r\n-1.0.15\r\n* Major Bugfix\r\n\r\n-1.0.14\r\n* Bugfixes\r\n\r\n-1.0.12\r\n* RealNameListString Plugin\r\n* DoubleMinMax plugin\r\n\r\n-1.0.10\r\n* Its now possible to ignore properties.\r\n* Fluent API documented.\r\n* Better ExceptionMessages\r\n* Bugfixes\r\n\r\n-1.0.6\r\n* Its now possible to setup a randomizer to a specific property!\r\n\r\n-1.0.0\r\n* Initial release",
1212

1313
"frameworks": {
1414
"net40": {
@@ -20,15 +20,19 @@
2020
"net35": {
2121
"compilationOptions": { "define": [ "NET3X" ] }
2222
},
23+
"uap10.0": {
24+
"compilationOptions": { "define": [ "NETSTD" ] },
25+
"dependencies": { "Microsoft.NETCore": "5.0.0" }
26+
},
2327
"dotnet5.1": {
2428
"compilationOptions": { "define": [ "NETSTD" ] },
2529
"dependencies": {
26-
"System.Collections": "4.0.11-beta-23516",
27-
"System.Diagnostics.Debug": "4.0.11-beta-23516",
28-
"System.Linq": "4.0.1-beta-23516",
29-
"System.Linq.Expressions": "4.0.11-beta-23516",
30-
"System.Runtime.Extensions": "4.0.11-beta-23516",
31-
"System.Text.RegularExpressions": "4.0.11-beta-23516"
30+
"System.Collections": "4.0.11-*",
31+
"System.Diagnostics.Debug": "4.0.11-*",
32+
"System.Linq": "4.0.1-*",
33+
"System.Linq.Expressions": "4.0.11-*",
34+
"System.Runtime.Extensions": "4.0.11-*",
35+
"System.Text.RegularExpressions": "4.0.11-*"
3236
}
3337

3438
}

0 commit comments

Comments
 (0)