We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4dbe1 commit c46c5ecCopy full SHA for c46c5ec
Example/Example.csproj
@@ -9,7 +9,7 @@
9
10
<ItemGroup>
11
<PackageReference Include="glfw-net" Version="3.3.1" />
12
- <PackageReference Include="tdvk" Version="1.5.0" />
+ <PackageReference Include="tdvk" Version="1.5.1" />
13
</ItemGroup>
14
15
</Project>
package/TdVk.nuspec
@@ -2,7 +2,7 @@
2
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
3
<metadata>
4
<id>TdVk</id>
5
- <version>1.5.0</version>
+ <version>1.5.1</version>
6
<authors>Tacodiva, Eric Mellino</authors>
7
<description>Cross-platform low-level bindings for the Vulkan 1.3 graphics and compute API and its extensions.</description>
8
0 commit comments