-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathSeq.App.JsonArchive.nuspec
22 lines (22 loc) · 1.18 KB
/
Seq.App.JsonArchive.nuspec
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.App.JsonArchive</id>
<version>$version$</version>
<authors>Datalust and Contributors</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Record events from Seq (https://getseq.net) to a set of newline-delimited JSON streams.</description>
<language>en-US</language>
<projectUrl>https://github.com/datalust/seq-app-jsonarchive</projectUrl>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<iconUrl>https://raw.githubusercontent.com/datalust/seq-app-jsonarchive/dev/asset/seq-app-jsonarchive.png</iconUrl>
<tags>seq-app</tags>
</metadata>
<files>
<file src="jsonarchive.exe.d.json" target="" />
<file src="target\x86_64-pc-windows-msvc\release\jsonarchive.exe" target="" />
<file src="target\x86_64-pc-windows-msvc\release\jsonarchive.exe" target="win-x64" />
<file src="target\x86_64-unknown-linux-musl\release\jsonarchive" target="linux-x64\jsonarchive" />
<file src="target\aarch64-unknown-linux-musl\release\jsonarchive" target="linux-arm64\jsonarchive" />
</files>
</package>