forked from xamarinhq/xamu-infrastructure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxamu-infrastructure.nuspec
52 lines (47 loc) · 2.85 KB
/
xamu-infrastructure.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.8.1">
<title>Xamarin University Infrastructure Library</title>
<id>XamarinUniversity.Infrastructure</id>
<version>1.0.160916</version>
<authors>Mark Smith - @marksm, Xamarin University</authors>
<owners>Xamarin University, Microsoft</owners>
<licenseUrl>https://github.com/xamarinhq/xamu-infrastructure/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/xamarinhq/xamu-infrastructure</projectUrl>
<iconUrl>https://raw.githubusercontent.com/xamarinhq/xamu-infrastructure/master/logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Set of Xamarin.Forms classes for enterprise and MVVM development; includes markup extensions, behaviors, custom controls and abstractions for MVVM.</description>
<copyright>Copyright (C) 2016 Xamarin, Microsoft</copyright>
<summary>Set of Xamarin.Forms classes for enterprise and MVVM development.</summary>
<tags>mvvm ios xamarin xamarin.forms android winphone uwp windows behaviors XAML</tags>
<dependencies>
<group>
<dependency id="Xamarin.Forms" version="2.3.1.114" />
<dependency id="XamarinUniversity.Core" version="1.0.160916" />
</group>
</dependencies>
<releaseNotes>
[1.0.160916]
Split out XamU.Core assembly which does not require Xamarin.Forms dependency.
[1.0.160903]
Minor fix to allow EventToCommandBehavior to be used on any VisualElement vs. View
Change IAsyncDelegateCommand<T> to implement IAsyncDelegateCommand vs. IDelegateCommand.
[1.0.160902]
Added ImageResourceConverter for bindings to embedded resource images.
[1.0.160901]
Added NumericValidationBehavior.
Ensure DebugConverter outputs in RELEASE build.
Rename NavigationService to FormsNavigationPageService.
Add HideMasterPageOnNavigation and KeyComparer properties to FormsNavigationPageService
Change INavigationService/FormsNavigationPageService to use object for pageKey type.
[1.0.160831]
Fix a typo in AsyncDelegateCommand where it wasn't implementing IAsyncDelegateCommand.
[1.0.160830]
Remove registration APIs from INavigationService to avoid Page dependency. This is unfortunately a breaking change, but you can just cast the INavigationService back to the real implementation to get to the RegisterPage method as shown in the docs.
</releaseNotes>
</metadata>
<files>
<file src="src/XamU.Infrastructure/bin/release/XamU.Infrastructure.dll" target="lib/portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10/XamU.Infrastructure.dll" />
<file src="src/XamU.Infrastructure/bin/release/XamU.Infrastructure.xml" target="lib/portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10/XamU.Infrastructure.xml" />
</files>
</package>