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

Commit ee7bb22

Browse files
author
Phil Lane
committed
bump version to 2.0.0-pre1.2
1 parent df59b3c commit ee7bb22

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

DotMP/DotMP.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netstandard2.1;net471;net6.0;net7.0;net8.0</TargetFrameworks>
4+
<TargetFrameworks>netstandard2.1;net471;net6.0;net8.0</TargetFrameworks>
55
<RootNamespace>DotMP</RootNamespace>
66
<PackageId>DotMP</PackageId>
7-
<Version>2.0-pre1</Version>
7+
<Version>2.0-pre1.2</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>
1111
<PackageProjectUrl>https://computablee.github.io/DotMP/</PackageProjectUrl>
12-
<Copyright>Copyright (c) Phillip Allen Lane 2023</Copyright>
12+
<Copyright>Copyright (c) Phillip Allen Lane 2023-2024</Copyright>
1313
<PackageReadmeFile>ProcessedREADME.md</PackageReadmeFile>
1414
<PackageTags>hpc,parallel,openmp,parallelization,high performance computing,threading</PackageTags>
1515
<PackageLicenseExpression>LGPL-2.1-only</PackageLicenseExpression>
16-
<PackageReleaseNotes>Add IScheduler interface for user-defined schedulers and work-stealing scheduler. Better atomics support. Performance improvements and bug fixes. Explicit support for .NET 8.</PackageReleaseNotes>
16+
<PackageReleaseNotes>Add rudimentary GPU support and GPU API. Make breaking but beneficial API updates to several functions.</PackageReleaseNotes>
1717
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1818
<IncludeSymbols>true</IncludeSymbols>
19+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1920
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2021
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2122
</PropertyGroup>

0 commit comments

Comments
 (0)