From e3119ab1c338828b43bee9b29dffe6519a23ad3e Mon Sep 17 00:00:00 2001 From: Eric Mellino Date: Mon, 4 Dec 2017 17:23:53 -0800 Subject: [PATCH] Normalize all of the native asset paths. --- deps/cimgui/{osx.10.10-x64 => osx-x64}/cimgui.dylib | Bin .../{ubuntu.14.04-x64 => ubuntu-x64}/cimgui.so | Bin src/ImGui.NET/ImGui.NET.csproj | 8 ++++---- 3 files changed, 4 insertions(+), 4 deletions(-) rename deps/cimgui/{osx.10.10-x64 => osx-x64}/cimgui.dylib (100%) rename deps/cimgui/{ubuntu.14.04-x64 => ubuntu-x64}/cimgui.so (100%) diff --git a/deps/cimgui/osx.10.10-x64/cimgui.dylib b/deps/cimgui/osx-x64/cimgui.dylib similarity index 100% rename from deps/cimgui/osx.10.10-x64/cimgui.dylib rename to deps/cimgui/osx-x64/cimgui.dylib diff --git a/deps/cimgui/ubuntu.14.04-x64/cimgui.so b/deps/cimgui/ubuntu-x64/cimgui.so similarity index 100% rename from deps/cimgui/ubuntu.14.04-x64/cimgui.so rename to deps/cimgui/ubuntu-x64/cimgui.so diff --git a/src/ImGui.NET/ImGui.NET.csproj b/src/ImGui.NET/ImGui.NET.csproj index 5138d39..cee41c4 100644 --- a/src/ImGui.NET/ImGui.NET.csproj +++ b/src/ImGui.NET/ImGui.NET.csproj @@ -1,7 +1,7 @@  A .NET wrapper for the dear ImGui library. - 0.3.1 + 0.3.2 Eric Mellino netstandard1.1 true @@ -25,12 +25,12 @@ runtimes/win-x64/native true - + runtimes/ubuntu-x64/native true - - runtimes/osx.10.10-x64/native + + runtimes/osx-x64/native true