From 0f5a83308f827e6db04cca514d35607445522eb0 Mon Sep 17 00:00:00 2001 From: Eric Mellino Date: Thu, 28 Apr 2016 14:30:21 -0700 Subject: [PATCH] Fix project.json --- .../ImGui.NET.SampleProgram.Net46.csproj | 4 ---- src/ImGui.NET/project.json | 5 +++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/ImGui.NET.SampleProgram.Net46/ImGui.NET.SampleProgram.Net46.csproj b/src/ImGui.NET.SampleProgram.Net46/ImGui.NET.SampleProgram.Net46.csproj index 3c6297b..3d127bb 100644 --- a/src/ImGui.NET.SampleProgram.Net46/ImGui.NET.SampleProgram.Net46.csproj +++ b/src/ImGui.NET.SampleProgram.Net46/ImGui.NET.SampleProgram.Net46.csproj @@ -42,10 +42,6 @@ cimgui.dll PreserveNewest - - cimgui.pdb - PreserveNewest - diff --git a/src/ImGui.NET/project.json b/src/ImGui.NET/project.json index 37b4227..e078ced 100644 --- a/src/ImGui.NET/project.json +++ b/src/ImGui.NET/project.json @@ -1,5 +1,5 @@ { - "version": "0.1.0-*", + "version": "0.1.3-*", "description": "A .NET wrapper for the dear ImGui library.", "projectUrl": "https://github.com/mellinoe/imgui.net", "authors": [ @@ -23,6 +23,7 @@ }, "packInclude": { "runtimes/win7-x64/native/": "../../deps/cimgui/win7-x64/cimgui.dll", - "runtimes/ubuntu14.04-x64/native/": "../../deps/cimgui/ubuntu14.04-x64/cimgui.so" + "runtimes/ubuntu.14.04-x64/native/": "../../deps/cimgui/ubuntu14.04-x64/cimgui.so", + "runtimes/ubuntu.15.04-x64/native/": "../../deps/cimgui/ubuntu14.04-x64/cimgui.so" } }