Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Latest commit

 

History

History
45 lines (35 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

45 lines (35 loc) · 1.05 KB

4.0.1

  • Fix #126 (handling invarient culture in .NET 4.5/WPF apps)
  • Fix some items in construction of ISettings

4.0.0

  • Refactored code (no breaking changes)
  • Added Tizen Support

3.2.0

  • Add .NET Core 2.0 Support

3.1.1

  • Add ability to open app settings page in iOS/Android
  • Android: Better parsing of double's with exponents. #101

3.0.0

  • Strongly Type all Gets and Sets

  • Re-targeted to .NET Standard 1.0

    • Drop support for Windows Phone 8 Silverlight/Windows Phone/Store RT 8.1
  • Added ability to specify file name

  • -iOS: SuiteName

  • -Android: SharedPreferences name

  • -UWP/WinRT Container Name

2.5.8

  • Fixed possible null reference exception when type is not supported.

2.5.4

  • Add macOS Support

2.5.0

  • Ability to clear all settings
  • .NET 4.5 now stores to user instead of global

2.1.0

  • Remove help file and add in readme.txt
  • .NET 4.5 Implementation for unit testing

2.0.0

  • Breaking changes:
  • -New namespace - Plugin.Settings
  • -Remove Obsolete Methods
  • Add UWP Support
  • Enhanced DateTime (now saved to UTC)