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 308f279 commit 5ac6f8a
Show file tree
Hide file tree
Showing 277 changed files with 853 additions and 407,341 deletions.
20 changes: 4 additions & 16 deletions .gitignore
@@ -1,17 +1,5 @@
/build/*
/dist/*
obj
Bin
bin
.vs
*.user
*.suo
*.dotCover
_ReSharper.Ninject.Web.WebApi
/lib/Ninject/*.zip
/lib/Ninject/*/**
/lib/Ninject.Web.Common/*.zip
/lib/Ninject.Web.Common/*/**
/lib/Ninject.Extensions.NamedScope/*.zip
/lib/Ninject.Extensions.NamedScope/*/**
/lib/Ninject.Extensions.ContextPreservation/*.zip
/lib/Ninject.Extensions.ContextPreservation/*/**
bin
obj
packages
41 changes: 41 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,41 @@
# Changelog
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).

## [3.3.0]

### Removed
- Dropped support for pre .NET 4.5.

## [3.2.4]

### Changed
- OwinHost and SelfHost does not depend on WebHost any more. This is a **Breaking Change**, Please install package "Ninject.Web.WebApi.WebHost" if use WebHost, but not just "Ninject.Web.WebApi".

## [3.2.3]

### Added
- Added support for passing in HttpServer to UseNinjectWebApi

## [3.2.2]

### Added
- Added Microsoft.Owin 3.0 support

## [3.2.1]

### Changed
- Moved common bindings to Ninject.Web.Common so that multiple web extensions can be used together.

### Fixed
- Fixed that filters on the configuration are not executed twice

## [3.2.0]

### Added
- Added Owin support

## [3.0.0.0]
initial version
29 changes: 0 additions & 29 deletions HowToBuild.txt

This file was deleted.

233 changes: 0 additions & 233 deletions Ninject.Web.WebApi.build

This file was deleted.

12 changes: 5 additions & 7 deletions Ninject.Web.WebApi.sln
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{77BE2A9F-F61F-45D4-A5C5-1DF0DA05EA42}"
ProjectSection(SolutionItems) = preProject
Expand All @@ -17,11 +17,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SelfHosted-SampleApplicatio
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ninject.Web.WebApi.Selfhost", "src\Ninject.Web.WebApi.Selfhost\Ninject.Web.WebApi.Selfhost.csproj", "{A8925F38-F4AB-44B4-A4AC-C37CF7EA6A37}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{7580A59A-5E7B-4F3C-9CD2-CE0F7ABC390A}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Owin-SampleApplication", "src\Owin-SampleApplication\Owin-SampleApplication.csproj", "{DF31E98F-3021-4571-AF82-FF62EC43DA7D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ninject.Web.WebApi.OwinHost", "src\Ninject.Web.WebApi.OwinHost\Ninject.Web.WebApi.OwinHost.csproj", "{E322DFD7-FAF1-4EEA-B601-B15E08E3F6A4}"
Expand Down Expand Up @@ -81,4 +76,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3CDF42EC-F6C1-4473-A767-96383026D15E}
EndGlobalSection
EndGlobal
3 changes: 0 additions & 3 deletions Ninject.Web.WebApi.sln.DotSettings

This file was deleted.

3 changes: 0 additions & 3 deletions Ninject.build

This file was deleted.

0 comments on commit 5ac6f8a

Please sign in to comment.