forked from novotnyllc/MetroLog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MetroLog.nuspec
92 lines (91 loc) · 5.6 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<?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.9</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 Core, .NET 4.5, Windows 8.1 (Windows Store apps), Windows Phone 8, WinPhone 8.1, WinJS, Xamarin.iOS, Xamarin.Android
</description>
<summary />
<releaseNotes>Added Xamarin.iOS Unified support</releaseNotes>
<tags>Logging log WinRT NLog log4net portable pcl WinJS wp wp8 wpa81 ios android xamarin dotnet netcore</tags>
<dependencies>
<group targetFramework="net45" />
<group targetFramework="wp8">
<dependency id="Microsoft.Bcl.Compression" version="3.9.85" />
<dependency id="Microsoft.Net.Http" version="2.2.29" />
</group>
<group targetFramework="win8" />
<group targetFramework="wpa81" />
<group targetFramework="xamarin.ios" />
<group targetFramework="monotouch" />
<group targetFramework="monoandroid" />
<group targetFramework="dotnet">
<dependency id="System.Collections" version="4.0.10" />
<dependency id="System.Diagnostics.Debug" version="4.0.10" />
<dependency id="System.Globalization" version="4.0.10" />
<dependency id="System.IO" version="4.0.10" />
<dependency id="System.IO.Compression" version="4.0.0" />
<dependency id="System.IO.Compression.ZipFile" version="4.0.0" />
<dependency id="System.IO.FileSystem" version="4.0.0" />
<dependency id="System.IO.FileSystem.Primitives" version="4.0.0" />
<dependency id="System.Linq" version="4.0.0" />
<dependency id="System.Linq.Expressions" version="4.0.10" />
<dependency id="System.Net.Http" version="4.0.0" />
<dependency id="System.Reflection" version="4.0.10" />
<dependency id="System.Reflection.Extensions" version="4.0.0" />
<dependency id="System.Reflection.TypeExtensions" version="4.0.0" />
<dependency id="System.Runtime" version="4.0.20" />
<dependency id="System.Runtime.Extensions" version="4.0.10" />
<dependency id="System.Text.RegularExpressions" version="4.0.10" />
<dependency id="System.Threading" version="4.0.10" />
<dependency id="System.Threading.Tasks" version="4.0.10" />
</group>
</dependencies>
</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" />
<!-- .NET 4.5 -->
<file src="MetroLog.NetFx\bin\Release\MetroLog.dll" target="lib\net45\MetroLog.dll" />
<file src="MetroLog.NetFx\bin\Release\MetroLog.pdb" target="lib\net45\MetroLog.pdb" />
<!-- Win 8.1 -->
<file src="MetroLog.Win81\bin\Release\MetroLog.dll" target="lib\win81\MetroLog.dll" />
<file src="MetroLog.Win81\bin\Release\MetroLog.pdb" target="lib\win81\MetroLog.pdb" />
<file src="MetroLog.Win81\bin\Release\MetroLog.pri" target="lib\win81\MetroLog.pri" />
<!-- WinRT components -->
<file src="MetroLog.WinRT\bin\Release\MetroLog.WinRT.pdb" target="lib\win81\MetroLog.WinRT.pdb" />
<file src="MetroLog.WinRT\bin\Release\MetroLog.WinRT.pri" target="lib\win81\MetroLog.WinRT.pri" />
<file src="MetroLog.WinRT\bin\Release\MetroLog.WinRT.winmd" target="lib\win81\MetroLog.WinRT.winmd" />
<!-- PCL -->
<file src="MetroLog\bin\Release\MetroLog.dll" target="lib\portable-net45+wp8+win8+wpa81\MetroLog.dll" />
<file src="MetroLog\bin\Release\MetroLog.pdb" target="lib\portable-net45+wp8+win8+wpa81\MetroLog.pdb" />
<!-- WP8 -->
<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" />
<!-- wpa81 -->
<file src="MetroLog.Wpa81\bin\Release\MetroLog.dll" target="lib\wpa81\MetroLog.dll" />
<file src="MetroLog.Wpa81\bin\Release\MetroLog.pdb" target="lib\wpa81\MetroLog.pdb" />
<file src="MetroLog.Wpa81\bin\Release\MetroLog.pri" target="lib\wpa81\MetroLog.pri" />
<!-- iOS Classic -->
<file src="MetroLog.iOS\bin\iPhone\Release\MetroLog.pdb" target="lib\MonoTouch\MetroLog.pdb" />
<file src="MetroLog.iOS\bin\iPhone\Release\MetroLog.dll" target="lib\MonoTouch\MetroLog.dll" />
<!-- iOS Unified -->
<file src="MetroLog.iOS-Unified\bin\iPhone\Release\MetroLog.pdb" target="lib\Xamarin.iOS\MetroLog.pdb" />
<file src="MetroLog.iOS-Unified\bin\iPhone\Release\MetroLog.dll" target="lib\Xamarin.iOS\MetroLog.dll" />
<!-- Android -->
<file src="MetroLog.Android\bin\Release\MetroLog.pdb" target="lib\MonoAndroid\MetroLog.pdb" />
<file src="MetroLog.Android\bin\Release\MetroLog.dll" target="lib\MonoAndroid\MetroLog.dll" />
<!-- dotnet -->
<file src="MetroLog.NetCore\bin\Release\MetroLog.pdb" target="lib\dotnet\MetroLog.pdb" />
<file src="MetroLog.NetCore\bin\Release\MetroLog.dll" target="lib\dotnet\MetroLog.dll" />
</files>
</package>