Skip to content

Commit

Permalink
Updates version and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
guFalcon committed Jan 26, 2018
1 parent e219820 commit bfd75f3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions InputStateManager/InputStateManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
<Compile Include="Inputs\Touch.cs" />
</ItemGroup>
<ItemGroup>
<None Include="InputStateManager.nuspec" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup />
Expand Down
2 changes: 1 addition & 1 deletion InputStateManager/InputStateManager.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<summary>
A helper PCL (InputStateManager) for MonoGame useful for querying keyboard, mouse, touch and gamepad inputs.
</summary>
<releaseNotes></releaseNotes>
<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>
<copyright>Copyright 2017</copyright>
<language>en-US</language>
<tags>monogame inputmanager inputstatemanager input inputstate keyboard mouse touchpanel gamepad pressed released</tags>
Expand Down
4 changes: 2 additions & 2 deletions InputStateManager/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions NUnitTests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit bfd75f3

Please sign in to comment.