Skip to content

Commit

Permalink
Merge pull request #20 from hazre/update-vpk
Browse files Browse the repository at this point in the history
chore: update Velopack and increment assembly version
  • Loading branch information
hazre authored Jan 13, 2025
2 parents f9d358d + a4615de commit 1770f20
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
env:
PROJECT: ResoniteModUpdater
DOTNET_VERSION: '8.0.x'
VPK_VERSION: '0.0.626'
VPK_VERSION: '0.0.1053'
DOTNET_NOLOGO: true

strategy:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
run: vpk download github --repoUrl ${{ github.server_url }}/${{ github.repository }} --channel ${{ matrix.platform }}${{ matrix.is-portable && '-portable' || '' }} -o releases

- name: Pack New Release
run: vpk -y ${{ startsWith(matrix.platform, 'win') && '[win] ' || '' }}pack -u ${{ env.PROJECT }} -v ${{ steps.get-version.outputs.version }} -r ${{ matrix.platform }} --channel ${{ matrix.platform }}${{ matrix.is-portable && '-portable' || '' }} ${{ matrix.extra-args }} -p publish/${{ matrix.platform }}${{ matrix.is-portable && '-portable' || '' }} -o releases
run: vpk ${{ startsWith(matrix.platform, 'win') && '[win] ' || '' }}pack -u ${{ env.PROJECT }} -v ${{ steps.get-version.outputs.version }} -r ${{ matrix.platform }} --channel ${{ matrix.platform }}${{ matrix.is-portable && '-portable' || '' }} ${{ matrix.extra-args }} -p publish/${{ matrix.platform }}${{ matrix.is-portable && '-portable' || '' }} -o releases

- name: Rename and Update Portable Package
if: matrix.is-portable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
PROJECT: ResoniteModUpdater
DOTNET_VERSION: '8.0.x'
VPK_VERSION: '0.0.626'
VPK_VERSION: '0.0.1053'
DOTNET_NOLOGO: true

strategy:
Expand Down
4 changes: 2 additions & 2 deletions ResoniteModUpdater/ResoniteModUpdater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Authors>hazre</Authors>
<RepositoryUrl>https://github.com/hazre/ResoniteModUpdater</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<AssemblyVersion>2.3.1</AssemblyVersion>
<AssemblyVersion>2.3.2</AssemblyVersion>
<RollForward>LatestMajor</RollForward>
</PropertyGroup>

Expand All @@ -27,7 +27,7 @@
<PackageReference Include="Spectre.Console" Version="0.49.1" />
<PackageReference Include="Spectre.Console.Cli" Version="0.49.1" />
<PackageReference Include="System.ServiceModel.Syndication" Version="8.0.0" />
<PackageReference Include="Velopack" Version="0.0.626" />
<PackageReference Include="Velopack" Version="0.0.1053" />
</ItemGroup>

</Project>

0 comments on commit 1770f20

Please sign in to comment.