-
Notifications
You must be signed in to change notification settings - Fork 0
/
.nuspec
69 lines (55 loc) · 2.86 KB
/
.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<!-- Identifier that must be unique within the hosting gallery -->
<id>PowerScraper</id>
<!-- Package version number that is used when resolving dependencies -->
<version>0.0.1-pre-release</version>
<!-- Authors contain text that appears directly on the gallery -->
<authors>Blue-Hexagon</authors>
<!--
Owners are typically nuget.org identities that allow gallery
users to easily find other packages by the same owners.
-->
<owners>Blue-Hexagon</owners>
<!-- Project URL provides a link for the gallery -->
<projectUrl>http://github.com/blue-hexagon/PowerScraper</projectUrl>
<!-- License information is displayed on the gallery -->
<license type="expression">MIT</license>
<!-- Icon is used in Visual Studio's package manager UI -->
<!-- <icon></icon>-->
<!--
If true, this value prompts the user to accept the license when
installing the package.
-->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<!-- Any details about this particular release -->
<releaseNotes>0.0.1-pre-release</releaseNotes>
<!--
The description can be used in package manager UI. Note that the
nuget.org gallery uses information you add in the portal.
-->
<description>An advanced, lightweight system information tool for Windows, Linux, OsX and FreeBSD devices 🔍
</description>
<!-- Copyright information -->
<copyright>Copyright ©2023 Blue-Hexagon</copyright>
<!-- Tags appear in the gallery and can be used for tag searches -->
<tags>system information-gathering-tool specs</tags>
<!-- Dependencies are automatically installed when the package is installed -->
<!-- <dependency id="Microsoft.NETFramework.ReferenceAssemblies.net48" version="1.0.3"/>-->
<dependencies>
<dependency id="Microsoft.Management.Infrastructure.CimCmdlets" version="7.3.2"/>
<dependency id="Microsoft.PowerShell.5.1.ReferenceAssemblies" version="1.0.0"/>
<dependency id="Microsoft.PowerShell.SDK" version="7.3.2"/>
<dependency id="Newtonsoft.Json" version="13.0.2"/>
<dependency id="Samboy063.Tomlet" version="5.1.2"/>
<dependency id="System.Management.Automation" version="7.3.2"/>
<dependency id="YamlDotNet" version="12.3.1"/>
</dependencies>
</metadata>
<!-- A readme.txt to display when the package is installed -->
<!-- <files>-->
<!-- <file src="readme.txt" target="" />-->
<!-- <file src="icon.png" target="" />-->
<!-- </files>-->
</package>