Skip to content

Commit c65ba86

Browse files
committed
Adding nuspec for creating the NuLog NuGet package.
1 parent 7bcb611 commit c65ba86

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

Take2/NuLog.nuspec

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
3+
<metadata>
4+
<id>NuLog</id>
5+
<version>0.0.0-rc0</version>
6+
<title>NuLog</title>
7+
<authors>Ivan Andrew Pointer</authors>
8+
<owners>Ivan Andrew Pointer</owners>
9+
<licenseUrl>https://raw.githubusercontent.com/ivanpointer/NuLog/master/LICENSE</licenseUrl>
10+
<projectUrl>https://github.com/ivanpointer/NuLog</projectUrl>
11+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12+
<description>A tag based logging framework. Powerfully Simple Logging. Period.</description>
13+
<summary>NuLog - Powerfully Simple Logging - Period.</summary>
14+
<copyright>© 2017 Ivan Andrew Pointer</copyright>
15+
<language>en-US</language>
16+
<tags>log logging nulog tag</tags>
17+
<frameworkAssemblies>
18+
<frameworkAssembly assemblyName="System" targetFramework="" />
19+
<frameworkAssembly assemblyName="System.Configuration" targetFramework="" />
20+
<frameworkAssembly assemblyName="System.Core" targetFramework="" />
21+
<frameworkAssembly assemblyName="System.Data" targetFramework="" />
22+
<frameworkAssembly assemblyName="System.Data.DataSetExtensions" targetFramework="" />
23+
<frameworkAssembly assemblyName="System.Xml" targetFramework="" />
24+
<frameworkAssembly assemblyName="System.Xml.Linq" targetFramework="" />
25+
</frameworkAssemblies>
26+
</metadata>
27+
<files>
28+
<file src="NuLog\bin\Release-3.5\NuLog.dll" target="lib\net35\NuLog.dll" />
29+
<file src="NuLog\bin\Release-3.5\NuLog.pdb" target="lib\net35\NuLog.pdb" />
30+
<file src="NuLog\bin\Release-4\NuLog.dll" target="lib\net40\NuLog.dll" />
31+
<file src="NuLog\bin\Release-4\NuLog.pdb" target="lib\net40\NuLog.pdb" />
32+
<file src="NuLog\bin\Release-4.5.2\NuLog.dll" target="lib\net452\NuLog.dll" />
33+
<file src="NuLog\bin\Release-4.5.2\NuLog.pdb" target="lib\net452\NuLog.pdb" />
34+
</files>
35+
</package>

0 commit comments

Comments
 (0)