Azurite/Azurite.nuspec

22 строки
907 B
XML

<?xml version="1.0"?>
<package >
<metadata>
<id>Azurite</id>
<version>2.7.3</version>
<authors>olarafat</authors>
<owners>olarafat</owners>
<licenseUrl>https://github.com/Azure/azurite/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/Azure/azurite</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A lightweight server clone of Azure Blob Storage that simulates most of the commands supported by it with minimal dependencies.</description>
<releaseNotes>Initial Azurite Nuget Package</releaseNotes>
<copyright>Copyright 2017</copyright>
<tags>azure devops emulator azure-storage</tags>
</metadata>
<files>
<file src="blob.exe" target="tools" />
<file src="queue.exe" target="tools" />
<file src="table.exe" target="tools" />
<file src="nuget/init.ps1" target="tools" />
</files>
</package>