Skip to content

Commit

Permalink
bump version + weird fix that was somehow necessary
Browse files Browse the repository at this point in the history
happened if a different version of fantome was already running i think?
  • Loading branch information
Morilli committed Jan 21, 2021
1 parent 11bd29e commit c45e3d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Fantome/Fantome.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
<AssemblyVersion>1.1.4.0</AssemblyVersion>
<AssemblyVersion>1.1.5.1</AssemblyVersion>
<Authors>Crauzer</Authors>
<FileVersion>1.1.4.0</FileVersion>
<FileVersion>1.1.5.1</FileVersion>
<Platforms>x64</Platforms>
<ApplicationManifest>app.manifest</ApplicationManifest>
<ApplicationIcon>Resources\icon.ico</ApplicationIcon>
<Version>1.1.4</Version>
<Version>1.1.5.1</Version>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/LoL-Fantome/Fantome</PackageProjectUrl>
<RepositoryUrl>https://github.com/LoL-Fantome/Fantome</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion Fantome/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ protected override void OnStateChanged(EventArgs e)
}
private void OnClosing(object sender, CancelEventArgs e)
{
this.ViewModel.TrayIcon.Dispose();
this.ViewModel?.TrayIcon.Dispose();
}
private async void OnDrop(object sender, System.Windows.DragEventArgs e)
{
Expand Down

0 comments on commit c45e3d1

Please sign in to comment.