We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22c50e commit e126cb8Copy full SHA for e126cb8
Directory.Build.props
@@ -1,5 +1,7 @@
1
<Project>
2
<PropertyGroup>
3
+ <Version>0.1.0</Version>
4
+
5
<LangVersion>preview</LangVersion>
6
<Nullable>enable</Nullable>
7
<AvaloniaVersion>11.1.0</AvaloniaVersion>
MystIVAssetExplorer/MystIVAssetExplorer.csproj
@@ -3,8 +3,6 @@
<TargetFramework>net8.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
-
- <Version>0.1.0</Version>
8
</PropertyGroup>
9
10
<ItemGroup>
0 commit comments