Skip to content

Commit

Permalink
Updated test workflow dependency verions
Browse files Browse the repository at this point in the history
  • Loading branch information
SparrowBrain committed Apr 21, 2024
1 parent 1ee9721 commit 37a62ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Setup Nuget.exe
uses: nuget/setup-nuget@v1
uses: nuget/setup-nuget@v2
- name: Restore packages
run: nuget restore ${{ env.SOLUTION_NAME }}
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.0.2
uses: microsoft/setup-msbuild@v2
- name: Build with MSBuild
run: msbuild ${{ env.SOLUTION_NAME }} -p:Configuration=Release
- name: Run xUnit # very fragile
Expand Down
4 changes: 1 addition & 3 deletions ci/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
v1.5.0-------------------------
v1.5.0
- Added Brazilian Portuguese translations
- Added score calculation by Series
- Improved game score by length algorithm (deviation by 0.5 from preferred length is the score limit)
- Optimized zero weight calculations
- Fixed unnecessary calculation on app start
----------- Extract StartPage Settings
----------- Allow switching off sidebar item

v1.4.0
- Added minimum cover count for use with start page alignments
Expand Down

0 comments on commit 37a62ef

Please sign in to comment.