From 71a97bda14c733393fb483b2389a42e124e20f5c Mon Sep 17 00:00:00 2001 From: Mark Cilia Vincenti Date: Wed, 29 Jun 2022 10:21:20 +0200 Subject: [PATCH] Enabled trimming. --- .../ListShuffle.Tests.NetFramework.csproj | 8 ++++---- ListShuffle.Tests/ListShuffle.Tests.csproj | 4 ++-- ListShuffle/ListShuffle.csproj | 14 +++++++++----- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/ListShuffle.Tests.NetFramework/ListShuffle.Tests.NetFramework.csproj b/ListShuffle.Tests.NetFramework/ListShuffle.Tests.NetFramework.csproj index c11f909..18e3482 100644 --- a/ListShuffle.Tests.NetFramework/ListShuffle.Tests.NetFramework.csproj +++ b/ListShuffle.Tests.NetFramework/ListShuffle.Tests.NetFramework.csproj @@ -1,4 +1,4 @@ - + net48 @@ -7,10 +7,10 @@ - - + + - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/ListShuffle.Tests/ListShuffle.Tests.csproj b/ListShuffle.Tests/ListShuffle.Tests.csproj index 2f9477f..03b4e3c 100644 --- a/ListShuffle.Tests/ListShuffle.Tests.csproj +++ b/ListShuffle.Tests/ListShuffle.Tests.csproj @@ -8,9 +8,9 @@ - + - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/ListShuffle/ListShuffle.csproj b/ListShuffle/ListShuffle.csproj index 41b7b67..8d871f8 100644 --- a/ListShuffle/ListShuffle.csproj +++ b/ListShuffle/ListShuffle.csproj @@ -6,18 +6,22 @@ https://github.com/MarkCiliaVincenti/ListShuffle.git https://github.com/MarkCiliaVincenti/ListShuffle LICENSE - 1.0.6 + 1.0.7 logo.png - Added optional cryptographically-strong shuffle. + Enabled trimming. Thread-safe list shuffle extension library, using Fisher-Yates shuffle and optional cryptographically-strong random. © 2022 Mark Cilia Vincenti list,shuffle,shuffler,extension,threadsafe,thread-safe, git True - 1.0.6.0 - 1.0.6.0 + 1.0.7.0 + 1.0.7.0 README.md true + true + true + true + link True True latest @@ -44,7 +48,7 @@ - +