forked from CodeblackNL/HyperVLab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHyperVLab.nuspec
More file actions
23 lines (23 loc) · 922 Bytes
/
HyperVLab.nuspec
File metadata and controls
23 lines (23 loc) · 922 Bytes
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 xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>HyperVLab</id>
<version>0.0.0.0</version>
<authors>Jeroen Swart</authors>
<owners>Codeblack</owners>
<copyright>(c) Jeroen Swart 2016. All rights reserved.</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Module for quickly & easily creating lab environments using Hyper-V.</description>
<projectUrl>https://github.com/CodeblackNL/HyperVLab</projectUrl>
<tags>Hyper-V Lab VM</tags>
<releaseNotes />
</metadata>
<files>
<file src="Files\**\*.*" target="Files" />
<file src="Functions\**\*.*" target="Functions" />
<file src="Internal\**\*.*" target="Internal" />
<file src="Classes.ps1" target="" />
<file src="HyperVLab.psd1" target="" />
<file src="HyperVLab.psm1" target="" />
</files>
</package>