Update assembly version to 0.1.8

internals
Eric Mellino 8 years ago
parent ec8393dbba
commit 61ae0673c0
  1. 2
      src/ImGui.NET/ImGui.NET.csproj

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<Description>A .NET wrapper for the dear ImGui library.</Description> <Description>A .NET wrapper for the dear ImGui library.</Description>
<VersionPrefix>0.1.6</VersionPrefix> <VersionPrefix>0.1.8</VersionPrefix>
<Authors>Eric Mellino</Authors> <Authors>Eric Mellino</Authors>
<TargetFramework>netstandard1.1</TargetFramework> <TargetFramework>netstandard1.1</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>

Loading…
Cancel
Save