Skip to content

Commit

Permalink
Bumping dependencies, updated licensing, fixed README shields issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCiliaVincenti committed Dec 16, 2022
1 parent 1844bab commit 213456d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion ListShuffle.Tests.Net50/ListShuffle.Tests.Net50.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Nullable>enable</Nullable>

<CheckEolTargetFramework>false</CheckEolTargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down
19 changes: 8 additions & 11 deletions ListShuffle/ListShuffle.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,18 @@
<Authors>Mark Cilia Vincenti</Authors>
<RepositoryUrl>https://github.com/MarkCiliaVincenti/ListShuffle.git</RepositoryUrl>
<PackageProjectUrl>https://github.com/MarkCiliaVincenti/ListShuffle</PackageProjectUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Version>1.1.2</Version>
<Copyright>MIT</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>1.1.3</Version>
<PackageIcon>logo.png</PackageIcon>
<PackageReleaseNotes>Micro performance improvements.</PackageReleaseNotes>
<PackageReleaseNotes>Bumping dependencies, updated licensing, fixed README shields issue.</PackageReleaseNotes>
<Description>Thread-safe list shuffle extension library, using Fisher-Yates shuffle and optional cryptographically-strong random.</Description>
<Copyright>© 2022 Mark Cilia Vincenti</Copyright>
<PackageTags>list,shuffle,shuffler,extension,threadsafe,thread-safe,</PackageTags>
<PackageTags>list,shuffle,shuffler,extension,threadsafe,thread-safe,random</PackageTags>
<RepositoryType>git</RepositoryType>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<AssemblyVersion>1.1.2.0</AssemblyVersion>
<FileVersion>1.1.2.0</FileVersion>
<AssemblyVersion>1.1.3.0</AssemblyVersion>
<FileVersion>1.1.3.0</FileVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<IsPackable>true</IsPackable>
<IsTrimmable>true</IsTrimmable>
Expand All @@ -35,10 +36,6 @@
</PropertyGroup>

<ItemGroup>
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath></PackagePath>
Expand All @@ -50,6 +47,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="ThreadSafeRandomizer" Version="1.1.1" />
<PackageReference Include="ThreadSafeRandomizer" Version="1.1.2" />
</ItemGroup>
</Project>

0 comments on commit 213456d

Please sign in to comment.