Skip to content

Commit

Permalink
Upversion natives where necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey committed Apr 18, 2024
1 parent ea5af25 commit d239601
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net4.6.1</TargetFrameworks>
<PackageId>Ultz.Native.Assimp</PackageId> <!-- TODO change this in 3.0 -->
<PackageVersion>5.3.1</PackageVersion>
<PackageVersion>5.3.1.1</PackageVersion>
<Authors>.NET Foundation and Contributors</Authors>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net4.6.1</TargetFrameworks>
<PackageId>Ultz.Native.GLFW</PackageId> <!-- TODO change this in 3.0 -->
<PackageVersion>3.3.9.2</PackageVersion>
<PackageVersion>3.4.0</PackageVersion>
<Authors>.NET Foundation and Contributors</Authors>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>Zlib</PackageLicenseExpression>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net4.6.1</TargetFrameworks>
<PackageVersion>1.21.1.2</PackageVersion>
<PackageVersion>1.23.1</PackageVersion>
<Authors>.NET Foundation and Contributors</Authors>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>LGPL-2.0-or-later</PackageLicenseExpression>
Expand Down
2 changes: 1 addition & 1 deletion src/Native/Silk.NET.SDL.Native/Silk.NET.SDL.Native.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net4.6.1</TargetFrameworks>
<PackageId>Ultz.Native.SDL</PackageId> <!-- TODO change this in 3.0 -->
<PackageVersion>2.28.4</PackageVersion>
<PackageVersion>2.30.1</PackageVersion>
<Authors>.NET Foundation and Contributors</Authors>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>Zlib</PackageLicenseExpression>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net4.6.1</TargetFrameworks>
<PackageId>Silk.NET.Vkd3d.Native</PackageId>
<PackageVersion>2.17.0</PackageVersion>
<Authors>.NET Foundation and Contributors</Authors>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>Zlib</PackageLicenseExpression>
Expand Down

0 comments on commit d239601

Please sign in to comment.