Skip to content

Commit

Permalink
3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-xu committed Oct 23, 2017
1 parent 17b4659 commit 96a7f9c
Show file tree
Hide file tree
Showing 29 changed files with 427 additions and 119 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased] - 2017-10-19
## [3.3.0] - 2017-10-23

### Removed
- Dropped support for ASP.NET MVC 1,2,3,4.
19 changes: 16 additions & 3 deletions src/Ninject.Web.Mvc/Filter/FilterContextParameter.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="FilterContextParameter.cs" company="Ninject Project Contributors">
// Copyright (c) 2010 bbv Software Services AG.
// Copyright (c) 2010-2017 Ninject Contributors.
// Licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
// Copyright (c) 2010 bbv Software Services AG. All rights reserved.
// Copyright (c) 2010-2017 Ninject Project Contributors. All rights reserved.
//
// Dual-licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
// You may not use this file except in compliance with one of the Licenses.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
// or
// http://www.microsoft.com/opensource/licenses.mspx
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// </copyright>
// -------------------------------------------------------------------------------------------------

Expand Down
19 changes: 16 additions & 3 deletions src/Ninject.Web.Mvc/Filter/INinjectFilter.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="INinjectFilter.cs" company="Ninject Project Contributors">
// Copyright (c) 2010 bbv Software Services AG.
// Copyright (c) 2010-2017 Ninject Contributors.
// Licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
// Copyright (c) 2010 bbv Software Services AG. All rights reserved.
// Copyright (c) 2010-2017 Ninject Project Contributors. All rights reserved.
//
// Dual-licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
// You may not use this file except in compliance with one of the Licenses.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
// or
// http://www.microsoft.com/opensource/licenses.mspx
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// </copyright>
// -------------------------------------------------------------------------------------------------

Expand Down
19 changes: 16 additions & 3 deletions src/Ninject.Web.Mvc/Filter/NinjectFilter.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="NinjectFilter.cs" company="Ninject Project Contributors">
// Copyright (c) 2010 bbv Software Services AG.
// Copyright (c) 2010-2017 Ninject Contributors.
// Licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
// Copyright (c) 2010 bbv Software Services AG. All rights reserved.
// Copyright (c) 2010-2017 Ninject Project Contributors. All rights reserved.
//
// Dual-licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
// You may not use this file except in compliance with one of the Licenses.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
// or
// http://www.microsoft.com/opensource/licenses.mspx
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// </copyright>
// -------------------------------------------------------------------------------------------------

Expand Down
19 changes: 16 additions & 3 deletions src/Ninject.Web.Mvc/Filter/NinjectFilterAttributeFilterProvider.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="NinjectFilterAttributeFilterProvider.cs" company="Ninject Project Contributors">
// Copyright (c) 2010 bbv Software Services AG.
// Copyright (c) 2010-2017 Ninject Contributors.
// Licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
// Copyright (c) 2010 bbv Software Services AG. All rights reserved.
// Copyright (c) 2010-2017 Ninject Project Contributors. All rights reserved.
//
// Dual-licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
// You may not use this file except in compliance with one of the Licenses.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
// or
// http://www.microsoft.com/opensource/licenses.mspx
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// </copyright>
// -------------------------------------------------------------------------------------------------

Expand Down
19 changes: 16 additions & 3 deletions src/Ninject.Web.Mvc/Filter/NinjectFilterProvider.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="NinjectFilterProvider.cs" company="Ninject Project Contributors">
// Copyright (c) 2010 bbv Software Services AG.
// Copyright (c) 2010-2017 Ninject Contributors.
// Licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
// Copyright (c) 2010 bbv Software Services AG. All rights reserved.
// Copyright (c) 2010-2017 Ninject Project Contributors. All rights reserved.
//
// Dual-licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
// You may not use this file except in compliance with one of the Licenses.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
// or
// http://www.microsoft.com/opensource/licenses.mspx
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// </copyright>
// -------------------------------------------------------------------------------------------------

Expand Down
19 changes: 16 additions & 3 deletions src/Ninject.Web.Mvc/FilterBindingSyntax/AttributeValueSelector.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="AttributeValueSelector.cs" company="Ninject Project Contributors">
// Copyright (c) 2010 bbv Software Services AG.
// Copyright (c) 2010-2017 Ninject Contributors.
// Licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
// Copyright (c) 2010 bbv Software Services AG. All rights reserved.
// Copyright (c) 2010-2017 Ninject Project Contributors. All rights reserved.
//
// Dual-licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
// You may not use this file except in compliance with one of the Licenses.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
// or
// http://www.microsoft.com/opensource/licenses.mspx
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// </copyright>
// -------------------------------------------------------------------------------------------------

Expand Down
19 changes: 16 additions & 3 deletions src/Ninject.Web.Mvc/FilterBindingSyntax/BindingRootExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="BindingRootExtensions.cs" company="Ninject Project Contributors">
// Copyright (c) 2010 bbv Software Services AG.
// Copyright (c) 2010-2017 Ninject Contributors.
// Licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
// Copyright (c) 2010 bbv Software Services AG. All rights reserved.
// Copyright (c) 2010-2017 Ninject Project Contributors. All rights reserved.
//
// Dual-licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
// You may not use this file except in compliance with one of the Licenses.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
// or
// http://www.microsoft.com/opensource/licenses.mspx
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// </copyright>
// -------------------------------------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="FilterFilterBindingBuilder.cs" company="Ninject Project Contributors">
// Copyright (c) 2010 bbv Software Services AG.
// Copyright (c) 2010-2017 Ninject Contributors.
// Licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
// Copyright (c) 2010 bbv Software Services AG. All rights reserved.
// Copyright (c) 2010-2017 Ninject Project Contributors. All rights reserved.
//
// Dual-licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
// You may not use this file except in compliance with one of the Licenses.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
// or
// http://www.microsoft.com/opensource/licenses.mspx
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// </copyright>
// -------------------------------------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="IConstructorArgumentSyntaxExtensions.cs" company="Ninject Project Contributors">
// Copyright (c) 2010 bbv Software Services AG.
// Copyright (c) 2010-2017 Ninject Contributors.
// Licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
// Copyright (c) 2010 bbv Software Services AG. All rights reserved.
// Copyright (c) 2010-2017 Ninject Project Contributors. All rights reserved.
//
// Dual-licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
// You may not use this file except in compliance with one of the Licenses.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
// or
// http://www.microsoft.com/opensource/licenses.mspx
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// </copyright>
// -------------------------------------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="IFilterBindingInNamedWithOrOnSyntax.cs" company="Ninject Project Contributors">
// Copyright (c) 2010 bbv Software Services AG.
// Copyright (c) 2010-2017 Ninject Contributors.
// Licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
// Copyright (c) 2010 bbv Software Services AG. All rights reserved.
// Copyright (c) 2010-2017 Ninject Project Contributors. All rights reserved.
//
// Dual-licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
// You may not use this file except in compliance with one of the Licenses.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
// or
// http://www.microsoft.com/opensource/licenses.mspx
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// </copyright>
// -------------------------------------------------------------------------------------------------

Expand Down
19 changes: 16 additions & 3 deletions src/Ninject.Web.Mvc/FilterBindingSyntax/IFilterBindingInSyntax.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="IFilterBindingInSyntax.cs" company="Ninject Project Contributors">
// Copyright (c) 2010 bbv Software Services AG.
// Copyright (c) 2010-2017 Ninject Contributors.
// Licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
// Copyright (c) 2010 bbv Software Services AG. All rights reserved.
// Copyright (c) 2010-2017 Ninject Project Contributors. All rights reserved.
//
// Dual-licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
// You may not use this file except in compliance with one of the Licenses.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
// or
// http://www.microsoft.com/opensource/licenses.mspx
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// </copyright>
// -------------------------------------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="IFilterBindingNamedSyntax.cs" company="Ninject Project Contributors">
// Copyright (c) 2010 bbv Software Services AG.
// Copyright (c) 2010-2017 Ninject Contributors.
// Licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
// Copyright (c) 2010 bbv Software Services AG. All rights reserved.
// Copyright (c) 2010-2017 Ninject Project Contributors. All rights reserved.
//
// Dual-licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
// You may not use this file except in compliance with one of the Licenses.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
// or
// http://www.microsoft.com/opensource/licenses.mspx
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// </copyright>
// -------------------------------------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="IFilterBindingNamedWithOrOnSyntax.cs" company="Ninject Project Contributors">
// Copyright (c) 2010 bbv Software Services AG.
// Copyright (c) 2010-2017 Ninject Contributors.
// Licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
// Copyright (c) 2010 bbv Software Services AG. All rights reserved.
// Copyright (c) 2010-2017 Ninject Project Contributors. All rights reserved.
//
// Dual-licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
// You may not use this file except in compliance with one of the Licenses.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
// or
// http://www.microsoft.com/opensource/licenses.mspx
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// </copyright>
// -------------------------------------------------------------------------------------------------

Expand Down
19 changes: 16 additions & 3 deletions src/Ninject.Web.Mvc/FilterBindingSyntax/IFilterBindingOnSyntax.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="IFilterBindingOnSyntax.cs" company="Ninject Project Contributors">
// Copyright (c) 2010 bbv Software Services AG.
// Copyright (c) 2010-2017 Ninject Contributors.
// Licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
// Copyright (c) 2010 bbv Software Services AG. All rights reserved.
// Copyright (c) 2010-2017 Ninject Project Contributors. All rights reserved.
//
// Dual-licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
// You may not use this file except in compliance with one of the Licenses.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
// or
// http://www.microsoft.com/opensource/licenses.mspx
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// </copyright>
// -------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 96a7f9c

Please sign in to comment.