Skip to content

Commit 40786a3

Browse files
fix: standardize AssemblyVersion and FileVersion to use version property
1 parent 32727d7 commit 40786a3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

MdTerm.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
@@ -8,8 +8,8 @@
88
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
99
<DebugType>none</DebugType>
1010
<Version>1.1.12</Version>
11-
<AssemblyVersion>1.1.12.0</AssemblyVersion>
12-
<FileVersion>1.1.12.0</FileVersion>
11+
<AssemblyVersion>$(Version).0</AssemblyVersion>
12+
<FileVersion>$(Version).0</FileVersion>
1313
</PropertyGroup>
1414

1515
<ItemGroup>

0 commit comments

Comments
 (0)