Skip to content

Commit 0cfe22a

Browse files
committed
prepare 3.3.0
1 parent 279a8f4 commit 0cfe22a

File tree

475 files changed

+822
-637826
lines changed

Some content is hidden

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

475 files changed

+822
-637826
lines changed

.gitignore

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +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-
*.dotCover
11-
/lib/Ninject/*.zip
12-
/lib/Ninject/*/**
13-
/packages/xunit.runner.visualstudio*/**
5+
TestResults

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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+
## [3.3.0-beta1]
8+
9+
### Added
10+
- Support .NET Standard 2.0
11+
12+
### Removed
13+
- .NET 3.5, .NET 4.0 and Silverlight
14+
- Dropped support for NLog1 NLog2 NLog3
15+
16+
## [3.2.3]
17+
18+
### Added
19+
- Support NLog4.
20+
21+
## [3.2.2]
22+
23+
### Added
24+
- Support Serilog.
25+
- Support NLog3.
26+
27+
## [3.2.1]
28+
29+
### Changed
30+
- loggers by name or type will not be cached in dictionaroes.
31+
32+
## [3.0.1]
33+
34+
### Added
35+
- non string format message logging methods to the interface and implemented them in all implementations
36+
37+
## [3.0.0.0]
38+
39+
### Removed
40+
- No web builds. All builds are have not reference to web anymore.

HowToBuild.txt

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

Ninject.Extensions.Logging with Silverlight and WP7 Unittesting.sln

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

Ninject.Extensions.Logging.NLog2.build

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

0 commit comments

Comments
 (0)