Skip to content

Commit 49ba697

Browse files
author
Oren (electricessence)
committed
Updates.
1 parent e42286f commit 49ba697

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

Open.RandomizationExtensions.csproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6+
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
7+
<Description>
8+
A useful set of extensions for randomly selecting from sets.
9+
10+
Part of the "Open" set of libraries.</Description>
11+
<Copyright>https://github.com/electricessence/Open.Open.RandomizationExtensions/blob/master/LICENSE</Copyright>
12+
<PackageProjectUrl>https://github.com/electricessence/Open.RandomizationExtensions</PackageProjectUrl>
13+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
14+
<RepositoryUrl>https://github.com/electricessence/Open.RandomizationExtensions</RepositoryUrl>
15+
<RepositoryType>Git</RepositoryType>
16+
<PackageTags>random select</PackageTags>
517
</PropertyGroup>
618

719
<ItemGroup>

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# Open.RandomizationExtensions
2+
3+
A useful set of extensions for randomly selecting from sets.

0 commit comments

Comments
 (0)