forked from Azure/Azurite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Azurite.nuspec
22 lines (22 loc) · 911 Bytes
/
Azurite.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package >
<metadata>
<id>Azurite</id>
<version>0.0.0</version>
<authors>olarafat</authors>
<owners>olarafat</owners>
<licenseUrl>https://github.com/arafato/azurite/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/arafato/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>