Skip to content

Commit

Permalink
Change logo README.md (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-at-v38armageddon authored Sep 30, 2022
1 parent e105767 commit 5f2c021
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified Assets/WebSM.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public App()
{
this.InitializeComponent();
this.Suspending += OnSuspending;
AppCenter.Start("TOKEN",
AppCenter.Start("fa9bcdc6-1205-4d95-afe2-77ec6985743a",
typeof(Analytics), typeof(Crashes));
}

Expand Down
2 changes: 1 addition & 1 deletion src/WebSM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<AssemblyName>WebSM</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.19041.0</TargetPlatformVersion>
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.22621.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<FileAlignment>512</FileAlignment>
Expand Down

0 comments on commit 5f2c021

Please sign in to comment.