forked from microsoft/MixedReality-UXTools-Unreal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUXTools.nuspec
24 lines (23 loc) · 1.07 KB
/
UXTools.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
<?xml version="1.0"?>
<!--
UXTools 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>UXTools-UE5.0.0</id>
<title>Mixed Reality UX Tools</title>
<description>Set of tools and utilities to add interactivity to mixed reality applications.</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</tags>
</metadata>
<files>
<file src="**/*" target="native" />
</files>
</package>