Skip to content

Commit

Permalink
Merge branch 'imchillin:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Squall-Leonhart authored Mar 16, 2023
2 parents b8ed2db + 2eff613 commit 9e1cb3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:

- name: Checkout Submodules
uses: snickerbockers/submodules-init@v4

- name: Write Version file
uses: visiosto/replace-value@v1.0.0
- name: REplace version info
uses: Nambers/ReplaceStringInFile@v1.3
with:
file: './Anamnesis/VersionInfo.cs'
replaced: '2000, 01, 01, 00, 00, 00'
value: ${{ steps.build-time.outputs.formattedTime }}
path: './Anamnesis/VersionInfo.cs'
oldString: '2000, 01, 01, 00, 00, 00'
newString: ${{ steps.build-time.outputs.formattedTime }}

- name: Install .NET
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion Anamnesis/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ public static class VersionInfo
/// <summary>
/// The latest game version that the tool has been validated for.
/// </summary>
public static readonly string ValidatedGameVersion = "2023.02.03.0000.0000";
public static readonly string ValidatedGameVersion = "2023.02.28.0000.0000";
}

0 comments on commit 9e1cb3b

Please sign in to comment.