Skip to content

Commit

Permalink
Update release pipeline (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkjenn authored Oct 9, 2024
1 parent c551070 commit 0bcf93d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
contents: write # needed to push tag
strategy:
matrix:
dotnet-version: [ '7.0.x' ]
dotnet-version: [ '8.0.x' ]
steps:
- name: Get repo with depth
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion src/Vipps.net/Vipps.net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Product>Vipps.net</Product>
<Description>Vipps.net SDK</Description>
<PackageId>Vipps.net</PackageId>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Authors>Vipps Mobilepay AS</Authors>
<Company>Vipps Mobilepay AS</Company>
<Title>Vipps SDK .Net</Title>
Expand Down

0 comments on commit 0bcf93d

Please sign in to comment.