Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-merkle committed Apr 25, 2020
1 parent e9f224f commit 9931c84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<RepositoryType>GitHub</RepositoryType>
<PackageTags>serilog, serilog-sink, slack, logging, csharp, example</PackageTags>
<PackageProjectUrl>https://github.com/jonas-merkle/serilog-sinks-slackwebhook</PackageProjectUrl>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<AssemblyName>Serilog.Sinks.SlackWebHook.Example</AssemblyName>
<RootNamespace>Serilog.Sinks.SlackWebHook.Example</RootNamespace>
<Version>1.0.4</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,16 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>

<IsPackable>false</IsPackable>

<Authors>Jonas Merkle [JJM]</Authors>

<Description>Unit Tests for a basic Slack Sink for the Serilog framwork.</Description>

<Copyright>© by Jonas Merkle [JJM], 2020.</Copyright>

<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>

<PackageProjectUrl>https://github.com/jonas-merkle/serilog-sinks-slackwebhook</PackageProjectUrl>

<RepositoryUrl>https://github.com/jonas-merkle/serilog-sinks-slackwebhook</RepositoryUrl>

<RepositoryType>GitHub</RepositoryType>

<PackageTags>serilog, serilog-sink, slack, logging, csharp, unit-tests</PackageTags>
<Version>1.0.4</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
<NeutralLanguage></NeutralLanguage>
<SignAssembly>false</SignAssembly>
<PackageId>Serilog.Sinks.SlackWebHook</PackageId>
<AssemblyVersion>1.0.3.0</AssemblyVersion>
<FileVersion>1.0.3.0</FileVersion>
<Version>1.0.3</Version>
<Version>1.0.4</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 9931c84

Please sign in to comment.