Skip to content

Commit

Permalink
Updated .nuspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed Sep 7, 2020
1 parent e66ecd8 commit 91f94ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/ComputeSharp.Graphics/ComputeSharp.Graphics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Toolkit.HighPerformance" Version="6.1.1" />
<PackageReference Include="Vortice.Direct3D12" Version="1.8.3" />
<PackageReference Include="Vortice.Direct3D12" Version="1.8.6" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/ComputeSharp.Shaders/ComputeSharp.Shaders.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="ICSharpCode.Decompiler" Version="5.0.2.5153" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.7.0" />
<PackageReference Include="Stubble.Core" Version="1.9.3" />
<PackageReference Include="Vortice.Dxc" Version="1.8.3" />
<PackageReference Include="Vortice.Dxc" Version="1.8.6" />
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 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>1.4.0</version>
<version>1.4.1</version>
<title>ComputeSharp</title>
<authors>Sergio Pedri</authors>
<owners>Sergio Pedri</owners>
Expand All @@ -11,18 +11,18 @@
<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>New shader syntax, bug fixes, performance improvements</releaseNotes>
<releaseNotes>New interlocked intrinsics APIs, performance and memory optimizations</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" />
<dependencies>
<dependency id="Microsoft.Windows.SDK.Contracts" version="10.0.19041.1" />
<dependency id="Microsoft.Toolkit.HighPerformance" version="6.1.1" />
<dependency id="Vortice.Direct3D12" version="1.8.3" />
<dependency id="Vortice.Direct3D12" version="1.8.6" />
<dependency id="ICSharpCode.Decompiler" version="5.0.2.5153" />
<dependency id="Microsoft.CodeAnalysis.CSharp" version="3.7.0" />
<dependency id="Stubble.Core" version="1.9.3" />
<dependency id="Vortice.Dxc" version="1.8.3" />
<dependency id="Vortice.Dxc" version="1.8.6" />
</dependencies>
</metadata>
</package>

0 comments on commit 91f94ab

Please sign in to comment.