Skip to content

Commit dc39f2b

Browse files
committed
prepare for 3.3.0
1 parent 774e7c9 commit dc39f2b

File tree

399 files changed

+476
-203424
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

399 files changed

+476
-203424
lines changed

.gitignore

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
1-
_ReSharper.*
2-
Bin
1+
.vs
2+
*.user
33
bin
44
obj
5-
dist
6-
build
7-
*.suo
8-
*resharper*
9-
*.user
10-
/lib/Ninject/*.zip
11-
/lib/Ninject/*/**
12-
*.cache
13-
src/Ninject.MockingKernel.Moq.Test/StyleCop.Cache
14-
src/Ninject.MockingKernel.NSubstitute.Test/StyleCop.Cache
15-
src/Ninject.MockingKernel.RhinoMock.Test/StyleCop.Cache
16-
src/Ninject.MockingKernel.SilverlightTests/StyleCop.Cache
17-
src/Ninject.MockingKernel.RhinoMock/StyleCop.Cache
18-
src/Ninject.MockingKernel.NSubstitute/StyleCop.Cache
19-
src/Ninject.MockingKernel.Test/StyleCop.Cache
20-
src/Ninject.MockingKernel/StyleCop.Cache
21-
src/Ninject.MockingKernel.Moq/StyleCop.Cache
22-
StyleCop.Cache
23-
/Ninject.Moq.sln.docstates
24-
packages/lib/*/**
5+
TestResults

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
### Added
10+
- Support .NET Standard 2.0
11+
12+
### Removed
13+
- .NET 3.5, .NET 4.0 and Silverlight
14+
- Dropped Ninject.MockingKernel.RhinoMocks
15+
16+
## [3.2.2]
17+
18+
### Added
19+
- Support FakeItEasy
20+
21+
## [3.2.1]
22+
23+
### Added
24+
- Support additional interfaces when mock
25+
26+
## [3.0.0.0]
27+
28+
### Removed
29+
- No web builds. All builds are have not reference to web anymore
30+
31+
### Added
32+
- (Moq): Support for for strict mocks
33+
- (Moq): The MockRepository can be accessed using kernel.MockRepository

HowToBuild.txt

Lines changed: 0 additions & 26 deletions
This file was deleted.

Ninject.MockingKernel with Silverlight Unittesting.sln

Lines changed: 0 additions & 64 deletions
This file was deleted.

Ninject.MockingKernel.FakeItEasy.build

Lines changed: 0 additions & 53 deletions
This file was deleted.

Ninject.MockingKernel.Moq.build

Lines changed: 0 additions & 54 deletions
This file was deleted.

Ninject.MockingKernel.NSubstitute.build

Lines changed: 0 additions & 53 deletions
This file was deleted.

Ninject.MockingKernel.RhinoMocks.build

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)