Skip to content

Commit

Permalink
update 1.7.0.0-alpha01 with iOS fix and fwlinks (checked artifacts - …
Browse files Browse the repository at this point in the history
…redth has forgotten XamarinForms UWP support)
  • Loading branch information
moljac committed Jun 5, 2019
1 parent f59c625 commit bc4cdd5
Show file tree
Hide file tree
Showing 5 changed files with 112 additions and 86 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yaml
Expand Up @@ -79,6 +79,8 @@ jobs:
- powershell: .\build.ps1 --target=nuget --verbosity=diagnostic
displayName: Run Cake Build



- job: build_windows_vs2017_quick_and_dirty
displayName: Build on Windows VS2017 Redth's Quick and Dirty
pool:
Expand Down
6 changes: 4 additions & 2 deletions build.cake
Expand Up @@ -547,12 +547,14 @@ Task ("source-nuget-restore")
else if (source_solution.Contains("-VS2017.sln"))
{
nuget_restore_settings.ToolPath = nuget_4;
NuGetRestore(source_solution, nuget_restore_settings);
//NuGetRestore(source_solution, nuget_restore_settings);
DotNetCoreRestore(source_solution);
}
else
{
nuget_restore_settings.ToolPath = nuget_5;
NuGetRestore(source_solution, nuget_restore_settings);
//NuGetRestore(source_solution, nuget_restore_settings);
DotNetCoreRestore(source_solution);
}
}
else
Expand Down
68 changes: 42 additions & 26 deletions nuget/Xamarin.Auth.Extensions.nuspec
Expand Up @@ -21,20 +21,22 @@
http://semver.org/
-->
<version>
1.6.0.5
1.7.0.0-alpha01
</version>
<releaseNotes>
- Fix migrations from old PasswordHardCoded value to new
- FindAccountsForService throws on iOS #370
- updates to stale projects (dependencies, targets)
- removed unsupported platforms (Windows Phone, Windows 8.x)
</releaseNotes>
<licenseUrl>
https://github.com/xamarin/Xamarin.Auth/blob/master/License.md
</licenseUrl>
<projectUrl>
https://github.com/xamarin/Xamarin.Auth
</projectUrl>
<iconUrl>
https://xamarin-component-icons.s3.amazonaws.com/Xamarin.Auth.png
</iconUrl>
<licenseUrl>
https://go.microsoft.com/fwlink/?linkid=2021795&clcid=0x409
</licenseUrl>
<projectUrl>
https://go.microsoft.com/fwlink/?linkid=2021816&clcid=0x409
</projectUrl>
<iconUrl>
https://go.microsoft.com/fwlink/?linkid=2094632&clcid=0x409
</iconUrl>
<requireLicenseAcceptance>
true
</requireLicenseAcceptance>
Expand All @@ -52,16 +54,15 @@
Android.
</summary>
<tags>
xamarin,
pcl,
android, monoandroid, monodroid, xamarin.android,
ios, monotouch, xamarin.ios
plugin for xamarin, plugin,
xamarin.forms,
windows phone, winphone, wp8,
wp81
windows 8, winrt,
windows, universal, platform, windows universal platform, uwp
oauth, oauth 1, oauth 2, authentication, xamarin.auth
xamarin,
pcl,
android, monoandroid, monodroid, xamarin.android,
ios, monotouch, xamarin.ios
universal windows platform, uwp, windows 10
plugin for xamarin, plugin,
xamarin.forms,
netstandard
</tags>
<dependencies>
<!--
Expand All @@ -84,12 +85,12 @@
Core - .NET Standard
-->
<file
src="output/netstandard1.0/Xamarin.Auth.Extensions.dll"
src="source\Extensions\Xamarin.Auth.Extensions.NetStandard10.ReferenceAssembly\bin\Release\netstandard1.0\Xamarin.Auth.Extensions.dll"
target="lib/netstandard1.0/Xamarin.Auth.Extensions.dll"
>
</file>
<file
src="output/netstandard1.6/Xamarin.Auth.Extensions.dll"
src="source\Extensions\Xamarin.Auth.Extensions.NetStandard10.ReferenceAssembly\bin\Release\netstandard1.0\Xamarin.Auth.Extensions.dll"
target="lib/netstandard1.6/Xamarin.Auth.Extensions.dll"
>
</file>
Expand All @@ -99,7 +100,7 @@
Core - Portable
-->
<file
src="output/pcl/Xamarin.Auth.dll"
src="source\Extensions\Xamarin.Auth.Extensions.Portable\bin\Release\Xamarin.Auth.dll"
target="lib/portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+XamarinIOS10/Xamarin.Auth.dll"
>
</file>
Expand All @@ -108,7 +109,7 @@
Xamarin.Android
-->
<file
src="output/android/Xamarin.Auth.Extensions.dll"
src="source\Extensions\Xamarin.Auth.Extensions.XamarinAndroid\bin\Release\Xamarin.Auth.Extensions.dll"
target="lib/MonoAndroid10/Xamarin.Auth.Extensions.dll"
>
</file>
Expand All @@ -118,7 +119,7 @@
Unified
-->
<file
src="output/ios/Xamarin.Auth.Extensions.dll"
src="source\Extensions\Xamarin.Auth.Extensions.XamarinIOS\bin\Release\Xamarin.Auth.Extensions.dll"
target="lib/Xamarin.iOS10/Xamarin.Auth.Extensions.dll"
>
</file>
Expand Down Expand Up @@ -150,5 +151,20 @@
</file>
-->


<!--
Universal Windows Platform, UWP
Windows 10
.
├── Release
│   ├── Xamarin.Auth
│   │   ├── WebAuthenticatorPage.xaml
│   │   └── Xamarin.Auth.xr.xml
│   ├── Xamarin.Auth.dll
│   ├── Xamarin.Auth.pdb
│   └── Xamarin.Auth.pri
-->

</files>
</package>
57 changes: 28 additions & 29 deletions nuget/Xamarin.Auth.XamarinForms.nuspec
Expand Up @@ -24,20 +24,22 @@
http://semver.org/
-->
<version>
1.6.0.5
1.7.0.0-alpha01
</version>
<releaseNotes>
- Fix migrations from old PasswordHardCoded value to new
- FindAccountsForService throws on iOS #370
- updates to stale projects (dependencies, targets)
- removed unsupported platforms (Windows Phone, Windows 8.x)
</releaseNotes>
<licenseUrl>
https://github.com/xamarin/Xamarin.Auth/blob/master/License.md
</licenseUrl>
<projectUrl>
https://github.com/xamarin/Xamarin.Auth
</projectUrl>
<iconUrl>
https://xamarin-component-icons.s3.amazonaws.com/Xamarin.Auth.png
</iconUrl>
<licenseUrl>
https://go.microsoft.com/fwlink/?linkid=2021795&clcid=0x409
</licenseUrl>
<projectUrl>
https://go.microsoft.com/fwlink/?linkid=2021816&clcid=0x409
</projectUrl>
<iconUrl>
https://go.microsoft.com/fwlink/?linkid=2094632&clcid=0x409
</iconUrl>
<requireLicenseAcceptance>
true
</requireLicenseAcceptance>
Expand All @@ -52,18 +54,15 @@
Android.
</summary>
<tags>
xamarin,
pcl,
android, monoandroid, monodroid, xamarin.android,
ios, monotouch, xamarin.ios
windows phone, winphone, wp,
windows phone 8 silverlight, winphone 8 sl, wp8 sl
windows phone 8.1 silverlight, winphone 8.1 sl, wp81 sl
windows 8.1, windows 8.1 winrt, win81
windows phone 8.1 winrt, winphone 8.1 winrt, wpa81
universal windows platform, uwp, windows 10
plugin for xamarin, plugin,
xamarin.forms,
oauth, oauth 1, oauth 2, authentication, xamarin.auth
xamarin,
pcl,
android, monoandroid, monodroid, xamarin.android,
ios, monotouch, xamarin.ios
universal windows platform, uwp, windows 10
plugin for xamarin, plugin,
xamarin.forms,
netstandard
</tags>
<frameworkAssemblies>
<frameworkAssembly
Expand Down Expand Up @@ -103,20 +102,20 @@
Core - .NET Standard
-->
<file
src="output/netstandard1.0/Xamarin.Auth.XamarinForms.dll"
src="source\XamarinForms\Xamarin.Auth.Forms.NetStandard10.ReferenceAssembly\bin\Release\netstandard1.0\Xamarin.Auth.XamarinForms.dll"
target="lib/netstandard1.0/Xamarin.Auth.XamarinForms.dll"
>
</file>
<file
src="output/netstandard1.6/Xamarin.Auth.XamarinForms.dll"
src="source\XamarinForms\Xamarin.Auth.Forms.NetStandard16\bin\Release\netstandard1.6\Xamarin.Auth.XamarinForms.dll"
target="lib/netstandard1.6/Xamarin.Auth.XamarinForms.dll"
>
</file>
<!--
Core - Portable
-->
<file
src="output/pcl/Xamarin.Auth.XamarinForms.dll"
src="source\XamarinForms\Xamarin.Auth.Forms\bin\Release\Xamarin.Auth.XamarinForms.dll"
target="lib/portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+XamarinIOS10/Xamarin.Auth.XamarinForms.dll"
>
</file>
Expand All @@ -125,7 +124,7 @@
Xamarin.Android
-->
<file
src="output/android/Xamarin.Auth.XamarinForms.dll"
src="source\XamarinForms\Xamarin.Auth.Forms.Droid\bin\Release\Xamarin.Auth.XamarinForms.dll"
target="lib/MonoAndroid10/Xamarin.Auth.XamarinForms.dll"
>
</file>
Expand All @@ -135,7 +134,7 @@
Unified
-->
<file
src="output/ios/Xamarin.Auth.XamarinForms.dll"
src="source\XamarinForms\Xamarin.Auth.Forms.iOS\bin\iPhone\Release\Xamarin.Auth.XamarinForms.dll"
target="lib/Xamarin.iOS10/Xamarin.Auth.XamarinForms.dll"
>
</file>
Expand Down Expand Up @@ -248,6 +247,7 @@
│   ├── Xamarin.Auth.XamarinForms.dll
│   ├── Xamarin.Auth.XamarinForms.pdb
│   └── Xamarin.Auth.XamarinForms.pri
-->
<file
src="output/uap10.0/Xamarin.Auth.XamarinForms.dll"
target="lib/uap10.0/Xamarin.Auth.XamarinForms.dll"
Expand All @@ -273,7 +273,6 @@
target="lib/uap10.0/Xamarin.Auth/Xamarin.Auth.XamarinForms.xr.xml"
>
</file>
-->

</files>
</package>

0 comments on commit bc4cdd5

Please sign in to comment.