Skip to content

Commit

Permalink
Added NuGet package to the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsuberland committed Sep 9, 2019
1 parent 42b366e commit 9678a1c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 4 additions & 2 deletions MultiProcessorExtensions/MultiProcessorExtensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<TargetFrameworks>netstandard2.1;netstandard2.0;netcoreapp3.0;netcoreapp2.2;netcoreapp2.1;net48;net472;net471;net47;net462;net461;net46;net452;net451;net45;net40</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Graham Sutherland</Authors>
<Version>0.0.1</Version>
<Version>0.1.0</Version>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<RepositoryUrl>https://github.com/gsuberland/MultiProcessorExtensions</RepositoryUrl>
<RepositoryUrl>https://github.com/gsuberland/MultiProcessorExtensions.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Product>Multi Processor Extensions</Product>
<Copyright>Copyright (c) 2019 Graham Sutherland</Copyright>
Expand All @@ -15,6 +15,8 @@
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>MultiProcessorExtensions.pfx</AssemblyOriginatorKeyFile>
<Platforms>AnyCPU;x64;x86</Platforms>
<PackageProjectUrl>https://github.com/gsuberland/MultiProcessorExtensions</PackageProjectUrl>
<PackageReleaseNotes></PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Multiple processor groups are also used in systems with less than 64 cores, but

High-performance applications running on systems with the above described properties may wish to manually specify processor groups for its threads in order to better distribute multi-threaded compute loads.

## Installation

Use [the NuGet Package](https://www.nuget.org/packages/MultiProcessorExtensions/) or download the repo and build in VS2019.

## Usage

The usage is fairly self-explanatory: use the extension methods on `Process` and `ProcessThread` objects, and utilise the static functions of the `MultiProcessorInformation` class to fetch information about the relationship between process groups and the system's hardware.
Expand Down

0 comments on commit 9678a1c

Please sign in to comment.