MvvmCross / MvvmCross-AndroidSupport

Android support library packages for MvvmCross: The .NET MVVM framework for cross-platform solutions.
http://mvvmcross.com
15 stars 0 forks source link

Rename Util project to Utils #313

Closed martijn00 closed 7 years ago

martijn00 commented 7 years ago

The Util project should be Utils to follow the convention Google made: https://developer.android.com/topic/libraries/support-library/revisions.html#24-2-0-v4-refactor

We should rename assemblies, project names, put out a new nuget and unlist the old one.

Cheesebaron commented 7 years ago

There was a mismatch between assemblies and nugets so I just used lowest common denominator. Will fix this and push new nugets soon.

Cheesebaron commented 7 years ago

Is it on purpose that the single class inside of Utils uses the support.v4 namespace. Same goes for Fragments.

martijn00 commented 7 years ago

Yes, this is on purpose. Google does the same thing. I am thinking they might make a breaking change for that some point in time.

Cheesebaron commented 7 years ago

I've uploaded new NuGets 4.4.1 to fix this.