Skip to content

Commit b656c05

Browse files
committed
pass version of assembly as well as package version
1 parent f59fb41 commit b656c05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
echo Version: $VERSION
6969
VERSION="${VERSION//v}"
7070
echo Clean Version: $VERSION
71-
dotnet pack -v normal -c Release --include-symbols --include-source -p:PackageVersion=$VERSION -o nupkg
71+
dotnet pack -v normal -c Release --include-symbols --include-source -p:PackageVersion=$VERSION -p:Version=$VERSION -o nupkg
7272
- name: Push to GitHub Feed
7373
working-directory: nupkg
7474
run: |

0 commit comments

Comments
 (0)