jirkapenzes / SimpleLogger

Simple Logger C#.NET
MIT License
94 stars 42 forks source link

Fix broken access modified in MsSqlDatabaseLoggerModule #3

Closed LIT-W01 closed 8 years ago

LIT-W01 commented 8 years ago

In the MsSqlDatabaseLoggerModule the initialize had the "protected" access modifier, should be "public". This PR fixes that :)

jirkapenzes commented 8 years ago

Thanks for contribution! Merged :)

MiroJ commented 8 years ago

Very useful component. Thanks guys! Any plans of incrementing the assembly version and updating the NuGet package? Devs like me would like to use that instead of compiling it ourselves. Thank you!