Skip to content

Commit

Permalink
Updated .nuspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed Aug 27, 2020
1 parent 3a7e7e9 commit f7a9c0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ComputeSharp/ComputeSharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>ComputeSharp</id>
<version>2.0.0</version>
<version>1.4.0</version>
<title>ComputeSharp</title>
<authors>Sergio Pedri</authors>
<owners>Sergio Pedri</owners>
Expand All @@ -11,7 +11,7 @@
<iconUrl>https://i.imgur.com/ntvmD6P.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A .NET Standard 2.1 library to run C# code in parallel on the GPU through DX12 and dynamically generated HLSL compute shaders</description>
<releaseNotes>Bug fixes, NuGet updates</releaseNotes>
<releaseNotes>New shader syntax, bug fixes, performance improvements</releaseNotes>
<copyright>Copyright (c) 2020 Sergio Pedri</copyright>
<tags>dotnet net netcore netstandard csharp library graphics shader hlsl compute gpu</tags>
<repository type="git" url="https://github.com/Sergio0694/ComputeSharp.git" branch="master" />
Expand Down

0 comments on commit f7a9c0d

Please sign in to comment.