Skip to content

Commit

Permalink
Finish Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Dec 23, 2018
2 parents 078a490 + a930900 commit 286e10b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 46 deletions.
46 changes: 2 additions & 44 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,44 +1,2 @@
### 4.0.1
* Fix #126 (handling invarient culture in .NET 4.5/WPF apps)

### 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)
### 0.0.1
Initial Release
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ Jeff Goldblum text placeholder generator of pure amazingness. (Unofficial .NET v

[![Build status](https://dev.azure.com/jamesmontemagno/Jeffsum/_apis/build/status/Jeffsum-CI)](https://dev.azure.com/jamesmontemagno/Jeffsum/_build/latest?definitionId=28)

NuGet: [![NuGet](https://img.shields.io/nuget/v/Jeffsum.svg?label=NuGet)](https://www.nuget.org/packages/Jeffsum/)
Development feed: https://www.myget.org/F/jeffsum/api/v3/index.json

**NuGets**

|Name|Info|
| ------------------- | :------------------: |
|Jeffsum.NET|[![NuGet](https://img.shields.io/nuget/v/Jeffsum.svg?label=NuGet)](https://www.nuget.org/packages/Jeffsum/)|
|Development Feed|[MyGet](https://www.myget.org/F/jeffsum/api/v3/index.json)|

## Usage

Expand Down

0 comments on commit 286e10b

Please sign in to comment.