Skip to content

Commit ef56ea8

Browse files
author
Roman Lautner
committed
remove appveyor. added new version info
1 parent c1fbb36 commit ef56ea8

File tree

2 files changed

+64
-68
lines changed

2 files changed

+64
-68
lines changed

Tynamix.ObjectFiller/Tynamix.ObjectFiller.csproj

Lines changed: 64 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -3,67 +3,73 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard1.0;netstandard1.3;netstandard2.0;net35;net452;</TargetFrameworks>
55
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
6-
<Version>1.5.7</Version>
6+
<Version>1.5.9</Version>
77
<Authors>Roman Lautner, Hendrik L., Christian Harlass, GothikX</Authors>
88
<Company>Tynamix</Company>
99
<PackageLicenseUrl></PackageLicenseUrl>
1010
<PackageProjectUrl>http://objectfiller.net/</PackageProjectUrl>
1111
<PackageIconUrl></PackageIconUrl>
1212
<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
13+
-1.5.9
14+
* Support filling inherited abstract properties (thx to cguyonnet)
15+
16+
-1.5.8
17+
* add support for records
18+
19+
-1.5.7
20+
* Fix multi inheritance bug on .NET Standard
21+
* Add support for IDictionary (thx to wztech0192)
22+
* Bug fixing
23+
24+
-1.5.6
25+
* Added target framework netstandard1.3, netstandard2.0 to improve easier usage with .NET 5
26+
* Added Long Range plugin (thx to weitzhandler)
27+
28+
-1.5.5
29+
* SetRandomSeed added to generate always the same random data
30+
* URI Plugin implemented (Thx to twenzel)
31+
* Bugfixing (thx to lichtel, jiaxuyang)
32+
33+
-1.5.4.1
34+
* Bugfixing
35+
* Collectionizer supports now also Arrays
36+
37+
-1.5.4
38+
* Removed unecessary references for netstandard library
39+
40+
-1.5.3
41+
* It is now possible to do an explicit setup (just fill properties which are configured in Filler Setup)
42+
* IpAddress string plugin added
43+
* Switched to .NET Core 1.0
44+
* Moved to VS 2017
45+
* Bug fixes
46+
47+
-1.5.0
48+
* Collectionizer plugin implemented to use IRandomizer plugins in Collections
49+
* Support for ArrayLists
50+
* Ignore inheritance added to ignore base types of a POCO
51+
* Optimizations in the Randomizer (thx to HerrLoesch)
52+
* FloatRange plugin implemented (thx to HerrLoesch)
53+
* Optimization of some Plugins
54+
* Bug fixing
55+
56+
-1.4.1
57+
* Fixing Bug with Multi Threaded Random Access (Thanks to blmeyers)
58+
59+
-1.4.0
60+
* Updated to .NET Core. Now you can use ObjectFiller.NET in your .NET Core (DNX) and Windows 10 (UWP) environment!
61+
* FillerSetup can now be used for dedicated properties or types
62+
* Bugfixes
63+
64+
-1.3.9
65+
* Bug fixed when creating types with a copy constructor
66+
67+
-1.3.8
68+
* Support for Arrays and Nullable Enumerations
69+
* Bugfixes (thx to Hendrik L.)
70+
71+
-1.3.6
72+
* Added Randomizer&amp;lt;T&amp;gt; class to easy generate data for simple types like int, double, string
6773
* Support for complex standalone CLR types like List&amp;lt;T&amp;gt;
6874
* CityName plugin (Thx to Hendrik L.)
6975
* E-Mail-Address plugin (Thx to Hendrik L.)
@@ -167,7 +173,6 @@ It supports also IEnumerables and Dictionaries and constructors WITH parameters.
167173
It is also possible to fill instances and to write private properties.</Description>
168174
<RepositoryUrl>https://github.com/Tynamix/ObjectFiller.NET</RepositoryUrl>
169175
<RepositoryType>GitHub</RepositoryType>
170-
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
171176
<Copyright>Copyright ©Roman Lautner 2022</Copyright>
172177
<DocumentationFile>bin\Debug\Tynamix.ObjectFiller.xml</DocumentationFile>
173178
<AssemblyVersion>1.5.7</AssemblyVersion>
@@ -187,4 +192,7 @@ It is also possible to fill instances and to write private properties.</Descript
187192
</None>
188193
</ItemGroup>
189194

195+
<PropertyGroup>
196+
<EnablePackageValidation>true</EnablePackageValidation>
197+
</PropertyGroup>
190198
</Project>

appveyor.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)