-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathSimpleConfig.nuspec
More file actions
22 lines (22 loc) · 937 Bytes
/
SimpleConfig.nuspec
File metadata and controls
22 lines (22 loc) · 937 Bytes
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" encoding="UTF-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SimpleConfig</id>
<version>0.0.0.0</version>
<title>Simple Config</title>
<authors>Mike O'Brien</authors>
<description>Simple Configuration for .NET.</description>
<releaseNotes />
<copyright />
<language>en-US</language>
<licenseUrl>https://github.com/mikeobrien/SimpleConfig/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/mikeobrien/SimpleConfig</projectUrl>
<owners>Mike O'Brien</owners>
<summary>Simple Configuration for .NET.</summary>
<iconUrl>https://github.com/mikeobrien/SimpleConfig/raw/master/misc/logo.png</iconUrl>
<tags>configuration xml</tags>
<dependencies>
<dependency id="Bender" version="3.0.43" />
</dependencies>
</metadata>
</package>