Skip to content

Commit

Permalink
fix: remove AssemblyVersion PropertyGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
asvol committed Dec 7, 2024
1 parent 1248d35 commit 79b84c4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Asv.Mavlink.Shell/Asv.Mavlink.Shell.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<AssemblyVersion>$(ProductVersion)</AssemblyVersion>

<FileVersion>$(ProductVersion)</FileVersion>
<Version>$(ProductVersion)</Version>
<PackageIcon>asv-mavlink-128.png</PackageIcon>
Expand Down
2 changes: 1 addition & 1 deletion src/Asv.Mavlink.Test/Asv.Mavlink.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
<AssemblyVersion>$(ProductVersion)</AssemblyVersion>

<FileVersion>$(ProductVersion)</FileVersion>
<Version>$(ProductVersion)</Version>
<Nullable>enable</Nullable>
Expand Down
1 change: 0 additions & 1 deletion src/Asv.Mavlink/Asv.Mavlink.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<AssemblyVersion>$(ProductVersion)</AssemblyVersion>
<FileVersion>$(ProductVersion)</FileVersion>
<Version>$(ProductVersion)</Version>
<PackageVersion>$(ProductVersion)</PackageVersion>
Expand Down

0 comments on commit 79b84c4

Please sign in to comment.