-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKulman.WP8.nuspec
More file actions
32 lines (32 loc) · 1.09 KB
/
Copy pathKulman.WP8.nuspec
File metadata and controls
32 lines (32 loc) · 1.09 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
28
29
30
31
32
<?xml version="1.0"?>
<package >
<metadata>
<id>Kulman.WP8</id>
<version>1.0.14</version>
<title>Kulman.WP8</title>
<authors>Igor Kulman</authors>
<owners></owners>
<description>
Collection of utilities for Windows Phone 8 and Windows Phone 8.1 Silverlight apps
</description>
<releaseNotes>
</releaseNotes>
<summary>
Collection of utilities for Windows Phone 8 and Windows Phone 8.1 Silverlight apps
</summary>
<language>en-US</language>
<projectUrl>https://github.com/igorkulman/Kulman.WP8</projectUrl>
<iconUrl>https://dl.dropboxusercontent.com/u/73642/Nuget.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://raw.github.com/igorkulman/Kulman.WP8/master/LICENSE.txt</licenseUrl>
<copyright>Copyright 2013 - 2014</copyright>
<dependencies>
</dependencies>
<references></references>
<tags></tags>
</metadata>
<files>
<file src="Kulman.WP8.dll" target="lib\wp8\Kulman.WP8.dll" />
<file src="Kulman.WP8.pdb" target="lib\wp8\Kulman.WP8.pdb" />
</files>
</package>