Skip to content

Commit 40870da

Browse files
author
rmla
committed
release notes
1 parent 03dc357 commit 40870da

File tree

1 file changed

+55
-52
lines changed

1 file changed

+55
-52
lines changed

Tynamix.ObjectFiller/Tynamix.ObjectFiller.csproj

Lines changed: 55 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -9,58 +9,61 @@
99
<PackageLicenseUrl></PackageLicenseUrl>
1010
<PackageProjectUrl>http://objectfiller.net/</PackageProjectUrl>
1111
<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&amp;lt;T&amp;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&amp;lt;T&amp;gt; class to easy generate data for simple types like int, double, string
6467
* Support for complex standalone CLR types like List&amp;lt;T&amp;gt;
6568
* CityName plugin (Thx to Hendrik L.)
6669
* E-Mail-Address plugin (Thx to Hendrik L.)

0 commit comments

Comments
 (0)