Skip to content

Commit f7a9c0d

Browse files
committed
Updated .nuspec file
1 parent 3a7e7e9 commit f7a9c0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ComputeSharp/ComputeSharp.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>ComputeSharp</id>
5-
<version>2.0.0</version>
5+
<version>1.4.0</version>
66
<title>ComputeSharp</title>
77
<authors>Sergio Pedri</authors>
88
<owners>Sergio Pedri</owners>
@@ -11,7 +11,7 @@
1111
<iconUrl>https://i.imgur.com/ntvmD6P.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<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>
14-
<releaseNotes>Bug fixes, NuGet updates</releaseNotes>
14+
<releaseNotes>New shader syntax, bug fixes, performance improvements</releaseNotes>
1515
<copyright>Copyright (c) 2020 Sergio Pedri</copyright>
1616
<tags>dotnet net netcore netstandard csharp library graphics shader hlsl compute gpu</tags>
1717
<repository type="git" url="https://github.com/Sergio0694/ComputeSharp.git" branch="master" />

0 commit comments

Comments
 (0)