mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Updated twitterizer to 2.4.0.26532
Updated Json to 4.0.4 Updated NBuilder to 3.0.1.1
This commit is contained in:
parent
3520b56bb6
commit
35e47e1adc
48 changed files with 25914 additions and 8733 deletions
46
packages/twitterizer.2.4.0.26532/content/GettingStarted.txt
vendored
Normal file
46
packages/twitterizer.2.4.0.26532/content/GettingStarted.txt
vendored
Normal file
|
@ -0,0 +1,46 @@
|
|||
___ ___ ___ ___ __ __ ___ __ _ _ _
|
||||
| | | | | | |__ |__) | / |__ |__) | |
|
||||
| |/\| | | | |___ | \ | /_ |___ | \ _|_|_
|
||||
|
||||
Q) Which files do I need?
|
||||
A) More than likely, you only need Twitterizer2.dll and Newtonsoft.Json.dll
|
||||
|
||||
Q) What exactly are all these files?
|
||||
A)
|
||||
Twitterizer2.dll
|
||||
This is the main binary which contains the core class library. This file is required for all addon
|
||||
libraries.
|
||||
|
||||
Twitterizer2.Data.dll
|
||||
This is an additional library that provides data conversion functionality.
|
||||
For example, with it you can quickly generate DataTables from any Twitterizer2 collection.
|
||||
This file is not necessary for most projects.
|
||||
|
||||
Newtonsoft.Json.dll
|
||||
This is JSON.NET, developed by James Newton-King. You do not need to add a reference in your
|
||||
project to this library, but it must be placed in your project's bin folder along with Twitterizer2.dll.
|
||||
More information can be found here: http://james.newtonking.com/pages/json-net.aspx
|
||||
|
||||
Twitterizer2.Async.dll
|
||||
This is an addon library that allows developers to call Twitterizer2 methods asynchronously.
|
||||
This file is not necessary for most projects.
|
||||
|
||||
Twitterizer2.Streaming.dll
|
||||
This is an addon library that provides access to the Streaming API.
|
||||
This file is not necessary for most projects.
|
||||
|
||||
Twitterizer.OAuth.dll
|
||||
This is a standalone library that provides access to our OAuth request signing functionality without
|
||||
using Twitterizer2. _DO_NOT_ include this file in your project if you are using Twitterizer2.dll.
|
||||
All of the functionality found in this library is available within Twitterizer2.dll.
|
||||
This file is not necessary for most projects.
|
||||
|
||||
Twitterizer2lite.dll
|
||||
This is a slimmed down version of the Twitterizer2.dll file built with the client profile as the target framework.
|
||||
It will lack some extra pieces of functionality, such as the built-in data caching and support for application
|
||||
configuration settings.
|
||||
_DO_NOT_ include this file in your project if you are using Twitterizer2.dll.
|
||||
This file is not necessary for most projects.
|
||||
|
||||
Q) What about the license files?
|
||||
A) The license files must accompany the dlls. That means that they must be distributed along with your application.
|
7
packages/twitterizer.2.4.0.26532/content/Json.NET.license.txt
vendored
Normal file
7
packages/twitterizer.2.4.0.26532/content/Json.NET.license.txt
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
Copyright (c) 2007 James Newton-King
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
7241
packages/twitterizer.2.4.0.26532/lib/net40/Twitterizer2.XML
vendored
Normal file
7241
packages/twitterizer.2.4.0.26532/lib/net40/Twitterizer2.XML
vendored
Normal file
File diff suppressed because it is too large
Load diff
BIN
packages/twitterizer.2.4.0.26532/lib/net40/Twitterizer2.dll
vendored
Normal file
BIN
packages/twitterizer.2.4.0.26532/lib/net40/Twitterizer2.dll
vendored
Normal file
Binary file not shown.
BIN
packages/twitterizer.2.4.0.26532/twitterizer.2.4.0.26532.nupkg
vendored
Normal file
BIN
packages/twitterizer.2.4.0.26532/twitterizer.2.4.0.26532.nupkg
vendored
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue