Skip to content

Commit

Permalink
bump to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
computablee committed Oct 25, 2023
1 parent 578e8d6 commit 1f90708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DotMP/DotMP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<RootNamespace>DotMP</RootNamespace>
<PackageId>DotMP</PackageId>
<Version>1.4.2</Version>
<Version>1.5.0</Version>
<Authors>Phillip Allen Lane,et al.</Authors>
<PackageDescription>A library for fork-join parallelism in .NET, with an OpenMP-like API.</PackageDescription>
<RepositoryUrl>https://github.com/computablee/DotMP</RepositoryUrl>
Expand All @@ -13,7 +13,7 @@
<PackageReadmeFile>ProcessedREADME.md</PackageReadmeFile>
<PackageTags>hpc,parallel,openmp,parallelization,high performance computing,threading</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReleaseNotes>Added support for .NET 7.0.</PackageReleaseNotes>
<PackageReleaseNotes>Add collapsed worksharing for loops. Improve locking API. Bug fixes, documentation fixes, new logo, more rigorous testing, refactoring.</PackageReleaseNotes>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DebugType>pdbonly</DebugType>
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 1f90708

Please sign in to comment.