From f7ff722101f511cd252d0580855a9bc63a1cca19 Mon Sep 17 00:00:00 2001 From: Eric Mellino Date: Wed, 13 Jun 2018 09:50:10 -0700 Subject: [PATCH] Bump version to 4.3.2 and fix NativeLibraryLoader version. --- Directory.Build.props | 7 ++++++- src/Veldrid.SDL2/Veldrid.SDL2.csproj | 2 +- src/Veldrid/Veldrid.csproj | 2 +- version.json | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 04295fd11..00e0087b9 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -7,13 +7,18 @@ $([System.IO.Path]::GetFullPath('$(RepositoryRootDirectory)bin\obj\$(MSBuildProjectName)'))\ $(BinDir)\Packages\$(Configuration) + + + 1.2.0-beta2 + 1.0.9 + + https://raw.githubusercontent.com/mellinoe/veldrid/master/LICENSE false Copyright 2018 (c) Eric Mellino. All rights reserved. Eric Mellino https://github.com/mellinoe/veldrid - 1.2.0-beta2 diff --git a/src/Veldrid.SDL2/Veldrid.SDL2.csproj b/src/Veldrid.SDL2/Veldrid.SDL2.csproj index a41c11d64..20aaa8927 100644 --- a/src/Veldrid.SDL2/Veldrid.SDL2.csproj +++ b/src/Veldrid.SDL2/Veldrid.SDL2.csproj @@ -26,7 +26,7 @@ - + diff --git a/src/Veldrid/Veldrid.csproj b/src/Veldrid/Veldrid.csproj index 434151197..9b00462c4 100644 --- a/src/Veldrid/Veldrid.csproj +++ b/src/Veldrid/Veldrid.csproj @@ -16,7 +16,7 @@ - + diff --git a/version.json b/version.json index 46681849d..cc5642813 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "4.3.1", + "version": "4.3.2", "publicReleaseRefSpec": [ "^refs/tags/v\\d+\\.\\d+" // we also release tags starting with vN.N ],