From 91d28541f6ef769438ab1b04bbd7e63fc6394566 Mon Sep 17 00:00:00 2001 From: James Montemagno Date: Mon, 3 Jul 2017 12:54:37 -0700 Subject: [PATCH] Update readme.txt --- nuget/readme.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nuget/readme.txt b/nuget/readme.txt index a24c230..c61b611 100644 --- a/nuget/readme.txt +++ b/nuget/readme.txt @@ -2,6 +2,12 @@ Settings Plugin Readme See more at: https://github.com/jamesmontemagno/SettingsPlugin/blob/master/CHANGELOG.md +## News +- Plugins have moved to .NET Standard and have some important changes! Please read my blog: +http://motzcod.es/post/162402194007/plugins-for-xamarin-go-dotnet-standard + +-New changes in Settings API: GetValueOrDefault and AddOrUpdateValue are no longer generic and you must pass in only supported types. + ### Important Ensure that you install NuGet into ALL projects.