Browse Source

Update Apos.Input

Jean-David Moisan 6 năm trước cách đây
mục cha
commit
e94e5eba87
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Source/Apos.Gui.csproj

+ 2 - 2
Source/Apos.Gui.csproj

@@ -3,7 +3,7 @@
     <TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
     <PackageId>Apos.Gui</PackageId>
     <Title>Apos.Gui</Title>
-    <Version>0.9.11</Version>
+    <Version>0.9.11.1</Version>
     <Description>UI library for MonoGame.</Description>
     <Authors>Jean-David Moisan</Authors>
     <Company>Vyne Enterprise Inc.</Company>
@@ -22,6 +22,6 @@
     <PackageReference Include="MonoGame.Framework.Portable" PrivateAssets="All" Version="3.6.0.1625"/>
     <PackageReference Include="SpriteFontPlus.MonoGame" Version="0.6.2.14"/>
     <PackageReference Include="Optional" Version="4.0.0"/>
-    <PackageReference Include="Apos.Input" Version="0.2.0"/>
+    <PackageReference Include="Apos.Input" Version="0.2.1"/>
   </ItemGroup>
 </Project>