This repository was archived by the owner on Nov 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathrendercli.nuspec.template
More file actions
30 lines (29 loc) · 1.83 KB
/
rendercli.nuspec.template
File metadata and controls
30 lines (29 loc) · 1.83 KB
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
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>rendercli</id>
<version>NUSPEC_PACKAGE_VERSION</version>
<packageSourceUrl>https://github.com/render-oss/render-cli/tree/main/_build/nupkg</packageSourceUrl>
<owners>Render Inc.</owners>
<title>Render CLI</title>
<authors>Render Inc.</authors>
<projectUrl>https://render.com</projectUrl>
<licenseUrl>https://github.com/render-oss/render-cli/blob/main/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/render-oss/render-cli</projectSourceUrl>
<docsUrl>https://render.com/docs</docsUrl>
<bugTrackerUrl>https://github.com/render-oss/render-cli/issues</bugTrackerUrl>
<tags>render cloud paas</tags>
<summary>Launch your next project into the cloud with Render</summary>
<description>
Render is a unified cloud to build and run all your apps and websites with free TLS certificates, a global CDN, DDoS protection, private networks, and auto deploys from Git.
By using our command-line tools you'll be able to quickly kick off new projects from scratch or from our library of examples. Once you're live, you can also use the Render CLI to get information about the state of your infrastructure and to make changes as you see fit.
</description>
<releaseNotes>https://github.com/render-oss/render-cli/releases</releaseNotes>
</metadata>
<files>
<file src="./render.exe" target="tools/render.exe" />
<file src="./tools/**" target="tools" />
</files>
</package>