Skip to content

Commit 96a7f9c

Browse files
committed
3.3.0
1 parent 17b4659 commit 96a7f9c

29 files changed

+427
-119
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased] - 2017-10-19
7+
## [3.3.0] - 2017-10-23
88

99
### Removed
1010
- Dropped support for ASP.NET MVC 1,2,3,4.

src/Ninject.Web.Mvc/Filter/FilterContextParameter.cs

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
// -------------------------------------------------------------------------------------------------
22
// <copyright file="FilterContextParameter.cs" company="Ninject Project Contributors">
3-
// Copyright (c) 2010 bbv Software Services AG.
4-
// Copyright (c) 2010-2017 Ninject Contributors.
5-
// Licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
3+
// Copyright (c) 2010 bbv Software Services AG. All rights reserved.
4+
// Copyright (c) 2010-2017 Ninject Project Contributors. All rights reserved.
5+
//
6+
// Dual-licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
7+
// You may not use this file except in compliance with one of the Licenses.
8+
// You may obtain a copy of the License at
9+
//
10+
// http://www.apache.org/licenses/LICENSE-2.0
11+
// or
12+
// http://www.microsoft.com/opensource/licenses.mspx
13+
//
14+
// Unless required by applicable law or agreed to in writing, software
15+
// distributed under the License is distributed on an "AS IS" BASIS,
16+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
// See the License for the specific language governing permissions and
18+
// limitations under the License.
619
// </copyright>
720
// -------------------------------------------------------------------------------------------------
821

src/Ninject.Web.Mvc/Filter/INinjectFilter.cs

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
// -------------------------------------------------------------------------------------------------
22
// <copyright file="INinjectFilter.cs" company="Ninject Project Contributors">
3-
// Copyright (c) 2010 bbv Software Services AG.
4-
// Copyright (c) 2010-2017 Ninject Contributors.
5-
// Licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
3+
// Copyright (c) 2010 bbv Software Services AG. All rights reserved.
4+
// Copyright (c) 2010-2017 Ninject Project Contributors. All rights reserved.
5+
//
6+
// Dual-licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
7+
// You may not use this file except in compliance with one of the Licenses.
8+
// You may obtain a copy of the License at
9+
//
10+
// http://www.apache.org/licenses/LICENSE-2.0
11+
// or
12+
// http://www.microsoft.com/opensource/licenses.mspx
13+
//
14+
// Unless required by applicable law or agreed to in writing, software
15+
// distributed under the License is distributed on an "AS IS" BASIS,
16+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
// See the License for the specific language governing permissions and
18+
// limitations under the License.
619
// </copyright>
720
// -------------------------------------------------------------------------------------------------
821

src/Ninject.Web.Mvc/Filter/NinjectFilter.cs

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
// -------------------------------------------------------------------------------------------------
22
// <copyright file="NinjectFilter.cs" company="Ninject Project Contributors">
3-
// Copyright (c) 2010 bbv Software Services AG.
4-
// Copyright (c) 2010-2017 Ninject Contributors.
5-
// Licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
3+
// Copyright (c) 2010 bbv Software Services AG. All rights reserved.
4+
// Copyright (c) 2010-2017 Ninject Project Contributors. All rights reserved.
5+
//
6+
// Dual-licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
7+
// You may not use this file except in compliance with one of the Licenses.
8+
// You may obtain a copy of the License at
9+
//
10+
// http://www.apache.org/licenses/LICENSE-2.0
11+
// or
12+
// http://www.microsoft.com/opensource/licenses.mspx
13+
//
14+
// Unless required by applicable law or agreed to in writing, software
15+
// distributed under the License is distributed on an "AS IS" BASIS,
16+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
// See the License for the specific language governing permissions and
18+
// limitations under the License.
619
// </copyright>
720
// -------------------------------------------------------------------------------------------------
821

src/Ninject.Web.Mvc/Filter/NinjectFilterAttributeFilterProvider.cs

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
// -------------------------------------------------------------------------------------------------
22
// <copyright file="NinjectFilterAttributeFilterProvider.cs" company="Ninject Project Contributors">
3-
// Copyright (c) 2010 bbv Software Services AG.
4-
// Copyright (c) 2010-2017 Ninject Contributors.
5-
// Licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
3+
// Copyright (c) 2010 bbv Software Services AG. All rights reserved.
4+
// Copyright (c) 2010-2017 Ninject Project Contributors. All rights reserved.
5+
//
6+
// Dual-licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
7+
// You may not use this file except in compliance with one of the Licenses.
8+
// You may obtain a copy of the License at
9+
//
10+
// http://www.apache.org/licenses/LICENSE-2.0
11+
// or
12+
// http://www.microsoft.com/opensource/licenses.mspx
13+
//
14+
// Unless required by applicable law or agreed to in writing, software
15+
// distributed under the License is distributed on an "AS IS" BASIS,
16+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
// See the License for the specific language governing permissions and
18+
// limitations under the License.
619
// </copyright>
720
// -------------------------------------------------------------------------------------------------
821

src/Ninject.Web.Mvc/Filter/NinjectFilterProvider.cs

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
// -------------------------------------------------------------------------------------------------
22
// <copyright file="NinjectFilterProvider.cs" company="Ninject Project Contributors">
3-
// Copyright (c) 2010 bbv Software Services AG.
4-
// Copyright (c) 2010-2017 Ninject Contributors.
5-
// Licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
3+
// Copyright (c) 2010 bbv Software Services AG. All rights reserved.
4+
// Copyright (c) 2010-2017 Ninject Project Contributors. All rights reserved.
5+
//
6+
// Dual-licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
7+
// You may not use this file except in compliance with one of the Licenses.
8+
// You may obtain a copy of the License at
9+
//
10+
// http://www.apache.org/licenses/LICENSE-2.0
11+
// or
12+
// http://www.microsoft.com/opensource/licenses.mspx
13+
//
14+
// Unless required by applicable law or agreed to in writing, software
15+
// distributed under the License is distributed on an "AS IS" BASIS,
16+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
// See the License for the specific language governing permissions and
18+
// limitations under the License.
619
// </copyright>
720
// -------------------------------------------------------------------------------------------------
821

src/Ninject.Web.Mvc/FilterBindingSyntax/AttributeValueSelector.cs

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
// -------------------------------------------------------------------------------------------------
22
// <copyright file="AttributeValueSelector.cs" company="Ninject Project Contributors">
3-
// Copyright (c) 2010 bbv Software Services AG.
4-
// Copyright (c) 2010-2017 Ninject Contributors.
5-
// Licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
3+
// Copyright (c) 2010 bbv Software Services AG. All rights reserved.
4+
// Copyright (c) 2010-2017 Ninject Project Contributors. All rights reserved.
5+
//
6+
// Dual-licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
7+
// You may not use this file except in compliance with one of the Licenses.
8+
// You may obtain a copy of the License at
9+
//
10+
// http://www.apache.org/licenses/LICENSE-2.0
11+
// or
12+
// http://www.microsoft.com/opensource/licenses.mspx
13+
//
14+
// Unless required by applicable law or agreed to in writing, software
15+
// distributed under the License is distributed on an "AS IS" BASIS,
16+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
// See the License for the specific language governing permissions and
18+
// limitations under the License.
619
// </copyright>
720
// -------------------------------------------------------------------------------------------------
821

src/Ninject.Web.Mvc/FilterBindingSyntax/BindingRootExtensions.cs

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
// -------------------------------------------------------------------------------------------------
22
// <copyright file="BindingRootExtensions.cs" company="Ninject Project Contributors">
3-
// Copyright (c) 2010 bbv Software Services AG.
4-
// Copyright (c) 2010-2017 Ninject Contributors.
5-
// Licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
3+
// Copyright (c) 2010 bbv Software Services AG. All rights reserved.
4+
// Copyright (c) 2010-2017 Ninject Project Contributors. All rights reserved.
5+
//
6+
// Dual-licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
7+
// You may not use this file except in compliance with one of the Licenses.
8+
// You may obtain a copy of the License at
9+
//
10+
// http://www.apache.org/licenses/LICENSE-2.0
11+
// or
12+
// http://www.microsoft.com/opensource/licenses.mspx
13+
//
14+
// Unless required by applicable law or agreed to in writing, software
15+
// distributed under the License is distributed on an "AS IS" BASIS,
16+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
// See the License for the specific language governing permissions and
18+
// limitations under the License.
619
// </copyright>
720
// -------------------------------------------------------------------------------------------------
821

src/Ninject.Web.Mvc/FilterBindingSyntax/FilterFilterBindingBuilder.cs

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
// -------------------------------------------------------------------------------------------------
22
// <copyright file="FilterFilterBindingBuilder.cs" company="Ninject Project Contributors">
3-
// Copyright (c) 2010 bbv Software Services AG.
4-
// Copyright (c) 2010-2017 Ninject Contributors.
5-
// Licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
3+
// Copyright (c) 2010 bbv Software Services AG. All rights reserved.
4+
// Copyright (c) 2010-2017 Ninject Project Contributors. All rights reserved.
5+
//
6+
// Dual-licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
7+
// You may not use this file except in compliance with one of the Licenses.
8+
// You may obtain a copy of the License at
9+
//
10+
// http://www.apache.org/licenses/LICENSE-2.0
11+
// or
12+
// http://www.microsoft.com/opensource/licenses.mspx
13+
//
14+
// Unless required by applicable law or agreed to in writing, software
15+
// distributed under the License is distributed on an "AS IS" BASIS,
16+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
// See the License for the specific language governing permissions and
18+
// limitations under the License.
619
// </copyright>
720
// -------------------------------------------------------------------------------------------------
821

src/Ninject.Web.Mvc/FilterBindingSyntax/IConstructorArgumentSyntaxExtensions.cs

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
// -------------------------------------------------------------------------------------------------
22
// <copyright file="IConstructorArgumentSyntaxExtensions.cs" company="Ninject Project Contributors">
3-
// Copyright (c) 2010 bbv Software Services AG.
4-
// Copyright (c) 2010-2017 Ninject Contributors.
5-
// Licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
3+
// Copyright (c) 2010 bbv Software Services AG. All rights reserved.
4+
// Copyright (c) 2010-2017 Ninject Project Contributors. All rights reserved.
5+
//
6+
// Dual-licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
7+
// You may not use this file except in compliance with one of the Licenses.
8+
// You may obtain a copy of the License at
9+
//
10+
// http://www.apache.org/licenses/LICENSE-2.0
11+
// or
12+
// http://www.microsoft.com/opensource/licenses.mspx
13+
//
14+
// Unless required by applicable law or agreed to in writing, software
15+
// distributed under the License is distributed on an "AS IS" BASIS,
16+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
// See the License for the specific language governing permissions and
18+
// limitations under the License.
619
// </copyright>
720
// -------------------------------------------------------------------------------------------------
821

0 commit comments

Comments
 (0)