Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#Fitbit.NET specific files
Configuration.cs
/Fitbit.IntegrationTests/Configuration.cs
/NuGet/package/lib/

################
## Eclipse
Expand Down Expand Up @@ -189,4 +190,3 @@ NuGet/package/lib/net45/Fitbit.dll.config
NuGet/package/lib/net45/RestSharp.dll
NuGet/package/lib/net45/RestSharp.xml
*.nupkg
*.nupkg
6 changes: 3 additions & 3 deletions NuGet/nupack.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rmdir package\lib\net45 /s /q
"%ProgramFiles(x86)%\MSBuild\12.0\Bin\MSBuild.exe" ..\Fitbit\Fitbit.sln /p:Configuration=Release /m
"%ProgramFiles(x86)%\MSBuild\14.0\Bin\MSBuild.exe" ..\Fitbit\Fitbit.sln /p:Configuration=Release /m
mkdir .\package\lib\net45
copy ..\Fitbit\bin\Release\* .\package\lib\net45\
nuget pack .\package\Fitbit.nuspec
copy ..\Fitbit.Portable\bin\Release\* .\package\lib\net45\
nuget pack .\package\Fitbit.Public.nuspec -properties buildOutputPath=\lib\net45
11 changes: 4 additions & 7 deletions NuGet/package/Fitbit.Public.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<package >
<metadata>
<id>Fitbit.NET</id>
<version>2.0.1-RC3</version>
<version>2.2.0</version>
<title>Fitbit.NET</title>
<authors>Fitbit.Net contributors Team -- @WestDiscGolf, @aarondcoleman, @mxa0079</authors>
<authors>Fitbit.Net contributors Team -- @WestDiscGolf, @aarondcoleman, @mxa0079, @joshFitabase</authors>
<owners></owners>
<licenseUrl>https://github.com/aarondcoleman/Fitbit.NET</licenseUrl>
<projectUrl>https://github.com/aarondcoleman/Fitbit.NET</projectUrl>
Expand All @@ -13,12 +13,9 @@
<description>Fitbit API client for .NET</description>
<summary>.NET client library to make structure calls to Fitbit API using OAuth2 </summary>
<releaseNotes>
2.0.1 Adds:
*Support for OAuth 2.0
*Support for async
*Request/Response transparent interception through IFitbitInterceptor
2.2 is our full supported version that now strips away all OAuth 1.0 code. This has been thoroughly tested to be stable, with more endpoints to be added to the master branch of Fitbit.NET going forward.
</releaseNotes>
<copyright>Copyright 2016</copyright>
<copyright>Copyright 2017</copyright>
<tags>Fitbit OAuth2 API .NET IoT Wearables</tags>
<dependencies>
<dependency id="Microsoft.Bcl.Build" version="1.0.14" />
Expand Down