Skip to content

Commit 2d22932

Browse files
author
Oren (electricessence)
committed
Extended for selective use of Random
1 parent 73cf4ab commit 2d22932

File tree

2 files changed

+399
-125
lines changed

2 files changed

+399
-125
lines changed

Open.RandomizationExtensions.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6-
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
6+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
77
<Description>
88
A useful set of extensions for randomly selecting from sets.
99

@@ -14,7 +14,7 @@ Part of the "Open" set of libraries.</Description>
1414
<RepositoryUrl>https://github.com/electricessence/Open.RandomizationExtensions</RepositoryUrl>
1515
<RepositoryType>Git</RepositoryType>
1616
<PackageTags>random select</PackageTags>
17-
<Version>1.2.0</Version>
17+
<Version>2.0.0</Version>
1818
</PropertyGroup>
1919

2020
<ItemGroup>

0 commit comments

Comments
 (0)