Skip to content

Commit bfd75f3

Browse files
committed
Updates version and release notes
1 parent e219820 commit bfd75f3

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

InputStateManager/InputStateManager.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
<Compile Include="Inputs\Touch.cs" />
6161
</ItemGroup>
6262
<ItemGroup>
63+
<None Include="InputStateManager.nuspec" />
6364
<None Include="packages.config" />
6465
</ItemGroup>
6566
<ItemGroup />

InputStateManager/InputStateManager.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<summary>
2323
A helper PCL (InputStateManager) for MonoGame useful for querying keyboard, mouse, touch and gamepad inputs.
2424
</summary>
25-
<releaseNotes></releaseNotes>
25+
<releaseNotes>Changes API slightly because it feels more natural and you may pass several buttons/buttonstates/etc at once (AND). Also adds OneXXX methods (OR).</releaseNotes>
2626
<copyright>Copyright 2017</copyright>
2727
<language>en-US</language>
2828
<tags>monogame inputmanager inputstatemanager input inputstate keyboard mouse touchpanel gamepad pressed released</tags>

InputStateManager/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.1.1.1")]
36-
[assembly: AssemblyFileVersion("1.1.1.1")]
35+
[assembly: AssemblyVersion("1.2.1.3")]
36+
[assembly: AssemblyFileVersion("1.2.1.3")]

NUnitTests/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.1.1.1")]
36-
[assembly: AssemblyFileVersion("1.1.1.1")]
35+
[assembly: AssemblyVersion("1.2.1.3")]
36+
[assembly: AssemblyFileVersion("1.2.1.3")]

0 commit comments

Comments
 (0)