Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit 6d28073

Browse files
committed
update to 3.30
1 parent 8645e80 commit 6d28073

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

XOutput/UpdateChecker/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public static class Version
1212
/// <summary>
1313
/// Current application version.
1414
/// </summary>
15-
public const string AppVersion = "3.29";
15+
public const string AppVersion = "3.30";
1616

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

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# general configuration #
33
#---------------------------------#
44

5-
version: 3.29-{branch}-{build}
5+
version: 3.30-{branch}-{build}
66

77
branches:
88
only:
@@ -16,7 +16,7 @@ skip_tags: true
1616
#---------------------------------#
1717

1818
environment:
19-
versionnumber: 3.29
19+
versionnumber: 3.30
2020
sonarcloudtoken:
2121
secure: VMTLc0vSBXvIH5sBuyKY6ri8IL3I5kYpXnCK3xYPkfXK0+tFnIwlotzE3Gn5Yu4u
2222

xoutput.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>xoutput</id>
5-
<version>3.29</version>
5+
<version>3.30</version>
66
<title>XOutput</title>
77
<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>
88
<authors>csutorasa</authors>

0 commit comments

Comments
 (0)