Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmayer-dev committed Apr 2, 2022
1 parent 895f796 commit fe1c8fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Macro Deck 2.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<VersionMajor>2</VersionMajor>
<VersionMinor>9</VersionMinor>
<VersionPatch>2</VersionPatch>
<VersionMinor>10</VersionMinor>
<VersionPatch>0</VersionPatch>
<VersionRevision Condition="'$(VersionRevision)' == ''">$([System.DateTime]::UtcNow.ToString("yy"))$([System.DateTime]::UtcNow.DayOfYear.ToString("000"))$([System.DateTime]::UtcNow.ToString("HHmm"))</VersionRevision>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"profiles": {
"Macro Deck 2": {
"commandName": "Project",
"commandLineArgs": "--show --export-default-strings --loglevel 1 --test-channel --debug-console --portable",
"commandLineArgs": "--show --export-default-strings --loglevel 1 --test-channel --debug-console",
"nativeDebugging": false
},
"Macro Deck exe": {
Expand Down

0 comments on commit fe1c8fb

Please sign in to comment.