diff --git a/README.md b/README.md index 68411547a..d0ea484ee 100644 --- a/README.md +++ b/README.md @@ -277,7 +277,7 @@ Thanks to @joelweiss for first creating this logger. ```cs -// This System.Drawing class works, even on WinRT or WP8 where it's not supposed to exist +// This System.Drawing class works, even on WinRT where it's not supposed to exist // Also, this works in a Portable Library, in your ViewModel ProfileBackgroundAccentColor = Color.FromArgb(255, 255, 255, 255); ``` diff --git a/RELEASENOTES.md b/RELEASENOTES.md deleted file mode 100644 index 61178e33c..000000000 --- a/RELEASENOTES.md +++ /dev/null @@ -1,16 +0,0 @@ -### 2.0.0 - -**Features** - - - .NET Standard 1.0 support has been added to replace `Profile259` Portable Class Library - - .NET Standard 1.4 support has been added to emulate Xamarin* and Mono* TFMs - -**Breaking Changes** - - - Windows Phone 8 and Windows Runtime support have been deprecated, as VS2015 tooling no longer supports these platforms - - specific builds for Xamarin and Mono tooling have been removed due to existing limitations of .NET command line tooling - -**Fixes** - - - `Point` implements `IEquatable` - #126 via @aalmada - - Factory registration mixins for registering services - #128 via @kentcb \ No newline at end of file diff --git a/src/Directory.build.props b/src/Directory.build.props index 5dfe8a4e8..7afca784a 100644 --- a/src/Directory.build.props +++ b/src/Directory.build.props @@ -67,7 +67,7 @@ - + diff --git a/src/Directory.build.targets b/src/Directory.build.targets index e0577fdd8..6fb6fbb63 100644 --- a/src/Directory.build.targets +++ b/src/Directory.build.targets @@ -17,7 +17,7 @@ $(DefineConstants);NET_45;XAML - 10.0.17763.0 + 10.0.16299.0 $(DefineConstants);NETFX_CORE;XAML;WINDOWS_UWP diff --git a/src/Splat.Tests/Splat.Tests.csproj b/src/Splat.Tests/Splat.Tests.csproj index 57e448c33..9d7fe5bc3 100644 --- a/src/Splat.Tests/Splat.Tests.csproj +++ b/src/Splat.Tests/Splat.Tests.csproj @@ -9,7 +9,7 @@ - +