aarondcoleman / Fitbit.NET

Fitbit .NET API Client Library
MIT License
197 stars 140 forks source link

Add signing #262

Open srini85 opened 5 years ago

srini85 commented 5 years ago

Added a snk file to the project, made the NetCore tests project use package reference rather than the packages.config.

NOTE: it is advisable that on the build server, the snk file is replaced with a different version that is kept a secret.

I have this branch running on a private azure pipelines project which replaces the SNK and generates a nuget package that gets pushed to a private repository.