Skip to content

Commit

Permalink
Merge pull request #12 from open-circle-ltd/nuspec-suggestions
Browse files Browse the repository at this point in the history
Improve nuspec according to suggestions
  • Loading branch information
carlottostromstedt authored Jul 15, 2024
2 parents 28743f8 + dbbe3be commit 2b7c2d5
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions package/wazuh-agent.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,20 @@
<version>4.8.0</version>
<title>Wazuh Agent</title>
<authors>Wazuh Inc.</authors>
<owners>Open Circle AG, sbaerlocher, jlruizmlg</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/wazuh/wazuh/blob/master/LICENSE</licenseUrl>
<copyright>Wazuh Inc.</copyright>
<projectUrl>https://documentation.wazuh.com/current/installation-guide/wazuh-agent/wazuh-agent-package-windows.html</projectUrl>
<releaseNotes>https://documentation.wazuh.com/current/release-notes/index.html</releaseNotes>
<projectSourceUrl>https://github.com/wazuh/wazuh</projectSourceUrl>
<docsUrl>https://documentation.wazuh.com/current/installation-guide/wazuh-agent/wazuh-agent-package-windows.html</docsUrl>
<bugTrackerUrl>https://github.com/wazuh/wazuh/issues</bugTrackerUrl>
<mailingListUrl>https://groups.google.com/g/wazuh/?pli=1</mailingListUrl>
<licenseUrl>https://github.com/wazuh/wazuh/blob/master/LICENSE</licenseUrl>
<owners>Open Circle AG, sbaerlocher, jlruizmlg</owners>
<packageSourceUrl>https://github.com/open-circle-ltd/chocolatey.wazuh-agent</packageSourceUrl>
<iconUrl>https://github.com/open-circle-ltd/chocolatey.wazuh-agent/blob/12c54e6aec49e8617fdd51e572b53dcda0f02757/icon/wazuh-agent.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>Wazuh Agent</tags>
<summary>Wazuh Agent</summary>
<description>Wazuh helps you to gain deeper security visibility into your infrastructure by monitoring hosts at an operating system and application level.

## Package Parameters
Expand Down Expand Up @@ -52,4 +61,4 @@ Installation with parameters.
<files>
<file src="tools/**" target="tools"/>
</files>
</package>
</package>

0 comments on commit 2b7c2d5

Please sign in to comment.