Skip to content

Commit f0c0cd7

Browse files
committed
Versioning
1 parent 588b210 commit f0c0cd7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ jobs:
4848
- name: Extract AssemblyVersion
4949
id: extract_version
5050
run: |
51-
# Load the .csproj file as XML
52-
[xml]$csproj = Get-Content ./YourProject.csproj
53-
# Extract the AssemblyVersion element
51+
[xml]$csproj = Get-Content ./NMEA2000Analyzer.csproj
5452
$version = $csproj.Project.PropertyGroup.AssemblyVersion
5553
if (-not $version) {
5654
$version = $csproj.Project.PropertyGroup.Version

0 commit comments

Comments
 (0)