Skip to content

Commit 653ef38

Browse files
committed
Update native binaries to 1.82 and bump version number.
1 parent 40a7502 commit 653ef38

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

deps/cimgui/linux-x64/cimgui.so

165 KB
Binary file not shown.

deps/cimgui/osx-x64/cimgui.dylib

177 KB
Binary file not shown.

deps/cimgui/win-x64/cimgui.dll

118 KB
Binary file not shown.

deps/cimgui/win-x86/cimgui.dll

108 KB
Binary file not shown.

src/ImGui.NET/ImGui.NET.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>A .NET wrapper for the Dear ImGui library.</Description>
4-
<AssemblyVersion>1.78.0</AssemblyVersion>
4+
<AssemblyVersion>1.82.0</AssemblyVersion>
55
<Authors>Eric Mellino</Authors>
66
<TargetFramework>netstandard2.0</TargetFramework>
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

0 commit comments

Comments
 (0)