Skip to content

Commit

Permalink
Update Preferences.shared.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Redth authored Jan 20, 2022
1 parent efd34e3 commit 45adf17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Essentials/src/Preferences/Preferences.shared.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Microsoft.Maui.Essentials
public static partial class Preferences
{
internal static string GetPrivatePreferencesSharedName(string feature) =>
$"{AppInfo.PackageName}.xamarinessentials.{feature}";
$"{AppInfo.PackageName}.microsoft.maui.essentials.{feature}";

// overloads

Expand Down

0 comments on commit 45adf17

Please sign in to comment.