Skip to content

Commit

Permalink
Update nuspec, readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranayub committed Dec 8, 2015
1 parent 70ce2b3 commit 3c02898
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GiantBomb.Api/GiantBomb.Api.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
<file src="readme.txt" target="readme.txt" />

<!-- .NET 4.5.2 will be inserted automatically -->

<file src="..\bin\Release\net452\GiantBomb.Api.pdb" target="lib\net452\GiantBomb.Api.pdb"/>

<!-- .NET 4.6 -->
<file src="..\bin\Release\net46\GiantBomb.Api.dll" target="lib\net46\GiantBomb.Api.dll"/>
<file src="..\bin\Release\net46\GiantBomb.Api.pdb" target="lib\net46\GiantBomb.Api.pdb"/>
Expand Down
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ GiantBomb C#
- **BUG:** Fixed synchronous API to not deadlock
- Removed fastJSON DLL since it wasn't *actually* being used
- Upgrade to RestSharp 105.2.3
- Added .NET 4.6 and 4.6.1 support

## 2.2.1

Expand Down

0 comments on commit 3c02898

Please sign in to comment.