Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Xamarin Unified iOS #61

Closed
oysteinkrog opened this issue Mar 1, 2015 · 6 comments
Closed

Add support for Xamarin Unified iOS #61

oysteinkrog opened this issue Mar 1, 2015 · 6 comments

Comments

@oysteinkrog
Copy link

New unified API no longer uses monotouch10, but "Xamarin.iOS10".
http://blog.xamarin.com/how-to-update-nuget-packages-for-64-bit/

@angularsen
Copy link
Owner

If I understand correctly, one should not add monotouch or Xamarin.iOS targets at all in the nuget.

The following PCL lib directory follows the recommendation:
lib\portable-net45+win+wpa81+wp80
Whilst the following PCL lib directory should be avoided:
lib\portable-net45+win+wpa81+wp80+Xamarin.iOS10

The targets UnitsNet currently use are:
portable-net45+wp80+win8+wpa81+monotouch+monoandroid and similar.

So, dropping monotouch/monoandroid is the solution, right?

@oysteinkrog
Copy link
Author

Good point!

@ajpinedam
Copy link

Just to see if did understand correctly.. removing the monotouch+monoandroid from the lib name would be sufficient for this library to be API Unified compliant?

angularsen added a commit that referenced this issue Mar 2, 2015
@angularsen
Copy link
Owner

Can you give alpha2 a try? I don't have Xamarin tools installed.

https://www.nuget.org/packages/UnitsNet/3.4.0-alpha2

@angularsen
Copy link
Owner

Apparently the upgrade went well. I'll release a stable nuget shortly.

@angularsen
Copy link
Owner

3.4.0 is now out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants