Skip to content

Commit 2aa1905

Browse files
author
Roman Lautner
committed
changed csproj
1 parent 113a906 commit 2aa1905

File tree

1 file changed

+106
-97
lines changed

1 file changed

+106
-97
lines changed

Tynamix.ObjectFiller/Tynamix.ObjectFiller.csproj

Lines changed: 106 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<PackageLicenseUrl></PackageLicenseUrl>
1010
<PackageProjectUrl>http://objectfiller.net/</PackageProjectUrl>
1111
<PackageIconUrl></PackageIconUrl>
12+
<GenerateDocumentationFile>True</GenerateDocumentationFile>
1213
<PackageReleaseNotes>
1314
-1.5.9
1415
* Support filling inherited abstract properties (thx to cguyonnet)
@@ -70,100 +71,101 @@
7071

7172
-1.3.6
7273
* Added Randomizer&amp;lt;T&amp;gt; class to easy generate data for simple types like int, double, string
73-
* Support for complex standalone CLR types like List&amp;lt;T&amp;gt;
74-
* CityName plugin (Thx to Hendrik L.)
75-
* E-Mail-Address plugin (Thx to Hendrik L.)
76-
* StreetName plugin (Thx to Hendrik L.)
77-
* CountryName plugin
78-
* Code cleanup
79-
* Bugfixes
80-
81-
-1.3.2
82-
* Bugfixes
83-
84-
-1.3.1
85-
* Easier usage of static values in the "Use" API
86-
* Added missing type mappings
87-
* Some bugfixes and improvements
88-
89-
-1.3.0
90-
* Circular Reference Detection (thx to GothikX)
91-
* Export the ObjectFiller setup and reuse it somewhere else
92-
* Improved LoremIpsum Plugin (thx to GothikX)
93-
* Many bugfixes and improvements
94-
95-
-1.2.8
96-
* IgnoreAllUnknownTypes added
97-
* Usage of RandomList-Plugin improved
98-
* IntRange-Plugin handles now also nullable int!
99-
100-
-1.2.4
101-
* Create multiple instances
102-
* Some bugfixes and improvements
103-
104-
-1.2.3
105-
* Use enumerables to fill objects (thx to charlass)
106-
* Its now possible to fill enum properties (thx to charlass)
107-
* Implemented SequenceGenerator (thx to charlass)
108-
109-
-1.2.1
110-
* Complete refactoring of the FluentAPI. Read the documentation on objectfiller.net for more information!
111-
* Properties with private setter are able to write.
112-
* Renamed ObjectFiller to Filler to avoid NameSpace conflicts
113-
* Order properties implemented
114-
* IntRange Plugin implemented
115-
* ...some more improvements and bugfixes
116-
117-
-1.1.8
118-
* Bugfix in RandomizerForProperty
119-
120-
-1.1.7
121-
* Implemented a Lorem Ipsum string plugin
122-
123-
-1.1.6
124-
* new fantastic PatternGenerator-Plugin. Thanks to charlass for this!
125-
* Adjust namespaces from ObjectFiller to Tynamix.ObjectFiller
126-
127-
-1.1.4
128-
* IgnoreAllOfType added.
129-
* Little changes to the main API
130-
131-
-1.1.2
132-
* moved to github
133-
134-
-1.1.0
135-
* Changed the fluent API to make it even easier than before to use.
136-
137-
-1.0.22
138-
* Bugfix when handling lists
139-
140-
-1.0.21
141-
* Constructors with parameters are now possible as long as the types of parameters are configured in the ObjectFiller.NET setup!
142-
143-
-1.0.16
144-
* RandomListItem-Plugin
145-
146-
-1.0.15
147-
* Major Bugfix
148-
149-
-1.0.14
150-
* Bugfixes
151-
152-
-1.0.12
153-
* RealNameListString Plugin
154-
* DoubleMinMax plugin
155-
156-
-1.0.10
157-
* Its now possible to ignore properties.
158-
* Fluent API documented.
159-
* Better ExceptionMessages
160-
* Bugfixes
161-
162-
-1.0.6
163-
* Its now possible to setup a randomizer to a specific property!
164-
165-
-1.0.0
166-
* Initial release</PackageReleaseNotes>
74+
* Support for complex standalone CLR types like List&amp;lt;T&amp;gt;
75+
* CityName plugin (Thx to Hendrik L.)
76+
* E-Mail-Address plugin (Thx to Hendrik L.)
77+
* StreetName plugin (Thx to Hendrik L.)
78+
* CountryName plugin
79+
* Code cleanup
80+
* Bugfixes
81+
82+
-1.3.2
83+
* Bugfixes
84+
85+
-1.3.1
86+
* Easier usage of static values in the "Use" API
87+
* Added missing type mappings
88+
* Some bugfixes and improvements
89+
90+
-1.3.0
91+
* Circular Reference Detection (thx to GothikX)
92+
* Export the ObjectFiller setup and reuse it somewhere else
93+
* Improved LoremIpsum Plugin (thx to GothikX)
94+
* Many bugfixes and improvements
95+
96+
-1.2.8
97+
* IgnoreAllUnknownTypes added
98+
* Usage of RandomList-Plugin improved
99+
* IntRange-Plugin handles now also nullable int!
100+
101+
-1.2.4
102+
* Create multiple instances
103+
* Some bugfixes and improvements
104+
105+
-1.2.3
106+
* Use enumerables to fill objects (thx to charlass)
107+
* Its now possible to fill enum properties (thx to charlass)
108+
* Implemented SequenceGenerator (thx to charlass)
109+
110+
-1.2.1
111+
* Complete refactoring of the FluentAPI. Read the documentation on objectfiller.net for more information!
112+
* Properties with private setter are able to write.
113+
* Renamed ObjectFiller to Filler to avoid NameSpace conflicts
114+
* Order properties implemented
115+
* IntRange Plugin implemented
116+
* ...some more improvements and bugfixes
117+
118+
-1.1.8
119+
* Bugfix in RandomizerForProperty
120+
121+
-1.1.7
122+
* Implemented a Lorem Ipsum string plugin
123+
124+
-1.1.6
125+
* new fantastic PatternGenerator-Plugin. Thanks to charlass for this!
126+
* Adjust namespaces from ObjectFiller to Tynamix.ObjectFiller
127+
128+
-1.1.4
129+
* IgnoreAllOfType added.
130+
* Little changes to the main API
131+
132+
-1.1.2
133+
* moved to github
134+
135+
-1.1.0
136+
* Changed the fluent API to make it even easier than before to use.
137+
138+
-1.0.22
139+
* Bugfix when handling lists
140+
141+
-1.0.21
142+
* Constructors with parameters are now possible as long as the types of parameters are configured in the ObjectFiller.NET setup!
143+
144+
-1.0.16
145+
* RandomListItem-Plugin
146+
147+
-1.0.15
148+
* Major Bugfix
149+
150+
-1.0.14
151+
* Bugfixes
152+
153+
-1.0.12
154+
* RealNameListString Plugin
155+
* DoubleMinMax plugin
156+
157+
-1.0.10
158+
* Its now possible to ignore properties.
159+
* Fluent API documented.
160+
* Better ExceptionMessages
161+
* Bugfixes
162+
163+
-1.0.6
164+
* Its now possible to setup a randomizer to a specific property!
165+
166+
-1.0.0
167+
* Initial release
168+
</PackageReleaseNotes>
167169
<PackageTags>objectfiller tynamix test testdata prototyp prototyping unittest design designviewmodel generator random data randomdata testing poco lorem ipsum fakedata fake faker</PackageTags>
168170
<Description>The Tynamix ObjectFiller.NET fills the properties of your objects with random data.
169171
Use it for unittest, prototyping and whereever you need some random testdata.
@@ -174,11 +176,9 @@ It is also possible to fill instances and to write private properties.</Descript
174176
<RepositoryUrl>https://github.com/Tynamix/ObjectFiller.NET</RepositoryUrl>
175177
<RepositoryType>GitHub</RepositoryType>
176178
<Copyright>Copyright ©Roman Lautner 2022</Copyright>
177-
<DocumentationFile>bin\Debug\Tynamix.ObjectFiller.xml</DocumentationFile>
178-
<AssemblyVersion>1.5.7</AssemblyVersion>
179-
<FileVersion>1.5.7</FileVersion>
180179
<PackageIcon>logo.png</PackageIcon>
181180
<PackageLicenseExpression>MIT</PackageLicenseExpression>
181+
182182
</PropertyGroup>
183183

184184
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard1.0' OR '$(TargetFramework)' == 'netstandard1.3' OR '$(TargetFramework)' == 'netstandard2.0'">
@@ -195,4 +195,13 @@ It is also possible to fill instances and to write private properties.</Descript
195195
<PropertyGroup>
196196
<EnablePackageValidation>true</EnablePackageValidation>
197197
</PropertyGroup>
198+
199+
<ItemGroup>
200+
<!-- Add a README.md next to the csproj -->
201+
<None Include="..\README.md" Pack="true" PackagePath=""/>
202+
</ItemGroup>
203+
204+
<PropertyGroup>
205+
<PackageReadmeFile>..\README.md</PackageReadmeFile>
206+
</PropertyGroup>
198207
</Project>

0 commit comments

Comments
 (0)