Skip to content

Commit 543266a

Browse files
gokTyBalDgokTyBalD
authored andcommitted
prepared new release
1 parent c17dcc8 commit 543266a

File tree

7 files changed

+11
-4
lines changed

7 files changed

+11
-4
lines changed

ObjectFiller/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
3232
// übernehmen, indem Sie "*" eingeben:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.2.2.0")]
35-
[assembly: AssemblyFileVersion("1.2.2.0")]
34+
[assembly: AssemblyVersion("1.2.3.0")]
35+
[assembly: AssemblyFileVersion("1.2.3.0")]

ObjectFiller/Setup/FluentPropertyApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public FluentFillerApi<TTargetObject> Use(IRandomizerPlugin<TTargetType> randomi
7474
/// <summary>
7575
/// Use this function if you want to use an IEnumerable for the datageneration.
7676
/// With that you can generate random data in a specific order, with include, exclude and all the other stuff
77-
/// what is possible with IEnumerables and linq
77+
/// what is possible with IEnumerables and LINQ
7878
/// </summary>
7979
/// <param name="enumerable">An IEnumerable with items of type <typeparam name="TTargetObject"/> which will be used to fill the data.</param>
8080
/// <returns>Main FluentFiller API</returns>

ObjectFiller/Setup/FluentTypeApi.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ public FluentFillerApi<TTargetObject> Use(IRandomizerPlugin<TTargetType> randomi
4040
return _callback;
4141
}
4242

43+
/// <summary>
44+
/// Use this function if you want to use an IEnumerable for the datageneration.
45+
/// With that you can generate random data in a specific order, with include, exclude and all the other stuff
46+
/// what is possible with IEnumerables and LINQ
47+
/// </summary>
48+
/// <param name="enumerable">An IEnumerable with items of type <typeparam name="TTargetObject"/> which will be used to fill the data.</param>
49+
/// <returns>Main FluentFiller API</returns>
4350
public FluentFillerApi<TTargetObject> Use(IEnumerable<TTargetType> enumerable)
4451
{
4552
return Use(new EnumeratorPlugin<TTargetType>(enumerable));

ObjectFiller/Setup/IFluentApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ internal interface IFluentApi<TTargetObject, TTargetType> where TTargetObject :
2828
/// <summary>
2929
/// Use this function if you want to use an IEnumerable for the datageneration.
3030
/// With that you can generate random data in a specific order, with include, exclude and all the other stuff
31-
/// what is possible with IEnumerables and linq
31+
/// what is possible with IEnumerables and LINQ
3232
/// </summary>
3333
/// <param name="enumerable">An IEnumerable with items of type <typeparam name="TTargetObject"/> which will be used to fill the data.</param>
3434
/// <returns>Main FluentFiller API</returns>

Tynamix.ObjectFiller.1.1.6.nupkg

-50 KB
Binary file not shown.

Tynamix.ObjectFiller.1.1.7.nupkg

-51.4 KB
Binary file not shown.

Tynamix.ObjectFiller.1.2.3.nupkg

59.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)