-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathStoreClient.nuspec
More file actions
27 lines (23 loc) · 968 Bytes
/
StoreClient.nuspec
File metadata and controls
27 lines (23 loc) · 968 Bytes
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"?>
<!--
This tokenized .nuspec manifest file is targeting the latest NuGet namespace,
which ensures you can benefit from the latest packaging features.
If desired, you can change the XML-namespace and target the original XSD.
To do so, replace the current package declaration by the following:
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
Run "nuget.exe pack <project>" to build a nuget package for this project
using this tokenized nuspec file.
-->
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<version>$version$</version>
<authors>scott</authors>
<owners />
<id>$id$</id>
<title />
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<tags>wpdev, win8dev, wp8dev, windows phone, windows store, windows 8, silverlight 4, silverlight 5, silverlight</tags>
</metadata>
<files />
</package>