|
9 | 9 | <PackageLicenseUrl></PackageLicenseUrl>
|
10 | 10 | <PackageProjectUrl>http://objectfiller.net/</PackageProjectUrl>
|
11 | 11 | <PackageIconUrl></PackageIconUrl>
|
12 |
| - <PackageReleaseNotes>-1.5.7 |
13 |
| -* Fix multi inheritance bug on .NET Standard |
14 |
| - |
15 |
| --1.5.6 |
16 |
| -* Added target framework netstandard1.3, netstandard2.0 to improve easier usage with .NET 5 |
17 |
| -* Added Long Range plugin (thx to weitzhandler) |
18 |
| - |
19 |
| --1.5.5 |
20 |
| -* SetRandomSeed added to generate always the same random data |
21 |
| -* URI Plugin implemented (Thx to twenzel) |
22 |
| -* Bugfixing (thx to lichtel, jiaxuyang) |
23 |
| - |
24 |
| --1.5.4.1 |
25 |
| -* Bugfixing |
26 |
| -* Collectionizer supports now also Arrays |
27 |
| - |
28 |
| --1.5.4 |
29 |
| -* Removed unecessary references for netstandard library |
30 |
| - |
31 |
| --1.5.3 |
32 |
| -* It is now possible to do an explicit setup (just fill properties which are configured in Filler Setup) |
33 |
| -* IpAddress string plugin added |
34 |
| -* Switched to .NET Core 1.0 |
35 |
| -* Moved to VS 2017 |
36 |
| -* Bug fixes |
37 |
| - |
38 |
| --1.5.0 |
39 |
| -* Collectionizer plugin implemented to use IRandomizer plugins in Collections |
40 |
| -* Support for ArrayLists |
41 |
| -* Ignore inheritance added to ignore base types of a POCO |
42 |
| -* Optimizations in the Randomizer (thx to HerrLoesch) |
43 |
| -* FloatRange plugin implemented (thx to HerrLoesch) |
44 |
| -* Optimization of some Plugins |
45 |
| -* Bug fixing |
46 |
| - |
47 |
| --1.4.1 |
48 |
| -* Fixing Bug with Multi Threaded Random Access (Thanks to blmeyers) |
49 |
| - |
50 |
| --1.4.0 |
51 |
| -* Updated to .NET Core. Now you can use ObjectFiller.NET in your .NET Core (DNX) and Windows 10 (UWP) environment! |
52 |
| -* FillerSetup can now be used for dedicated properties or types |
53 |
| -* Bugfixes |
54 |
| - |
55 |
| --1.3.9 |
56 |
| -* Bug fixed when creating types with a copy constructor |
57 |
| - |
58 |
| --1.3.8 |
59 |
| -* Support for Arrays and Nullable Enumerations |
60 |
| -* Bugfixes (thx to Hendrik L.) |
61 |
| - |
62 |
| --1.3.6 |
63 |
| -* Added Randomizer&lt;T&gt; class to easy generate data for simple types like int, double, string |
| 12 | + <PackageReleaseNotes> |
| 13 | + -1.5.7 |
| 14 | + * Fix multi inheritance bug on .NET Standard |
| 15 | + * Add support for IDictionary (thx to wztech0192) |
| 16 | + * Bug fixing |
| 17 | + |
| 18 | + -1.5.6 |
| 19 | + * Added target framework netstandard1.3, netstandard2.0 to improve easier usage with .NET 5 |
| 20 | + * Added Long Range plugin (thx to weitzhandler) |
| 21 | + |
| 22 | + -1.5.5 |
| 23 | + * SetRandomSeed added to generate always the same random data |
| 24 | + * URI Plugin implemented (Thx to twenzel) |
| 25 | + * Bugfixing (thx to lichtel, jiaxuyang) |
| 26 | + |
| 27 | + -1.5.4.1 |
| 28 | + * Bugfixing |
| 29 | + * Collectionizer supports now also Arrays |
| 30 | + |
| 31 | + -1.5.4 |
| 32 | + * Removed unecessary references for netstandard library |
| 33 | + |
| 34 | + -1.5.3 |
| 35 | + * It is now possible to do an explicit setup (just fill properties which are configured in Filler Setup) |
| 36 | + * IpAddress string plugin added |
| 37 | + * Switched to .NET Core 1.0 |
| 38 | + * Moved to VS 2017 |
| 39 | + * Bug fixes |
| 40 | + |
| 41 | + -1.5.0 |
| 42 | + * Collectionizer plugin implemented to use IRandomizer plugins in Collections |
| 43 | + * Support for ArrayLists |
| 44 | + * Ignore inheritance added to ignore base types of a POCO |
| 45 | + * Optimizations in the Randomizer (thx to HerrLoesch) |
| 46 | + * FloatRange plugin implemented (thx to HerrLoesch) |
| 47 | + * Optimization of some Plugins |
| 48 | + * Bug fixing |
| 49 | + |
| 50 | + -1.4.1 |
| 51 | + * Fixing Bug with Multi Threaded Random Access (Thanks to blmeyers) |
| 52 | + |
| 53 | + -1.4.0 |
| 54 | + * Updated to .NET Core. Now you can use ObjectFiller.NET in your .NET Core (DNX) and Windows 10 (UWP) environment! |
| 55 | + * FillerSetup can now be used for dedicated properties or types |
| 56 | + * Bugfixes |
| 57 | + |
| 58 | + -1.3.9 |
| 59 | + * Bug fixed when creating types with a copy constructor |
| 60 | + |
| 61 | + -1.3.8 |
| 62 | + * Support for Arrays and Nullable Enumerations |
| 63 | + * Bugfixes (thx to Hendrik L.) |
| 64 | + |
| 65 | + -1.3.6 |
| 66 | + * Added Randomizer&lt;T&gt; class to easy generate data for simple types like int, double, string |
64 | 67 | * Support for complex standalone CLR types like List&lt;T&gt;
|
65 | 68 | * CityName plugin (Thx to Hendrik L.)
|
66 | 69 | * E-Mail-Address plugin (Thx to Hendrik L.)
|
|
0 commit comments