forked from mrbrl/PCLAppConfig
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPCLAppConfig.nuspec
62 lines (57 loc) · 3.96 KB
/
PCLAppConfig.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
<?xml version="1.0"?>
<package >
<metadata>
<id>PCLAppConfig</id>
<version>1.0.7</version>
<title>PCL AppConfig - Portable AppSettings Reader</title>
<authors>Ben Ishiyama-levy (Xamariners), Seyyed Soroosh Hosseinalipour</authors>
<owners>Ben Ishiyama-levy (Xamariners)</owners>
<description>
Cross platform Xamarin AppSettings reader
</description>
<releaseNotes>
- 1.0.7: Correct Assembly version
- 1.0.4: Correct UWP config searching based on exe name
- 1.0.3: Fix UWP exe.config generating when using SlowCheetah
- 1.0.2: Fix version problem in implementation assemblies
- 1.0.1: updates - ios fix for app.config location
- 0.4.1: .Net Standard Update
- 0.3.3: PortableStream.Current now can be use in PCL project.
- 0.3.2: Update to latest dependencies, Update Doc
- 0.3.1: Added tests and package icon
- 0.3.0: Initial Release
</releaseNotes>
<summary>
Cross platform Xamarin AppSettings reader
</summary>
<language>en-US</language>
<projectUrl>https://github.com/mrbrl/PCLAppConfig</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>http://opensource.org/licenses/Apache-2.0</licenseUrl>
<copyright>Copyright Xamariners 2022</copyright>
<tags>xamarin xamarin.forms Standard Config App.Config AppSettings Configuration ConfigurationManager uwp winrt android ios xamarin monoandroid monodroid monotouch xamariners</tags>
<iconUrl>https://avatars2.githubusercontent.com/u/2474918</iconUrl>
</metadata>
<files>
<!-- portable -->
<file src="Lib\PCLAppConfig\bin\Release\netstandard2.0\PCLAppConfig.dll" target="lib\netstandard2.0\PCLAppConfig.dll"/>
<file src="Lib\PCLAppConfig.FileSystemStream\bin\Release\netstandard2.0\PCLAppConfig.FileSystemStream.Abstractions.dll" target="lib\netstandard2.0\PCLAppConfig.FileSystemStream.Abstractions.dll" />
<file src="Lib\PCLAppConfig.FileSystemStream\bin\Release\netstandard2.0\PCLAppConfig.FileSystemStream.dll" target="lib\netstandard2.0\PCLAppConfig.FileSystemStream.dll"/>
<!-- ios -->
<file src="Lib\PCLAppConfig.FileSystemStream.iOS\bin\Release\PCLAppConfig.dll" target="lib\Xamarin.iOS\PCLAppConfig.dll" />
<file src="Lib\PCLAppConfig.FileSystemStream.iOS\bin\Release\PCLAppConfig.FileSystemStream.Abstractions.dll" target="lib\Xamarin.iOS\PCLAppConfig.FileSystemStream.Abstractions.dll" />
<file src="Lib\PCLAppConfig.FileSystemStream.iOS\bin\Release\PCLAppConfig.FileSystemStream.dll" target="lib\Xamarin.iOS\PCLAppConfig.FileSystemStream.dll" />
<!-- classic ios -->
<file src="Lib\PCLAppConfig.FileSystemStream.iOS\bin\Release\PCLAppConfig.dll" target="lib\MonoTouch10\PCLAppConfig.dll" />
<file src="Lib\PCLAppConfig.FileSystemStream.iOS\bin\Release\PCLAppConfig.FileSystemStream.Abstractions.dll" target="lib\MonoTouch10\PCLAppConfig.FileSystemStream.Abstractions.dll" />
<file src="Lib\PCLAppConfig.FileSystemStream.iOS\bin\Release\PCLAppConfig.FileSystemStream.dll" target="lib\MonoTouch10\PCLAppConfig.FileSystemStream.dll" />
<!-- android -->
<file src="Lib\PCLAppConfig.FileSystemStream.Android\bin\Release\PCLAppConfig.dll" target="lib\MonoAndroid10\PCLAppConfig.dll" />
<file src="Lib\PCLAppConfig.FileSystemStream.Android\bin\Release\PCLAppConfig.FileSystemStream.Abstractions.dll" target="lib\MonoAndroid10\PCLAppConfig.FileSystemStream.Abstractions.dll" />
<file src="Lib\PCLAppConfig.FileSystemStream.Android\bin\Release\PCLAppConfig.FileSystemStream.dll" target="lib\MonoAndroid10\PCLAppConfig.FileSystemStream.dll" />
<!-- UWP -->
<file src="Lib\PCLAppConfig.FileSystemStream.UWP\bin\Release\PCLAppConfig.dll" target="lib\UAP10\PCLAppConfig.dll" />
<file src="Lib\PCLAppConfig.FileSystemStream.UWP\bin\Release\PCLAppConfig.FileSystemStream.Abstractions.dll" target="lib\UAP10\PCLAppConfig.FileSystemStream.Abstractions.dll" />
<file src="Lib\PCLAppConfig.FileSystemStream.UWP\bin\Release\PCLAppConfig.FileSystemStream.dll" target="lib\UAP10\PCLAppConfig.FileSystemStream.dll" />
</files>
</package>