Skip to content

Commit

Permalink
Finalize version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacro59 committed May 26, 2020
1 parent 2682670 commit 1b14a06
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion GameActivity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public override IEnumerable<ExtensionFunction> GetFunctions()
return new List<ExtensionFunction>
{
new ExtensionFunction(
"GameActivity",
"Game Activity",
() =>
{
// Add code to be execute when user invokes this menu entry.
Expand Down
1 change: 0 additions & 1 deletion GameActivity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
</Reference>
<Reference Include="Playnite.SDK, Version=5.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\PlayniteSDK.5.2.0\lib\net462\Playnite.SDK.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
Expand Down
4 changes: 0 additions & 4 deletions Views/GameActivityView.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using System.Windows;
using Newtonsoft.Json.Linq;
using Playnite.SDK;
using Playnite.SDK.Models;
using Playnite.SDK.Plugins;
using System.Windows.Media.Imaging;
using System.Windows.Controls;
using System.Linq;
using System.Globalization;
using Newtonsoft.Json;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.ComponentModel;
Expand Down

0 comments on commit 1b14a06

Please sign in to comment.