-
Notifications
You must be signed in to change notification settings - Fork 186
Expand file tree
/
Copy pathColumnizerLib.nuspec
More file actions
23 lines (23 loc) · 1.02 KB
/
ColumnizerLib.nuspec
File metadata and controls
23 lines (23 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<package >
<metadata>
<id>LogExpert.ColumnizerLib</id>
<version>$version$</version>
<title>LogExpert ColumnizerLib</title>
<authors>Zarunbal, Hagen Raab, Hirogen, RandallFlagg and others</authors>
<owners>Zarunbal, Hirogen</owners>
<license type="MIT"></license>
<projectUrl url="https://github.com/LogExperts/LogExpert">https://github.com/LogExperts/LogExpert</projectUrl>
<repository type="git" url="https://github.com/LogExperts/LogExpert"></repository>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<bugTrackerUrl>https://github.com/LogExperts/LogExpert/issues</bugTrackerUrl>
<releaseNotes>https://github.com/LogExperts/LogExpert/releases/tag/v.$version$</releaseNotes>
<description>Columnizer Lib for Logexpert plugins</description>
<readme>docs\README.md</readme>
<copyright>Copyright 2025</copyright>
<tags>LogExpert Columnizer</tags>
</metadata>
<files>
<file src="..\..\README.md" target="docs\"></file>
</files>
</package>