|
3 | 3 | <PropertyGroup>
|
4 | 4 | <TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
|
5 | 5 | <Authors>Mark Cilia Vincenti</Authors>
|
| 6 | + <LangVersion>8.0</LangVersion> |
6 | 7 | <RepositoryUrl>https://github.com/MarkCiliaVincenti/ListShuffle.git</RepositoryUrl>
|
7 | 8 | <PackageProjectUrl>https://github.com/MarkCiliaVincenti/ListShuffle</PackageProjectUrl>
|
8 | 9 | <Copyright>MIT</Copyright>
|
9 | 10 | <PackageLicenseExpression>MIT</PackageLicenseExpression>
|
10 |
| - <Version>1.1.4</Version> |
| 11 | + <Version>1.1.5</Version> |
11 | 12 | <PackageIcon>logo.png</PackageIcon>
|
12 |
| - <PackageReleaseNotes>Enabled deterministic builds, allowing debugging of this library from your code.</PackageReleaseNotes> |
| 13 | + <PackageReleaseNotes>Code cleaning.</PackageReleaseNotes> |
13 | 14 | <Description>Thread-safe list shuffle extension library, using Fisher-Yates shuffle and optional cryptographically-strong random.</Description>
|
14 | 15 | <Copyright>© 2023 Mark Cilia Vincenti</Copyright>
|
15 | 16 | <PackageTags>list,shuffle,shuffler,extension,threadsafe,thread-safe,random</PackageTags>
|
16 | 17 | <RepositoryType>git</RepositoryType>
|
17 | 18 | <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
18 |
| - <AssemblyVersion>1.1.4.0</AssemblyVersion> |
19 |
| - <FileVersion>1.1.4.0</FileVersion> |
| 19 | + <AssemblyVersion>1.1.5.0</AssemblyVersion> |
| 20 | + <FileVersion>1.1.5.0</FileVersion> |
20 | 21 | <PackageReadmeFile>README.md</PackageReadmeFile>
|
21 | 22 | <IsPackable>true</IsPackable>
|
22 | 23 | <IsTrimmable>true</IsTrimmable>
|
|
0 commit comments