forked from novotnyllc/MetroLog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MetroLog.nuspec
43 lines (42 loc) · 3.4 KB
/
MetroLog.nuspec
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
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MetroLog</id>
<version>0.8.5-beta</version>
<title>MetroLog Lightweight Logging for Portable and WinJS</title>
<authors>Matt Baxter-Reynolds,Oren Novotny</authors>
<owners>onovotny</owners>
<licenseUrl>https://raw.github.com/mbrit/MetroLog/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/mbrit/MetroLog</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>MetroLog is a lightweight logging framework designed for portable code and WinJS. Although the API is based on NLog and log4net, the intention is that it's a very basic logging system.
This version targets .NET 4.5,.NET Core 4.5 (Windows Store apps), Windows Phone 8 and WinJS</description>
<summary />
<releaseNotes>Added a WinRT wrapper to enable use by WinJS apps</releaseNotes>
<tags>Logging log WinRT NLog log4net portable pcl WinJS wp wp8</tags>
</metadata>
<files>
<file src="MetroLog ReadMe.txt" target="content\win8-javascript\MetroLog ReadMe.txt" />
<file src="typescript\winrt.d.ts" target="content\win8-javascript\typings\winrt.d.ts" />
<file src="typescript\MetroLog.WinRT.d.ts" target="content\win8-javascript\typings\MetroLog.WinRT.d.ts" />
<file src="MetroLog\bin\Release\MetroLog.dll" target="lib\net45\MetroLog.dll" />
<file src="MetroLog.NetFx\bin\Release\MetroLog.NetFx.dll" target="lib\net45\MetroLog.NetFx.dll" />
<file src="MetroLog.NetFx\bin\Release\MetroLog.NetFx.pdb" target="lib\net45\MetroLog.NetFx.pdb" />
<file src="MetroLog\bin\Release\MetroLog.pdb" target="lib\net45\MetroLog.pdb" />
<file src="MetroLog\bin\Release\MetroLog.dll" target="lib\netcore45\MetroLog.dll" />
<file src="MetroLog.NetCore\bin\Release\MetroLog.NetCore.dll" target="lib\netcore45\MetroLog.NetCore.dll" />
<file src="MetroLog.NetCore\bin\Release\MetroLog.NetCore.pdb" target="lib\netcore45\MetroLog.NetCore.pdb" />
<file src="MetroLog.NetCore\bin\Release\MetroLog.NetCore.pri" target="lib\netcore45\MetroLog.NetCore.pri" />
<file src="MetroLog\bin\Release\MetroLog.pdb" target="lib\netcore45\MetroLog.pdb" />
<file src="MetroLog\bin\Release\MetroLog.dll" target="lib\portable-net45+wp8+win8\MetroLog.dll" />
<file src="MetroLog\bin\Release\MetroLog.pdb" target="lib\portable-net45+wp8+win8\MetroLog.pdb" />
<file src="MetroLog.WinRT\bin\Release\MetroLog.WinRT.pdb" target="lib\netcore45\MetroLog.WinRT.pdb" />
<file src="MetroLog.WinRT\bin\Release\MetroLog.WinRT.pri" target="lib\netcore45\MetroLog.WinRT.pri" />
<file src="MetroLog.WinRT\bin\Release\MetroLog.WinRT.winmd" target="lib\netcore45\MetroLog.WinRT.winmd" />
<file src="MetroLog.WP8\bin\Release\MetroLog.pdb" target="lib\wp8\MetroLog.pdb" />
<file src="MetroLog.WP8\bin\Release\MetroLog.dll" target="lib\wp8\MetroLog.dll" />
<file src="MetroLog.WP8\bin\Release\MetroLog.WP8.pdb" target="lib\wp8\MetroLog.WP8.pdb" />
<file src="MetroLog.WP8\bin\Release\MetroLog.WP8.dll" target="lib\wp8\MetroLog.WP8.dll" />
<file src="**\*.cs" target="src" exclude="_ReSharper.*\**\*.*;packages\**\*.*;**\Debug\**\*.*;Samples\**\*.*;Win8Sample\**\*.*;WebTargetSample\**\*.*" />
</files>
</package>