We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73cf4ab commit 2d22932Copy full SHA for 2d22932
2 files changed
Open.RandomizationExtensions.csproj
@@ -3,7 +3,7 @@
3
<PropertyGroup>
4
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
5
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6
- <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
+ <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
7
<Description>
8
A useful set of extensions for randomly selecting from sets.
9
@@ -14,7 +14,7 @@ Part of the "Open" set of libraries.</Description>
14
<RepositoryUrl>https://github.com/electricessence/Open.RandomizationExtensions</RepositoryUrl>
15
<RepositoryType>Git</RepositoryType>
16
<PackageTags>random select</PackageTags>
17
- <Version>1.2.0</Version>
+ <Version>2.0.0</Version>
18
</PropertyGroup>
19
20
<ItemGroup>
0 commit comments