We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6702972 commit bf1b28dCopy full SHA for bf1b28d
Yafc/Yafc.csproj
@@ -1,11 +1,11 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<OutputType>WinExe</OutputType>
4
<TargetFramework>net8.0</TargetFramework>
5
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
6
<PlatformTarget>x64</PlatformTarget>
7
- <AssemblyVersion>0.7.0</AssemblyVersion>
8
- <FileVersion>0.7.0</FileVersion>
+ <AssemblyVersion>0.7.1</AssemblyVersion>
+ <FileVersion>0.7.1</FileVersion>
9
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
10
<ApplicationIcon>image.ico</ApplicationIcon>
11
<Nullable>enable</Nullable>
0 commit comments