Skip to content

Commit

Permalink
update to 3.30
Browse files Browse the repository at this point in the history
  • Loading branch information
csutorasa committed Jan 1, 2021
1 parent 8645e80 commit 6d28073
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion XOutput/UpdateChecker/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public static class Version
/// <summary>
/// Current application version.
/// </summary>
public const string AppVersion = "3.29";
public const string AppVersion = "3.30";

private static readonly ILogger logger = LoggerFactory.GetLogger(typeof(Version));

Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# general configuration #
#---------------------------------#

version: 3.29-{branch}-{build}
version: 3.30-{branch}-{build}

branches:
only:
Expand All @@ -16,7 +16,7 @@ skip_tags: true
#---------------------------------#

environment:
versionnumber: 3.29
versionnumber: 3.30
sonarcloudtoken:
secure: VMTLc0vSBXvIH5sBuyKY6ri8IL3I5kYpXnCK3xYPkfXK0+tFnIwlotzE3Gn5Yu4u

Expand Down
2 changes: 1 addition & 1 deletion xoutput.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>xoutput</id>
<version>3.29</version>
<version>3.30</version>
<title>XOutput</title>
<description>XOutput is a software that can convert DirectInput into XInput. DirectInput data is read and sent to a virtual XInput (Xbox 360 Controller) device. XInput is the new standard game controller input on windows, and DirectInput can no longer be used with Universal Windows Platform software, but with this tool you can use DirectInput devices as well.</description>
<authors>csutorasa</authors>
Expand Down

0 comments on commit 6d28073

Please sign in to comment.