-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAscentis.Infrastructure.Sql.nuspec
32 lines (32 loc) · 1.37 KB
/
Ascentis.Infrastructure.Sql.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
29
30
31
32
<?xml version="1.0"?>
<package >
<metadata>
<id>Ascentis.Infrastructure.Sql</id>
<version>1.1.0.4</version>
<authors>Jose Sebastian Battig</authors>
<owners>Ascentis</owners>
<license type="expression">MIT</license>
<icon>Ascentis.png</icon>
<projectUrl>https://github.com/Ascentis/infrastructure</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>SqlClient and SQLite specific set of classes extending behavior of DataPipeline and DataReplicator classes provided in Ascentis.Infrastructure base package</description>
<releaseNotes>Added support for Oracle database</releaseNotes>
<copyright>Copyright 2020, Ascentis Corporation</copyright>
<tags>threading Parallel SQLite MSSQL batch bulk</tags>
<dependencies>
<dependency id="System.Data.SQLite" version="1.0.113.1" />
<dependency id="Ascentis.Infrastructure" version="2.10.0.23" />
<dependency id="Oracle.ManagedDataAccess" version="19.8.0" />
</dependencies>
<contentFiles>
</contentFiles>
<references>
<reference file="Ascentis.Infrastructure.Sql.dll" />
</references>
</metadata>
<files>
<file src="bin\Release\Ascentis.Infrastructure.Sql.dll" target="lib\net40" />
<file src="bin\Release\Ascentis.Infrastructure.Sql.pdb" target="lib\net40" />
<file src="Ascentis.png" target="" />
</files>
</package>