-
Notifications
You must be signed in to change notification settings - Fork 1
/
SqlDump.nuspec
27 lines (27 loc) · 1.09 KB
/
SqlDump.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>SqlDump.Sources</id>
<title>SqlDump (Source-Only)</title>
<version>1.5.0</version>
<authors>Artem Avramenko</authors>
<owners>ArtemA</owners>
<projectUrl>https://github.com/ArtemAvramenko/SqlDump</projectUrl>
<license type="expression">MIT</license>
<iconUrl>https://github.com/ArtemAvramenko/SqlDump/raw/master/SqlDump.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<repository type="git" url="https://github.com/ArtemAvramenko/SqlDump"/>
<summary>
Simple SQL Server database dumper.
</summary>
<description>
Simple SQL Server database dumper. Shipped as source-only NuGet package.
</description>
<copyright>Copyright (c) 2025 Artem Avramenko</copyright>
<tags>ms sql dump dumper backup script generator</tags>
</metadata>
<files>
<file src="Lib\*.cs" target="contentFiles/cs/any/SqlDump.Sources" />
<file src="Lib\*.cs" target="content/App_Packages/SqlDump.Sources" />
</files>
</package>