portable-devtools / directstorage /Microsoft.Direct3D.DirectStorage.nuspec
codekingpro's picture
Add files using upload-large-folder tool
bb49bcb verified
Raw
History Blame Contribute Delete
786 Bytes
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Microsoft.Direct3D.DirectStorage</id>
<version>1.2.2</version>
<title>DirectStorage</title>
<authors>Microsoft</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">LICENSE.txt</license>
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
<icon>icon.png</icon>
<readme>README.md</readme>
<projectUrl>https://aka.ms/directstorage/</projectUrl>
<description>DirectStorage for Windows</description>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>DirectStorage Direct3D graphics 3D</tags>
</metadata>
</package>