diff --git a/InputStateManager/InputStateManager.csproj b/InputStateManager/InputStateManager.csproj index 936a729..fdb4a00 100644 --- a/InputStateManager/InputStateManager.csproj +++ b/InputStateManager/InputStateManager.csproj @@ -60,6 +60,7 @@ + diff --git a/InputStateManager/InputStateManager.nuspec b/InputStateManager/InputStateManager.nuspec index 308cb05..c4a6922 100644 --- a/InputStateManager/InputStateManager.nuspec +++ b/InputStateManager/InputStateManager.nuspec @@ -22,7 +22,7 @@ A helper PCL (InputStateManager) for MonoGame useful for querying keyboard, mouse, touch and gamepad inputs. - + Changes API slightly because it feels more natural and you may pass several buttons/buttonstates/etc at once (AND). Also adds OneXXX methods (OR). Copyright 2017 en-US monogame inputmanager inputstatemanager input inputstate keyboard mouse touchpanel gamepad pressed released diff --git a/InputStateManager/Properties/AssemblyInfo.cs b/InputStateManager/Properties/AssemblyInfo.cs index d6b8884..df0b3c2 100644 --- a/InputStateManager/Properties/AssemblyInfo.cs +++ b/InputStateManager/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.1.1.1")] -[assembly: AssemblyFileVersion("1.1.1.1")] +[assembly: AssemblyVersion("1.2.1.3")] +[assembly: AssemblyFileVersion("1.2.1.3")] diff --git a/NUnitTests/Properties/AssemblyInfo.cs b/NUnitTests/Properties/AssemblyInfo.cs index 8c2532e..d1b1d15 100644 --- a/NUnitTests/Properties/AssemblyInfo.cs +++ b/NUnitTests/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.1.1.1")] -[assembly: AssemblyFileVersion("1.1.1.1")] +[assembly: AssemblyVersion("1.2.1.3")] +[assembly: AssemblyFileVersion("1.2.1.3")]