Skip to content

Commit

Permalink
updated PlayniteSDK & manifest & version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacro59 committed Jan 24, 2022
1 parent 2cd1200 commit 3c4d806
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
11 changes: 10 additions & 1 deletion manifest/Lacro59_GameActivity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,13 @@ Packages:
- Added a option to save column order
- Updated localizations
- Fixed minors bugs
- Fixed crash
- Fixed crash
- Version: 2.5.1
RequiredApiVersion: 6.2.2
ReleaseDate: 2022-01-24
PackageUrl: https://github.com/Lacro59/playnite-gameactivity-plugin/releases/download/v2.5.1/playnite-gameactivity-plugin_2_5_1.pext
Changelog:
- UI tweaks
- Fixed a random issue on game stopped event
- Fixed an issue with dates that is not in local time
- Updated localizations
4 changes: 2 additions & 2 deletions source/GameActivity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>Resources\OpenHardwareMonitorLib.dll</HintPath>
</Reference>
<Reference Include="Playnite.SDK, Version=6.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\PlayniteSDK.6.2.0\lib\net462\Playnite.SDK.dll</HintPath>
<Reference Include="Playnite.SDK, Version=6.2.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\PlayniteSDK.6.2.2\lib\net462\Playnite.SDK.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="PresentationCore" />
Expand Down
2 changes: 1 addition & 1 deletion source/extension.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Id: playnite-gameactivity-plugin
Name: GameActivity
Author: Lacro59
Version: 2.5
Version: 2.5.1
Module: GameActivity.dll
Type: GenericPlugin
Icon: icon.png
Expand Down
2 changes: 1 addition & 1 deletion source/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<package id="morelinq" version="3.3.2" targetFramework="net462" />
<package id="MSIAfterburnerNET.Common" version="1.0.2" targetFramework="net462" />
<package id="MSIAfterburnerNET.HM" version="1.0.7" targetFramework="net462" />
<package id="PlayniteSDK" version="6.2.0" targetFramework="net462" />
<package id="PlayniteSDK" version="6.2.2" targetFramework="net462" />
<package id="System.IO.Abstractions" version="2.1.0.227" targetFramework="net462" />
<package id="System.ValueTuple" version="4.5.0" targetFramework="net462" />
<package id="YamlDotNet" version="5.4.0" targetFramework="net462" />
Expand Down

0 comments on commit 3c4d806

Please sign in to comment.