Skip to content

Commit

Permalink
release: update version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shpaass committed Jun 12, 2024
1 parent 6702972 commit bf1b28d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Yafc/Yafc.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<PlatformTarget>x64</PlatformTarget>
<AssemblyVersion>0.7.0</AssemblyVersion>
<FileVersion>0.7.0</FileVersion>
<AssemblyVersion>0.7.1</AssemblyVersion>
<FileVersion>0.7.1</FileVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ApplicationIcon>image.ico</ApplicationIcon>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit bf1b28d

Please sign in to comment.