Skip to content

Commit

Permalink
Merge branch 'dev' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
BrammyS committed Aug 4, 2021
2 parents 03bffc9 + bbe1f8f commit c1a8fe8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
"src": [
{
"files": [
"**/*.sln",
"**/*.csproj"
"src/**.sln",
"src/**.csproj"
],
"exclude": [
"**/bin/**",
"**/obj/**",
"**/Serilog.Sinks.Mongodb.TimeSeries.Tests/**"
"**/obj/**"
],
"src": "../"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Serilog.Sinks.Mongodb.TimeSeries.Extensions
/// <summary>
/// Contains all extensions methods for <see cref="LogEvent" />.
/// </summary>
public static class LogEventExtensions
internal static class LogEventExtensions
{
/// <summary>
/// Converts a <see cref="IEnumerable{T}" /> of <see cref="LogEvent" />s to <see cref="IEnumerable{T}" /> of
Expand Down

0 comments on commit c1a8fe8

Please sign in to comment.