Xamarin.Helper 1.1.7

dotnet add package Xamarin.Helper --version 1.1.7
NuGet\Install-Package Xamarin.Helper -Version 1.1.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xamarin.Helper" Version="1.1.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xamarin.Helper --version 1.1.7
#r "nuget: Xamarin.Helper, 1.1.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Xamarin.Helper as a Cake Addin
#addin nuget:?package=Xamarin.Helper&version=1.1.7

// Install Xamarin.Helper as a Cake Tool
#tool nuget:?package=Xamarin.Helper&version=1.1.7

Xamarin.Helper 提供一些Xamarin.Native跨平台的便捷方法,没有文档,自用

Product Compatible and additional computed target framework versions.
.NET net5.0-windows is compatible.  net6.0-windows was computed.  net7.0-windows was computed.  net8.0-windows was computed. 
MonoAndroid monoandroid10 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Xamarin.Mac xamarinmac20 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.7 326 1/6/2022
1.1.6 293 12/22/2021
1.1.5 963 12/3/2021
1.1.4 389 11/4/2021
1.1.3 335 11/3/2021
1.1.2 333 11/2/2021
1.1.1 344 11/2/2021
1.1.0 353 11/1/2021
1.0.0 375 10/17/2021

1.1.1 修改了LogHelper的实现,默认使用Console,可以自己使用事件去配置
1.1.2 添加了简单的socket消息传输,供LogHelper使用
1.1.3 优化命名空间
1.1.4 修复未判断event为null的bug
1.1.5 View和ViewController周期事件添加弱事件管理
1.1.6 为Android增加了父Application,优化了些Event
1.1.7 add chained method for ConstraintLayout