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" } }