Skip to content

Commit

Permalink
v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tpill90 committed Jan 15, 2023
1 parent 7e003b5 commit be5157b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
runtime: ['win-x64', 'linux-x64', 'linux-arm64', 'osx-x64']
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/checkout@v3
with:
submodules: true
# Gets the executable version that will be used later in the uploaded zip file name
- name: Set Version
id: vars
Expand Down Expand Up @@ -70,6 +71,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion SteamPrefill/SteamPrefill.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<AssemblyName>SteamPrefill</AssemblyName>
<RootNamespace>SteamPrefill</RootNamespace>
<VersionPrefix>1.8.4</VersionPrefix>
<VersionPrefix>1.9.0</VersionPrefix>
<Authors>tpill90</Authors>

<!-- Code analysis settings -->
Expand Down

0 comments on commit be5157b

Please sign in to comment.