Skip to content

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
Remove System.Speech dependency for base Input libraries.
  • Loading branch information
vonderborch committed Apr 13, 2021
1 parent 10b4d1c commit d2d71bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Velentr.Input/FNA/Velentr.Input.FNA/Velentr.Input.FNA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<RepositoryUrl>https://github.com/vonderborch/Velentr.Input</RepositoryUrl>
<PackageTags>FNA, Input, Keyboard, Mouse, GamePad, Touch, Voice</PackageTags>
<Description>A simple and easy-to-use input library for XNA/Monogame/FNA.</Description>
<Version>1.2.1</Version>
<Version>1.2.2</Version>
<PackageProjectUrl>https://github.com/vonderborch/Velentr.Input</PackageProjectUrl>
<PackageLicenseExpression></PackageLicenseExpression>
</PropertyGroup>
Expand Down Expand Up @@ -126,7 +126,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="fnalibs" Version="21.3.5" />
<PackageReference Include="System.Speech" Version="5.0.0" />
<PackageReference Include="Velentr.Collections" Version="1.0.1" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageTags>Monogame, Input, Keyboard, Mouse, GamePad, Touch, Voice</PackageTags>
<Description>A simple and easy-to-use input library for XNA/Monogame/FNA.</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.2.1</Version>
<Version>1.2.2</Version>
<PackageProjectUrl>https://github.com/vonderborch/Velentr.Input</PackageProjectUrl>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down Expand Up @@ -121,7 +121,6 @@
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.0.1641">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
<PackageReference Include="System.Speech" Version="5.0.0" />
<PackageReference Include="Velentr.Collections" Version="1.0.1" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit d2d71bd

Please sign in to comment.