From ff1f1cfd0fed14ed41b48e22883dbdf96751b90f Mon Sep 17 00:00:00 2001 From: Scott Xu Date: Sat, 23 Sep 2017 19:46:53 +0800 Subject: [PATCH] Update ReleaseNotes and build script --- ReleaseNotes.md | 13 ++++--------- appveyor.yml | 2 +- src/Ninject/Ninject.csproj | 30 ++---------------------------- 3 files changed, 7 insertions(+), 38 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index d27ed6d3..6a3d8c94 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,17 +1,12 @@ -Version 4.0 +Version 3.3 ---------------- -- Add: Support for NETSTANDARD1.3 and NETSTANDARD1.5 and NETSTANDARD2.0 -- Add: Introduced IKernelConfiguration and IReadOnlyKernel -- Add: Added strongly typed overloads of WithConstructorArgument which use a callback to get the value https://github.com/ninject/Ninject/pull/197 +- Add: Support NETSTANDARD2.0 +- Add: Strongly typed overloads of WithConstructorArgument which use a callback to get the value https://github.com/ninject/Ninject/pull/197 - Add: Do not choose constructors with an "Obsolete" attribute https://github.com/ninject/Ninject/pull/224 - Add: Meaningful exception message if there is error in configuration https://github.com/ninject/Ninject/issues/240 https://github.com/ninject/Ninject/issues/245 +- Removed: Support for .NET 3.5 and Silverlight - Change: Using HasDefaultValue instead of DBNull https://github.com/ninject/Ninject/issues/235 - Change: Array/List of concrete classes will return empty if the concrete class is not explictly binded https://github.com/ninject/Ninject/issues/227 -- Removed: Support for .NET 3.5 -- Removed: Support for Windows Phone 7.x -- Removed: Support for .NET compact framework -- Removed: Support for Mono < 3.x -- Removed: Support for Silverlight < 5 - Bugfix: Improved cyclical dependencies detection https://github.com/ninject/Ninject/issues/143 - Bugfix: WhenMemberHas broken https://github.com/ninject/Ninject/issues/189 - Bugfix: Injection into private parent parent properties fails https://github.com/ninject/Ninject/issues/241 https://github.com/ninject/Ninject/issues/217 diff --git a/appveyor.yml b/appveyor.yml index ea0d3027..15997892 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,7 +10,7 @@ init: } else { - Update-AppveyorBuild -Version "4.0.0-beta.1.$($env:APPVEYOR_BUILD_NUMBER)+sha.$($env:APPVEYOR_REPO_COMMIT.substring(0,7))" + Update-AppveyorBuild -Version "3.3.0-ci.$($env:APPVEYOR_BUILD_NUMBER)+sha.$($env:APPVEYOR_REPO_COMMIT.substring(0,7))" } dotnet_csproj: diff --git a/src/Ninject/Ninject.csproj b/src/Ninject/Ninject.csproj index 10968132..7c0db2f6 100644 --- a/src/Ninject/Ninject.csproj +++ b/src/Ninject/Ninject.csproj @@ -2,7 +2,7 @@ netstandard2.0;net45 - 4.0.0 + 0.0.0 Nate Kohari (nate@enkari.com);Remo Gloor (remo.gloor@gmail.com);Ninject Contributors Ninject Project Contributors Ninject: Lightweight dependency injection for .NET @@ -13,7 +13,7 @@ true true Ninject - 4.0.0 + 0.0.0 IoC;DI;Ninject http://www.ninject.org/ https://github.com/ninject/Ninject/blob/master/ReleaseNotes.md @@ -40,24 +40,6 @@ - - - - - - - - - - - - - - - - - - @@ -68,14 +50,6 @@ - - $(DefineConstants);NO_REMOTING;NO_REFLECTEDTYPE;NO_GETCUSTOMATTRIBUTES;NO_MEMBERTYPE;NO_CUSTOM_ATTRIBUTE_PROVIDER;NO_ASSEMBLY_SCANNING;NO_EXCEPTION_SERIALIZATION;NO_THREAD_SCOPE - - - - $(DefineConstants);NO_REMOTING;NO_REFLECTEDTYPE;NO_GETCUSTOMATTRIBUTES;NO_ASSEMBLY_SCANNING;NO_EXCEPTION_SERIALIZATION;NO_THREAD_SCOPE - - $(DefineConstants);NO_REMOTING;NO_ASSEMBLY_SCANNING