Skip to content

Commit

Permalink
Fix version info
Browse files Browse the repository at this point in the history
  • Loading branch information
jianmingyong committed Jun 15, 2023
1 parent ac3f4ff commit 11ed57f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>

<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>preview</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

<IsPublishable>false</IsPublishable>

<Version>1.5.0</Version>
<Version>1.6.0</Version>
<Title>Fossil Fighters Tool API</Title>
<Authors>Yong Jian Ming</Authors>
<Description>This library is used to decompress and compress MAR archives used in Fossil Fighters game.</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<AssemblyName>fftool</AssemblyName>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>

<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand All @@ -12,7 +12,7 @@
<PublishRelease>true</PublishRelease>
<PublishTrimmed>true</PublishTrimmed>

<Version>1.5.0</Version>
<Version>1.6.0</Version>
<Title>Fossil Fighters Tool</Title>
<Authors>Yong Jian Ming</Authors>
<Description>This program is used to decompress and compress MAR archives used in Fossil Fighters game.</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<AssemblyName>fftoolgui</AssemblyName>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<ApplicationIcon>Assets\fossil-fighters-logo.ico</ApplicationIcon>

<Nullable>enable</Nullable>
Expand Down

0 comments on commit 11ed57f

Please sign in to comment.