Skip to content

Commit

Permalink
Bump to v1.17 of dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
doug1234 committed Jun 16, 2024
1 parent 77c3640 commit 5a26075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
python-version: 3.9
- name: Download and Extract Dependencies
run: |
curl -L -o dependencies.7z https://github.com/GrognardsFromHell/Dependencies/releases/download/v1.16/dependencies.7z
curl -L -o dependencies.7z https://github.com/GrognardsFromHell/Dependencies/releases/download/v1.17/dependencies.7z
7z x dependencies.7z
- name: Install NuGet packages
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Get [Microsoft Visual Studio 2022](https://www.visualstudio.com/) (The free Community Edition suffices)
* Clone the repository (use the HTTPS URL instead of the SSH URL so you can use Visual Studio's Git integration).
* Download the [dependency binaries](https://github.com/GrognardsFromHell/Dependencies/releases/) and unzip it into project folder (where TemplePlus.sln is).
* Use v1.13 for VS 2022
* Use v1.17 for VS 2022
* Open TemplePlus.sln in Visual Studio
* Press F5 :)

Expand Down

0 comments on commit 5a26075

Please sign in to comment.