-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsql-rewrite-interceptor.nuspec
28 lines (28 loc) · 1.22 KB
/
sql-rewrite-interceptor.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0"?>
<package >
<metadata>
<id>Ascentis.SQLRewriteInterceptor</id>
<version>1.3.9.1</version>
<authors>Jose Sebastian Battig</authors>
<owners>Ascentis</owners>
<license type="expression">MIT</license>
<projectUrl>https://github.com/Ascentis/sql-rewrite-interceptor</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Utility class to use with ADO.NET that allows pre-processing any SQL used vua SqlCommand class in order to allow optimization/hinting in production environments without recompiling code</description>
<releaseNotes>
Added compatibility with ILMerge when processing stack trace
</releaseNotes>
<copyright>Copyright 2020, Ascentis Corporation</copyright>
<tags>ado.net sql-rewrite hinting optimization performance sql</tags>
<dependencies>
<dependency id="Lib.Harmony" version="2.0.1" />
<dependency id="Ascentis.Infrastructure" version="2.4.4" />
</dependencies>
<contentFiles>
</contentFiles>
</metadata>
<files>
<file src="bin\Release\Ascentis.SQLInterceptors.dll" target="lib\net40" />
<file src="bin\Release\Ascentis.SQLInterceptors.pdb" target="lib\net40" />
</files>
</package>