We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 588b210 commit f0c0cd7Copy full SHA for f0c0cd7
.github/workflows/release.yml
@@ -48,9 +48,7 @@ jobs:
48
- name: Extract AssemblyVersion
49
id: extract_version
50
run: |
51
- # Load the .csproj file as XML
52
- [xml]$csproj = Get-Content ./YourProject.csproj
53
- # Extract the AssemblyVersion element
+ [xml]$csproj = Get-Content ./NMEA2000Analyzer.csproj
54
$version = $csproj.Project.PropertyGroup.AssemblyVersion
55
if (-not $version) {
56
$version = $csproj.Project.PropertyGroup.Version
0 commit comments