Skip to content

Commit

Permalink
bump to v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erik.araojo committed Apr 6, 2024
1 parent 008aefb commit dea4d63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/Tefin/Tefin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
<ApplicationIcon>Assets\fire.ico</ApplicationIcon>
<AssemblyName>FintX</AssemblyName>
<AssemblyVersion>2.0.0</AssemblyVersion>
<FileVersion>2.0.0</FileVersion>
<AssemblyVersion>2.1.0</AssemblyVersion>
<FileVersion>2.1.0</FileVersion>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<CFBundleName>FintX</CFBundleName> <!-- Also defines .app file name -->
<CFBundleDisplayName>FintX</CFBundleDisplayName>
<CFBundleIdentifier>com.erik.FintX</CFBundleIdentifier>
<CFBundleVersion>1.0.0</CFBundleVersion>
<CFBundleVersion>2.1.0</CFBundleVersion>
<CFBundlePackageType>APPL</CFBundlePackageType>
<CFBundleShortVersionString>FintX 1.0+</CFBundleShortVersionString>
<CFBundleShortVersionString>FintX 2.0+</CFBundleShortVersionString>
<CFBundleSignature>com.erik.FintX</CFBundleSignature>
<CFBundleExecutable>FintX</CFBundleExecutable>
<CFBundleIconFile>Resources/fire.icns</CFBundleIconFile>
Expand Down

0 comments on commit dea4d63

Please sign in to comment.