Skip to content

Commit

Permalink
Version bump to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tacodiva committed Sep 29, 2023
1 parent ac69d94 commit 07f5aaa
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 43 deletions.
30 changes: 15 additions & 15 deletions Example/Example.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="glfw-net" Version="3.3.1" />
<PackageReference Include="tdvk" Version="1.4.0" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="glfw-net" Version="3.3.1" />
<PackageReference Include="tdvk" Version="1.5.0" />
</ItemGroup>

</Project>
56 changes: 28 additions & 28 deletions package/TdVk.nuspec
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>TdVk</id>
<version>1.4.0</version>
<authors>Tacodiva, Eric Mellino</authors>
<description>Cross-platform low-level bindings for the Vulkan 1.3 graphics and compute API and its extensions.</description>

<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<copyright>Copyright 2022 (c). All rights reserved.</copyright>
<tags>Vulkan Graphics 3D GPU Games Khronos</tags>
<repository type="git" url="https://github.com/Tacodiva/TdVk" branch="tdvk" />

<dependencies>
<group targetFramework=".NETStandard1.4">
<dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.1" />
<group targetFramework=".NETCoreApp3.1" />
<group targetFramework=".NETFramework4.7.1" />
<group targetFramework="net5.0" />
<group targetFramework="net6.0" />
<group targetFramework="net7.0" />
</dependencies>
</metadata>
</package>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>TdVk</id>
<version>1.5.0</version>
<authors>Tacodiva, Eric Mellino</authors>
<description>Cross-platform low-level bindings for the Vulkan 1.3 graphics and compute API and its extensions.</description>

<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>

<copyright>Copyright 2022 (c). All rights reserved.</copyright>
<tags>Vulkan Graphics 3D GPU Games Khronos</tags>
<repository type="git" url="https://github.com/Tacodiva/TdVk" branch="tdvk" />

<dependencies>
<group targetFramework=".NETStandard1.4">
<dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.1" />
<group targetFramework=".NETCoreApp3.1" />
<group targetFramework=".NETFramework4.7.1" />
<group targetFramework="net5.0" />
<group targetFramework="net6.0" />
<group targetFramework="net7.0" />
</dependencies>
</metadata>
</package>

0 comments on commit 07f5aaa

Please sign in to comment.