We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a551cc1 commit b81e431Copy full SHA for b81e431
.github/workflows/dotnet.yml
@@ -30,12 +30,14 @@ jobs:
30
uses: roryprimrose/[email protected]
31
with:
32
projectFilter: './Source/SVGImage/*.SVGImage.csproj'
33
+ version: '5.0.118'
34
35
- name: Update project version
36
37
38
- version: ${{ steps.gitversion.outputs.NuGetVersionV2 }}
39
40
+ # version: ${{ steps.gitversion.outputs.NuGetVersionV2 }}
41
assemblyVersion: ${{ steps.gitversion.outputs.AssemblySemVer }}
42
fileVersion: ${{ steps.gitversion.outputs.MajorMinorPatch }}
43
informationalVersion: ${{ steps.gitversion.outputs.InformationalVersion }}
0 commit comments