Octopus.CoreParsers.Hcl 1.1.3
Provides a way to parse and reprint HCL templates using the Sprache library.
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Octopus.CoreParsers.Hcl</id>
<version>1.1.3</version>
<title>Octopus HCL Parser</title>
<authors>Octopus Deploy</authors>
<owners>Octopus Deploy</owners>
<developmentDependency>true</developmentDependency>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/OctopusDeploy/HCLParser/blob/main/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/OctopusDeploy/HCLParser</projectUrl>
<iconUrl>http://i.octopusdeploy.com/resources/Avatar3_360.png</iconUrl>
<description>Provides a way to parse and reprint HCL templates using the Sprache library.</description>
<summary>Octopus Deploy HCL parser written with Sprache</summary>
<releaseNotes></releaseNotes>
<language>en-US</language>
<tags>automation deployment</tags>
<dependencies>
<dependency id="Sprache" version="2.1.2" />
<dependency id="Octopus.CoreUtilities" version="1.1.1" />
</dependencies>
</metadata>
</package>