Skip to content

Commit

Permalink
Release version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRanBan committed Jan 9, 2025
1 parent 662db99 commit a3cdaea
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
AddonId: CanRanBan_Generic_FriendlySetPlayTime
Packages:
- Version: 0.6.0
RequiredApiVersion: 6.11.0
ReleaseDate: 2025-01-09
PackageUrl: https://github.com/CanRanBan/PlayniteExtensionFork-FriendlySetPlayTime/releases/download/v0.6.0/CanRanBan_Generic_FriendlySetPlayTime_v0.6.0.pext
Changelog:
- 'Use SizeToContent instead of fixed Width and Height.'
- 'Change Addon ID to separate own version.'
- 'Addition of input field for days.'
- 'Display current data when opening (Friendly) Set Play Time window.'
3 changes: 2 additions & 1 deletion Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.5.0.0")]
[assembly: AssemblyVersion("0.6.0.0")]
[assembly: AssemblyFileVersion("0.6.0.0")]
2 changes: 1 addition & 1 deletion Source/extension.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Id: CanRanBan_Generic_FriendlySetPlayTime
Name: Friendly Set Play Time
Author: CanRanBan (Original version by erys)
Version: 0.5
Version: 0.6.0
Module: FriendlySetPlayTime.dll
Type: GenericPlugin
Icon: Resources\FriendlySetPlayTimeIcon.ico
Expand Down

0 comments on commit a3cdaea

Please sign in to comment.