Skip to content

Commit 91f94ab

Browse files
committed
Updated .nuspec file
1 parent e66ecd8 commit 91f94ab

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/ComputeSharp.Graphics/ComputeSharp.Graphics.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.Toolkit.HighPerformance" Version="6.1.1" />
12-
<PackageReference Include="Vortice.Direct3D12" Version="1.8.3" />
12+
<PackageReference Include="Vortice.Direct3D12" Version="1.8.6" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

src/ComputeSharp.Shaders/ComputeSharp.Shaders.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageReference Include="ICSharpCode.Decompiler" Version="5.0.2.5153" />
1111
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.7.0" />
1212
<PackageReference Include="Stubble.Core" Version="1.9.3" />
13-
<PackageReference Include="Vortice.Dxc" Version="1.8.3" />
13+
<PackageReference Include="Vortice.Dxc" Version="1.8.6" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

src/ComputeSharp/ComputeSharp.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>ComputeSharp</id>
5-
<version>1.4.0</version>
5+
<version>1.4.1</version>
66
<title>ComputeSharp</title>
77
<authors>Sergio Pedri</authors>
88
<owners>Sergio Pedri</owners>
@@ -11,18 +11,18 @@
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>New shader syntax, bug fixes, performance improvements</releaseNotes>
14+
<releaseNotes>New interlocked intrinsics APIs, performance and memory optimizations</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" />
1818
<dependencies>
1919
<dependency id="Microsoft.Windows.SDK.Contracts" version="10.0.19041.1" />
2020
<dependency id="Microsoft.Toolkit.HighPerformance" version="6.1.1" />
21-
<dependency id="Vortice.Direct3D12" version="1.8.3" />
21+
<dependency id="Vortice.Direct3D12" version="1.8.6" />
2222
<dependency id="ICSharpCode.Decompiler" version="5.0.2.5153" />
2323
<dependency id="Microsoft.CodeAnalysis.CSharp" version="3.7.0" />
2424
<dependency id="Stubble.Core" version="1.9.3" />
25-
<dependency id="Vortice.Dxc" version="1.8.3" />
25+
<dependency id="Vortice.Dxc" version="1.8.6" />
2626
</dependencies>
2727
</metadata>
2828
</package>

0 commit comments

Comments
 (0)