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 65b6766 commit a551cc1Copy full SHA for a551cc1
.github/workflows/dotnet.yml
@@ -30,18 +30,6 @@ jobs:
30
uses: roryprimrose/[email protected]
31
with:
32
projectFilter: './Source/SVGImage/*.SVGImage.csproj'
33
- version:
34
- description: 'Maps to the Version element'
35
- required: false
36
- assemblyVersion:
37
- description: 'Maps to the AssemblyVersion element'
38
39
- fileVersion:
40
- description: 'Maps to the FileVersion element'
41
42
- informationalVersion:
43
- description: 'Maps to the InformationalVersion element'
44
45
46
- name: Update project version
47
0 commit comments