Skip to content
This repository was archived by the owner on Aug 31, 2025. It is now read-only.

Commit 1f90708

Browse files
author
Lane
committed
bump to v1.5.0
1 parent 578e8d6 commit 1f90708

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DotMP/DotMP.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
55
<RootNamespace>DotMP</RootNamespace>
66
<PackageId>DotMP</PackageId>
7-
<Version>1.4.2</Version>
7+
<Version>1.5.0</Version>
88
<Authors>Phillip Allen Lane,et al.</Authors>
99
<PackageDescription>A library for fork-join parallelism in .NET, with an OpenMP-like API.</PackageDescription>
1010
<RepositoryUrl>https://github.com/computablee/DotMP</RepositoryUrl>
@@ -13,7 +13,7 @@
1313
<PackageReadmeFile>ProcessedREADME.md</PackageReadmeFile>
1414
<PackageTags>hpc,parallel,openmp,parallelization,high performance computing,threading</PackageTags>
1515
<PackageLicenseExpression>MIT</PackageLicenseExpression>
16-
<PackageReleaseNotes>Added support for .NET 7.0.</PackageReleaseNotes>
16+
<PackageReleaseNotes>Add collapsed worksharing for loops. Improve locking API. Bug fixes, documentation fixes, new logo, more rigorous testing, refactoring.</PackageReleaseNotes>
1717
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1818
<DebugType>pdbonly</DebugType>
1919
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)