...
Code Block | ||
---|---|---|
| ||
<?xml version="1.0" encoding="utf-8"?> <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> <metadata> <id>com.castsoftware.labs.nameoftheextension</id> <version>x.x.x</version> <title>MyExtension</title> <authors>CAST Labs</authors> <owners>CAST</owners> <licenseUrl>http://www.castsoftware.com/ps/doc/extension/license</licenseUrl> <projectUrl>https://github.com/CAST-Extend/com.castsoftware.labs.nameoftheextension</projectUrl> <iconUrl>https://raw.githubusercontent.com/CAST-Extend/com.castsoftware.labs.nameoftheextension/master/example.png</iconUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> <description>This is a great extension that creates great objects and even greater links</description> <releaseNotes>https://github.com/CAST-Extend/com.castsoftware.uclabs.nameoftheextension/wiki#a-specific-release-note-subsection</releaseNotes> <tags>Language FP CSS CAIP8.0.x</tags> <dependencies> <dependency id="CAIP" version="8.0.0" /> </dependencies> </metadata> </package> |
...