From c4ef8d6edd92a855c6130f083bf1f190800e7394 Mon Sep 17 00:00:00 2001 From: Mark Cilia Vincenti Date: Sun, 29 Jan 2023 10:19:17 +0100 Subject: [PATCH] Enabled deterministic builds, allowing debugging of this library from your code. --- .../ListShuffle.Tests.Net50.csproj | 4 ++-- .../ListShuffle.Tests.Net60.csproj | 2 +- .../ListShuffle.Tests.NetFramework.csproj | 4 ++-- ListShuffle/ListShuffle.csproj | 15 ++++++++------- 4 files changed, 13 insertions(+), 12 deletions(-) diff --git a/ListShuffle.Tests.Net50/ListShuffle.Tests.Net50.csproj b/ListShuffle.Tests.Net50/ListShuffle.Tests.Net50.csproj index 66f7b8b..8aeab31 100644 --- a/ListShuffle.Tests.Net50/ListShuffle.Tests.Net50.csproj +++ b/ListShuffle.Tests.Net50/ListShuffle.Tests.Net50.csproj @@ -1,4 +1,4 @@ - + net5.0 @@ -8,7 +8,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/ListShuffle.Tests.Net60/ListShuffle.Tests.Net60.csproj b/ListShuffle.Tests.Net60/ListShuffle.Tests.Net60.csproj index cfd5ada..6f2a640 100644 --- a/ListShuffle.Tests.Net60/ListShuffle.Tests.Net60.csproj +++ b/ListShuffle.Tests.Net60/ListShuffle.Tests.Net60.csproj @@ -8,7 +8,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/ListShuffle.Tests.NetFramework/ListShuffle.Tests.NetFramework.csproj b/ListShuffle.Tests.NetFramework/ListShuffle.Tests.NetFramework.csproj index 7a221d7..a02cf07 100644 --- a/ListShuffle.Tests.NetFramework/ListShuffle.Tests.NetFramework.csproj +++ b/ListShuffle.Tests.NetFramework/ListShuffle.Tests.NetFramework.csproj @@ -7,8 +7,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/ListShuffle/ListShuffle.csproj b/ListShuffle/ListShuffle.csproj index 3a4d857..301e91f 100644 --- a/ListShuffle/ListShuffle.csproj +++ b/ListShuffle/ListShuffle.csproj @@ -7,22 +7,22 @@ https://github.com/MarkCiliaVincenti/ListShuffle MIT MIT - 1.1.3 + 1.1.4 logo.png - Bumping dependencies, updated licensing, fixed README shields issue. + Enabled deterministic builds, allowing debugging of this library from your code. Thread-safe list shuffle extension library, using Fisher-Yates shuffle and optional cryptographically-strong random. - © 2022 Mark Cilia Vincenti + © 2023 Mark Cilia Vincenti list,shuffle,shuffler,extension,threadsafe,thread-safe,random git True - 1.1.3.0 - 1.1.3.0 + 1.1.4.0 + 1.1.4.0 README.md true true true true - link + link True True latest @@ -47,6 +47,7 @@ - + +