-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNvelope.nuspec
More file actions
21 lines (21 loc) · 982 Bytes
/
Nvelope.nuspec
File metadata and controls
21 lines (21 loc) · 982 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<package >
<metadata>
<id>Nvelope</id>
<version>1.1.0.2</version>
<title>Nvelope</title>
<authors>Trinity Western University</authors>
<owners>Brian DeJong</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Nvelope is a set of language extensions for C# - a Batman utility belt to make Microsoft's favorite language faster, friendlier, and just a little bit cooler.</description>
<releaseNotes></releaseNotes>
<copyright>Copyright 2014</copyright>
<dependencies />
</metadata>
<files>
<file src="src\Nvelope\bin\Release\Nvelope.dll" target="lib\net451\Nvelope.dll" />
<file src="src\Nvelope\bin\Release\Nvelope.xml" target="lib\net451\Nvelope.xml" />
<file src="src\Nvelope-net4\bin\Release\Nvelope.dll" target="lib\net40\Nvelope.dll" />
<file src="src\Nvelope-net4\bin\Release\Nvelope.xml" target="lib\net40\Nvelope.xml" />
</files>
</package>