Skip to content

Commit

Permalink
Update native binaries to 1.82 and bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
mellinoe committed Mar 24, 2021
1 parent 40a7502 commit 653ef38
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified deps/cimgui/linux-x64/cimgui.so
Binary file not shown.
Binary file modified deps/cimgui/osx-x64/cimgui.dylib
Binary file not shown.
Binary file modified deps/cimgui/win-x64/cimgui.dll
Binary file not shown.
Binary file modified deps/cimgui/win-x86/cimgui.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion src/ImGui.NET/ImGui.NET.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>A .NET wrapper for the Dear ImGui library.</Description>
<AssemblyVersion>1.78.0</AssemblyVersion>
<AssemblyVersion>1.82.0</AssemblyVersion>
<Authors>Eric Mellino</Authors>
<TargetFramework>netstandard2.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down

0 comments on commit 653ef38

Please sign in to comment.