From 51237e92cf414ad9981e160bad90a640aba265b6 Mon Sep 17 00:00:00 2001 From: Lane Date: Mon, 27 Nov 2023 00:07:58 -0600 Subject: [PATCH] bump to 1.6.1 --- DotMP/DotMP.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DotMP/DotMP.csproj b/DotMP/DotMP.csproj index 8978569..f2e7365 100644 --- a/DotMP/DotMP.csproj +++ b/DotMP/DotMP.csproj @@ -4,7 +4,7 @@ netstandard2.1;net471;net6.0;net7.0;net8.0 DotMP DotMP - 1.6.0 + 1.6.1 Phillip Allen Lane,et al. A library for fork-join parallelism in .NET, with an OpenMP-like API. https://github.com/computablee/DotMP @@ -13,7 +13,7 @@ ProcessedREADME.md hpc,parallel,openmp,parallelization,high performance computing,threading LGPL-2.1-only - Add IScheduler interface for user-defined schedulers and work-stealing scheduler. Better atomics support. Performance improvements and bug fixes. Explicit support for .NET 8. + Add support for .NET Framework 4.7.1 and .NET Standard 2.1. true true snupkg