-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mohsen Esmailpour
committed
Oct 3, 2023
1 parent
a3c3684
commit 4ed105a
Showing
7 changed files
with
55 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
55 changes: 28 additions & 27 deletions
55
src/Serilog.Ui.MySqlProvider/Serilog.Ui.MySqlProvider.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,31 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata> | ||
<id>Serilog.UI.MySqlProvider</id> | ||
<version>$version$</version> | ||
<title>Serilog.UI.MySqlProvider</title> | ||
<authors>Mohsen Esmailpour</authors> | ||
<owners>mo.esmp</owners> | ||
<projectUrl>https://github.com/serilog-contrib/serilog-ui</projectUrl> | ||
<license type="expression">MIT</license> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>MySQL and MariaDB data provider for Serilog UI.</description> | ||
<releaseNotes></releaseNotes> | ||
<copyright></copyright> | ||
<tags>serilog serilog-ui serilog.sinks.mysql serilog.sinks.mariadb</tags> | ||
<icon>assets\icon.png</icon> | ||
<dependencies> | ||
<group targetFramework=".NETStandard2.0"> | ||
<dependency id="Ardalis.GuardClauses" version="4.0.1" exclude="Build,Analyzers" /> | ||
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="3.1.3" exclude="Build,Analyzers" /> | ||
<dependency id="Dapper" version="2.0.35" exclude="Build,Analyzers" /> | ||
<dependency id="MySql.Data" version="8.0.23" exclude="Build,Analyzers" /> | ||
</group> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="bin\Release\netstandard2.0\*.dll" target="lib/netstandard2.0" /> | ||
<file src="..\..\assets\icon.png" target="assets\" /> | ||
</files> | ||
<metadata> | ||
<id>Serilog.UI.MySqlProvider</id> | ||
<version>$version$</version> | ||
<title>Serilog.UI.MySqlProvider</title> | ||
<authors>Mohsen Esmailpour</authors> | ||
<owners>mo.esmp</owners> | ||
<projectUrl>https://github.com/serilog-contrib/serilog-ui</projectUrl> | ||
<license type="expression">MIT</license> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>MySQL and MariaDB data provider for Serilog UI.</description> | ||
<releaseNotes></releaseNotes> | ||
<copyright></copyright> | ||
<tags>serilog serilog-ui serilog.sinks.mysql serilog.sinks.mariadb</tags> | ||
<readme>docs\README.md</readme> | ||
<icon>assets\icon.png</icon> | ||
<dependencies> | ||
<group targetFramework=".NETStandard2.0"> | ||
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="7.0.0" exclude="Build,Analyzers" /> | ||
<dependency id="Dapper" version="2.1.4" exclude="Build,Analyzers" /> | ||
<dependency id="MySql.Data" version="8.1.0" exclude="Build,Analyzers" /> | ||
</group> | ||
</dependencies> | ||
</metadata> | ||
<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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters