Skip to content

Commit

Permalink
Update Serilog.Ui.MongoDbProvider nuspec file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-esmp committed Jan 7, 2022
1 parent 88ea8c2 commit 5719989
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.1.0</Version>
<Version>2.2.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<license type="expression">MIT</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>MongoDB data provider for Serilog UI.</description>
<readme>docs\README.md</readme>
<releaseNotes></releaseNotes>
<copyright></copyright>
<tags>serilog serilog-ui serilog.sinks.mongodb</tags>
Expand All @@ -24,5 +25,6 @@
</metadata>
<files>
<file src="bin\Release\netstandard2.0\*.dll" target="lib/netstandard2.0" />
<file src="..\..\README.md" target="docs\" />
</files>
</package>

0 comments on commit 5719989

Please sign in to comment.