Skip to content

Commit

Permalink
Merge branch 'master' into feat/refactor-ui-web-backend
Browse files Browse the repository at this point in the history
  • Loading branch information
followynne authored Sep 2, 2023
2 parents 59d8c87 + 98b4686 commit d8b74cd
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 @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Version>2.2.0</Version>
<Version>2.2.1</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>PostgreSQL data provider for Serilog UI.</description>
<readme>docs\README.md</readme>
<releaseNotes></releaseNotes>
<copyright></copyright>
<tags>serilog serilog-ui serilog.sinks.postgresql</tags>
Expand All @@ -26,5 +27,6 @@
<files>
<file src="bin\Release\netstandard2.0\*.dll" target="lib/netstandard2.0" />
<file src="..\..\assets\icon.png" target="assets\" />
<file src="..\..\README.md" target="docs\" />
</files>
</package>

0 comments on commit d8b74cd

Please sign in to comment.