-
Notifications
You must be signed in to change notification settings - Fork 87
/
Copy pathUXToolsExamples.nuspec
27 lines (26 loc) · 1.18 KB
/
UXToolsExamples.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
<?xml version="1.0"?>
<!--
UXToolsExamples NuGet package metadata.
Ensure to set the `BasePath` parameter to the built plugin directory. (e.g. BuildPlugin.ps1's 'PackageOutDir' parameter)
-->
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>UXToolsExamples-UE5.0.0</id>
<title>Mixed Reality UX Tools Examples</title>
<description>Example usage of Mixed Reality UX Tools.</description>
<version>0.12.1</version>
<authors>Microsoft</authors>
<projectUrl>https://github.com/microsoft/MixedReality-UXTools-Unreal</projectUrl>
<releaseNotes>https://microsoft.github.io/MixedReality-UXTools-Unreal/version/public/0.12.x-UE5.0/Docs/ReleaseNotes.html</releaseNotes>
<license type="expression">MIT</license>
<copyright>Copyright (c) Microsoft Corporation. All rights reserved.</copyright>
<icon>native/Resources/Icon128.png</icon>
<tags>HoloLens2 Examples</tags>
<dependencies>
<dependency id="UXTools-UE5.0.0" version="[0.12.1]" />
</dependencies>
</metadata>
<files>
<file src="**/*" target="native" />
</files>
</package>