Skip to content

Commit 851d7c2

Browse files
committed
Update ML version
1 parent 8b3b919 commit 851d7c2

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

FlexibleContactsSort/ContactsSortingConfig.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using MonkeyLoader.Configuration;
2+
using MonkeyLoader.Resonite.Configuration;
23
using System;
34
using System.Collections.Generic;
45
using System.Linq;
@@ -21,9 +22,9 @@ internal class ContactsSortingConfig : ConfigSection
2122
public int AlphabeticPriority => _alphabeticPriorityKey.GetValue();
2223
public override string Description { get; } = "Contains options for how to sort the Contacts list.";
2324
public int HeadlessPriority => _headlessPriorityKey.GetValue();
25+
public override string Id { get; } = "ContactsSorting";
2426
public int IncomingContactRequestPriority => _incomingContactRequestPriorityKey.GetValue();
2527
public int JoinablePriority => _joinablePriorityKey.GetValue();
26-
public override string Name { get; } = "ContactsSorting";
2728
public int OnlineStatusPriority => _onlineStatusPriorityKey.GetValue();
2829
public int OutgoingContactRequestPriority => _outgoingContactRequestPriorityKey.GetValue();
2930
public HashSet<string> PinnedContacts => _pinnedContactsKey.GetValue()!;

FlexibleContactsSort/FlexibleContactsSort.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<PropertyGroup>
1010
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
11-
<PackageId>MonkeyLoader.Resonite.FlexibleContactSorting</PackageId>
11+
<PackageId>FlexibleContactSorting</PackageId>
1212
<Title>Flexible Contact Sorting</Title>
1313
<Authors>Banane9</Authors>
1414
<Version>0.3.0-beta</Version>
@@ -47,8 +47,8 @@
4747
</ItemGroup>
4848

4949
<ItemGroup>
50-
<PackageReference Include="MonkeyLoader" Version="0.9.0-beta" />
51-
<PackageReference Include="MonkeyLoader.GamePacks.Resonite" Version="0.6.0-beta" />
50+
<PackageReference Include="MonkeyLoader" Version="0.11.0-beta" />
51+
<PackageReference Include="MonkeyLoader.GamePacks.Resonite" Version="0.10.1-beta" />
5252
<PackageReference Include="PolySharp" Version="1.14.1">
5353
<PrivateAssets>all</PrivateAssets>
5454
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Flexible Contacts Sort
22
======================
33

4-
A [MonkeyLoader](https://github.com/MonkeyModdingTroop/MonkeyLoader) mod for [Resonite](https://resonite.com/) that sorts contacts Better™ and to your liking, including pinning your favorites to the top..
4+
A [MonkeyLoader](https://github.com/MonkeyModdingTroop/MonkeyLoader) mod for [Resonite](https://resonite.com/) that sorts contacts Better™ and to your liking, including pinning your favorites to the top.
55

66
Semi-relevant Resonite issue: [#41](https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/41).
77

0 commit comments

Comments
 (0)