Skip to content

Commit e126cb8

Browse files
committed
Set .exe file version properly
1 parent f22c50e commit e126cb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<Project>
22
<PropertyGroup>
3+
<Version>0.1.0</Version>
4+
35
<LangVersion>preview</LangVersion>
46
<Nullable>enable</Nullable>
57
<AvaloniaVersion>11.1.0</AvaloniaVersion>

MystIVAssetExplorer/MystIVAssetExplorer.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
<TargetFramework>net8.0</TargetFramework>
44
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
55
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
6-
7-
<Version>0.1.0</Version>
86
</PropertyGroup>
97

108
<ItemGroup>

0 commit comments

Comments
 (0)