diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 090b966..dad2730 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,7 +32,7 @@ jobs: run: dotnet test ./src/FortniteReplayDecompressor.sln --no-build --configuration Release - name: Get next version id: versioning - uses: anothrNick/github-tag-action@1.40.0 + uses: anothrNick/github-tag-action@1.46.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEFAULT_BUMP: patch @@ -81,7 +81,7 @@ jobs: run: dotnet nuget push ./src/FortniteReplayReader/**/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_TOKEN }} --no-symbols 1 - name: Bump version and push tag - uses: anothrNick/github-tag-action@1.40.0 + uses: anothrNick/github-tag-action@1.46.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEFAULT_BUMP: patch diff --git a/src/FortniteReplayDecompressor.sln b/src/FortniteReplayDecompressor.sln index 951cee4..8613aa0 100644 --- a/src/FortniteReplayDecompressor.sln +++ b/src/FortniteReplayDecompressor.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.28803.156 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31912.275 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FortniteReplayReader", "FortniteReplayReader\FortniteReplayReader.csproj", "{21EC486F-157C-483C-A49C-A2D2A56FED55}" EndProject @@ -23,6 +23,14 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OozSharp", "OozSharp\OozSha EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OozSharp.Test", "OozSharp.Test\OozSharp.Test.csproj", "{B7F2666C-82CE-4B32-BD2D-4F0F806AA8F7}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{223EF4B5-E42A-494D-BA0B-4E22E97ED281}" + ProjectSection(SolutionItems) = preProject + ..\.github\workflows\build.yml = ..\.github\workflows\build.yml + ..\CHANGELOG.md = ..\CHANGELOG.md + ..\.github\workflows\publish.yml = ..\.github\workflows\publish.yml + ..\README.md = ..\README.md + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU