-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsalami.nuspec
26 lines (26 loc) · 1.4 KB
/
salami.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>salami</id>
<version>0.0.2</version>
<owners>Petr Gazarov</owners>
<title>Salami (Portable)</title>
<authors>Petr Gazarov</authors>
<projectUrl>https://github.com/petrgazarov/salami</projectUrl>
<iconUrl>https://raw.githubusercontent.com/petrgazarov/salami/main/docs/images/salami-icon.png</iconUrl>
<copyright>Petr Gazarov 2023</copyright>
<tags>salami cloud-infrastructure natural-language llm infrastructure-as-code</tags>
<releaseNotes>https://github.com/petrgazarov/salami/releases</releaseNotes>
<licenseUrl>https://github.com/petrgazarov/salami/blob/main/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/petrgazarov/salami-chocolatey</packageSourceUrl>
<docsUrl>https://github.com/petrgazarov/salami#readme</docsUrl>
<projectSourceUrl>https://github.com/petrgazarov/salami</projectSourceUrl>
<bugTrackerUrl>https://github.com/petrgazarov/salami/issues</bugTrackerUrl>
<summary>Salami is a declarative DSL for cloud infrastructure based on natural language descriptions</summary>
<description>Manage your cloud infrastructure using natural language</description>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>