Skip to content

Commit

Permalink
fixes namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-merkle committed Nov 2, 2023
1 parent 6770799 commit 46462b4
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,16 @@

namespace jjm.one.Serilog.Sinks.SlackWebHook.Example;

/// <summary>
/// This class contains examples on how to use the library.
/// </summary>
public static class SlackSinkExample
{
/// <summary>
/// The main function of the <see cref="SlackSinkExample"/> class.
/// </summary>
/// <exception cref="ArgumentException"></exception>
/// <exception cref="Exception"></exception>
public static void Main()
{
string? slackChannel = null;
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
<Version>2.1.0</Version>
<Authors>Jonas Merkle [JJM]</Authors>
<Copyright>© by Jonas Merkle [JJM], 2023.</Copyright>
<RootNamespace>jm.one.Serilog.Sinks.SlackWebHook.Example</RootNamespace>
<Title>jm.one.Serilog.Sinks.SlackWebHook.Example</Title>
<Title>jjm.one.Serilog.Sinks.SlackWebHook.Example</Title>
<Description>A basic Slack Sink for the Serilog framwork. (Example)</Description>
<PackageTags>serilog, serilog-sink, slack, logging, csharp, example</PackageTags>
<PackageProjectUrl>https://github.com/jjm-one/jjm.one.Serilog.Sinks.SlackWebHook</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Version>2.1.0</Version>
<Authors>Jonas Merkle [JJM]</Authors>
<Copyright>© by Jonas Merkle [JJM], 2023.</Copyright>
<Title>jm.one.Serilog.Sinks.SlackWebHook.Tests</Title>
<Title>jjm.one.Serilog.Sinks.SlackWebHook.Tests</Title>
<Description>A basic Slack Sink for the Serilog framwork. (Unit-Tests)</Description>
<PackageTags>serilog, serilog-sink, slack, logging, csharp, unit-tests</PackageTags>
<PackageProjectUrl>https://github.com/jjm-one/jjm.one.Serilog.Sinks.SlackWebHook</PackageProjectUrl>
Expand Down

0 comments on commit 46462b4

Please sign in to comment.