forked from microsoft/MixedReality-GraphicsTools-Unreal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGraphicsToolsExamples.nuspec
More file actions
27 lines (26 loc) · 1.21 KB
/
GraphicsToolsExamples.nuspec
File metadata and controls
27 lines (26 loc) · 1.21 KB
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"?>
<!--
GraphicsToolsExamples 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>GraphicsToolsExamples-UE4.27.0</id>
<title>Mixed Reality Graphics Tools Examples</title>
<description>Examples for the Mixed Reality Graphics Tools plugin.</description>
<version>0.3.0</version>
<authors>Microsoft</authors>
<projectUrl>https://github.com/microsoft/MixedReality-GraphicsTools-Unreal</projectUrl>
<releaseNotes>https://github.com/microsoft/MixedReality-GraphicsTools-Unreal/blob/public/0.3.x/Docs/ReleaseNotes.md</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="GraphicsTools-UE4.27.0" version="[0.3.0]" />
</dependencies>
</metadata>
<files>
<file src="**/*" target="native" />
</files>
</package>