redth-org / BTProgressHUD

Port to Xamarin.iOS of the SVProgressHUD
Other
118 stars 64 forks source link

Make build derterministic and include sources #78

Closed Cheesebaron closed 4 years ago

Cheesebaron commented 4 years ago

:sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...)

CI

:arrow_heading_down: What is the current behavior?

No SourceLink support and builds are non-deterministic

:new: What is the new behavior (if this is a feature change)?

Added SourceLink support Made builds deterministic according to these instructions: https://github.com/clairernovotny/DeterministicBuilds/blob/master/Directory.Build.props

:boom: Does this PR introduce a breaking change?

Nope

:bug: Recommendations for testing

Check latest NuGet package

:memo: Links to relevant issues/docs

:thinking: Checklist before submitting