-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathSeq.Input.Gelf.nuspec
More file actions
22 lines (22 loc) · 984 Bytes
/
Seq.Input.Gelf.nuspec
File metadata and controls
22 lines (22 loc) · 984 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Seq.Input.Gelf</id>
<version>$version$</version>
<authors>Datalust and Contributors</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Ingest GELF event payloads over TCP or UDP.</description>
<language>en-US</language>
<projectUrl>https://github.com/datalust/sqelf</projectUrl>
<license type="expression">Apache-2.0</license>
<icon>seq-input-gelf.png</icon>
<tags>seq-app</tags>
</metadata>
<files>
<file src="seq-input-gelf.d.json" target="" />
<file src="target/x86_64-pc-windows-msvc/release/sqelf.exe" target="win-x64" />
<file src="target/x86_64-unknown-linux-gnu/release/sqelf" target="linux-x64/sqelf" />
<file src="target/aarch64-unknown-linux-gnu/release/sqelf" target="linux-arm64/sqelf" />
<file src="asset/seq-input-gelf.png" target="" />
</files>
</package>