diff --git a/CallfireApiClient.nuspec b/CallfireApiClient.nuspec
index 116f592..f92307f 100644
--- a/CallfireApiClient.nuspec
+++ b/CallfireApiClient.nuspec
@@ -1,141 +1,141 @@
-
-
- CallfireApiClient
- 1.1.25
- CallFire API v2 client
-
- Vladimir Mikhailov
- Vladimir Malinovskiy
-
- CallFire Inc.
- https://github.com/CallFire/callfire-api-client-csharp
- https://github.com/CallFire/callfire-api-client-csharp/blob/master/LICENSE
- https://www.callfire.com/favicon.ico
- false
- C# client library for integration with Callfire REST API v2 services
- Callfire API client Changelog
-=============================
-Version 1.1.25 - Jan 17 2019
- - updated RestSharp version to 106.6
-
-Version 1.1.24 - Oct 17 2018
- - removed potential security vulnerability connected with DotNetZip library
-
-Version 1.1.23 - Sept 26 2018
- - added findMedia API operation to sdk
-
-Version 1.1.22 - Sept 04 2018
- - updated version of RestSharp client to 106.3.0
- - downgraded version of .NET framework to 4.6
-
-Version 1.1.21 - August 10 2018
- - added StrongNamer library to sign unsigned assembly in a nuget package
-
-Version 1.1.20 - August 1 2018
- - updated .NET framework target version to latest for support TLS 1.2 by default
-
-Version 1.1.19 - Jun 13 2017
-- added fromNumber to Recipient object for sending calls/texts
-- added strictValidation flag for adding contacts to broadcast
-- added useCustomFields to createContactList/addContactListContacts apis
-- added media array parameter for TextRecipient
-- added a way to upload files from byte array for media and campaign sounds api
-
-Version 1.1.18 - May 29 2017
-- upgraded dependencies
-
-Version 1.1.17 - May 4 2017
-- removed subscriptions api (not supported from v2 api client)
-- fixed findWebhooks api to use enums instead strings
-- trivial tests fixes
-
-Version 1.1.16 - Mar 28 2017
-- fixed DayOfWeek enum for scheduler
-
-Version 1.1.15 - Jan 27 2017
-- added dnc apis
-
-Version 1.1.14 - Jan 17 2017
-- added possibility to use client without config file
-
-Version 1.1.13 - Dec 30 2016
-- minor fixes for get contacts history api
-
-Version 1.1.12 - Dec 28 2016
-- updated CallRecord dto to include originateTime, answerTime, duration, callerName and switchId fields
-- updated Webhook dto to include singleUse parameter
-- minor extension of requests objects for upload and find sounds api, get contacts history api and find tollfree numbers api
-- temporary turning dnc api off due to full remake of callfire dnc apis
-
-Version 1.1.11 - Nov 18 2016
-- added deleteCampaignSound api
-- added getCreditsHistory api
-- remove dnc lists api (not supported anymore)
-
-Version 1.1.10 - Oct 26 2016
-- added more parameters to call tracking config in Number Lease config object
-
-Version 1.1.9 - Jul 11 2016
-- added loading labels parameter in Number Lease objects
-
-Version 1.1.8 - May 27 2016
-- defaultLiveMessage, defaultMachineMessage, defaultLiveMessageSoundId, defaultMachineMessageSoundId, defaultVoice params added to send calls api
-- added batch id filter parameter for get broadcast calls/texts
-- added fields filter parameter for add sound via call, returns CampaignSound object
-- added fields filter parameter for add sound via text-to-speech, returns CampaignSound object
-- defaultMessage parameter added to send texts function
-- added findWebhookResource and findWebhookResources methods to use new webhooks apis
-- resumeNextDay parameter added to CallBroadcast object
-- transferMessage, transferMessageSoundId, transferDigit, transferNumber params added to CallRecipient object for sending calls and texts
-- added questionResponses parameter to CallRecord object
-- added duplicate parameter to CampaignSound object
-- get call recordings api functions implemented in CallsApi
-
-Version 1.1.7 - Apr 18 2016
-- migration to 4.5 net framework
-- migration to gradle
-
-Version 1.1.6 - Mar 25 2016
-- added mono debug files generation on Windows platform
-- removed get/update batch api calls from TextBroadcastsApi
-
-Version 1.1.5 - Mar 14 2016
-- added debug support for Mono platform
-- fixed issue with uploading mp3 media
-
-Version 1.1.4 - Mar 4 2016
-- added proxy with basic authorization support, see out docs how to configure it.
-
-Version 1.1.3 - Feb 16 2016
-- added nuget symbolsource package to debug source code.
-
-Version 1.1.2 - Jan 27 2016
-- added find by batchId parameter to FindCalls & FindTexts requests.
-- fixed NumberApi.findNumbersLocal and NumberApi.findNumbersTollfree methods to accept an updated server responses
-
-Version 1.1.1 - Jan 25 2016
-- default policy set to ignore unknown json fields on deserializing
-
-Version 1.1.0 - Jan 11 2016
-- added Subscriptions API
-
-Version 1.0.0 - Dec 29 2015
-- initial release
-
- Copyright (c) 2015 CallFire Inc.
- Callfire rest api client
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ CallfireApiClient
+ 1.1.25
+ CallFire API v2 client
+
+ Vladimir Mikhailov
+ Vladimir Malinovskiy
+
+ CallFire Inc.
+ https://github.com/CallFire/callfire-api-client-csharp
+ https://github.com/CallFire/callfire-api-client-csharp/blob/master/LICENSE
+ https://www.callfire.com/favicon.ico
+ false
+ C# client library for integration with Callfire REST API v2 services
+ Callfire API client Changelog
+=============================
+Version 1.1.25 - Jan 17 2019
+ - updated RestSharp version to 106.6
+
+Version 1.1.24 - Oct 17 2018
+ - removed potential security vulnerability connected with DotNetZip library
+
+Version 1.1.23 - Sept 26 2018
+ - added findMedia API operation to sdk
+
+Version 1.1.22 - Sept 04 2018
+ - updated version of RestSharp client to 106.3.0
+ - downgraded version of .NET framework to 4.6
+
+Version 1.1.21 - August 10 2018
+ - added StrongNamer library to sign unsigned assembly in a nuget package
+
+Version 1.1.20 - August 1 2018
+ - updated .NET framework target version to latest for support TLS 1.2 by default
+
+Version 1.1.19 - Jun 13 2017
+- added fromNumber to Recipient object for sending calls/texts
+- added strictValidation flag for adding contacts to broadcast
+- added useCustomFields to createContactList/addContactListContacts apis
+- added media array parameter for TextRecipient
+- added a way to upload files from byte array for media and campaign sounds api
+
+Version 1.1.18 - May 29 2017
+- upgraded dependencies
+
+Version 1.1.17 - May 4 2017
+- removed subscriptions api (not supported from v2 api client)
+- fixed findWebhooks api to use enums instead strings
+- trivial tests fixes
+
+Version 1.1.16 - Mar 28 2017
+- fixed DayOfWeek enum for scheduler
+
+Version 1.1.15 - Jan 27 2017
+- added dnc apis
+
+Version 1.1.14 - Jan 17 2017
+- added possibility to use client without config file
+
+Version 1.1.13 - Dec 30 2016
+- minor fixes for get contacts history api
+
+Version 1.1.12 - Dec 28 2016
+- updated CallRecord dto to include originateTime, answerTime, duration, callerName and switchId fields
+- updated Webhook dto to include singleUse parameter
+- minor extension of requests objects for upload and find sounds api, get contacts history api and find tollfree numbers api
+- temporary turning dnc api off due to full remake of callfire dnc apis
+
+Version 1.1.11 - Nov 18 2016
+- added deleteCampaignSound api
+- added getCreditsHistory api
+- remove dnc lists api (not supported anymore)
+
+Version 1.1.10 - Oct 26 2016
+- added more parameters to call tracking config in Number Lease config object
+
+Version 1.1.9 - Jul 11 2016
+- added loading labels parameter in Number Lease objects
+
+Version 1.1.8 - May 27 2016
+- defaultLiveMessage, defaultMachineMessage, defaultLiveMessageSoundId, defaultMachineMessageSoundId, defaultVoice params added to send calls api
+- added batch id filter parameter for get broadcast calls/texts
+- added fields filter parameter for add sound via call, returns CampaignSound object
+- added fields filter parameter for add sound via text-to-speech, returns CampaignSound object
+- defaultMessage parameter added to send texts function
+- added findWebhookResource and findWebhookResources methods to use new webhooks apis
+- resumeNextDay parameter added to CallBroadcast object
+- transferMessage, transferMessageSoundId, transferDigit, transferNumber params added to CallRecipient object for sending calls and texts
+- added questionResponses parameter to CallRecord object
+- added duplicate parameter to CampaignSound object
+- get call recordings api functions implemented in CallsApi
+
+Version 1.1.7 - Apr 18 2016
+- migration to 4.5 net framework
+- migration to gradle
+
+Version 1.1.6 - Mar 25 2016
+- added mono debug files generation on Windows platform
+- removed get/update batch api calls from TextBroadcastsApi
+
+Version 1.1.5 - Mar 14 2016
+- added debug support for Mono platform
+- fixed issue with uploading mp3 media
+
+Version 1.1.4 - Mar 4 2016
+- added proxy with basic authorization support, see out docs how to configure it.
+
+Version 1.1.3 - Feb 16 2016
+- added nuget symbolsource package to debug source code.
+
+Version 1.1.2 - Jan 27 2016
+- added find by batchId parameter to FindCalls & FindTexts requests.
+- fixed NumberApi.findNumbersLocal and NumberApi.findNumbersTollfree methods to accept an updated server responses
+
+Version 1.1.1 - Jan 25 2016
+- default policy set to ignore unknown json fields on deserializing
+
+Version 1.1.0 - Jan 11 2016
+- added Subscriptions API
+
+Version 1.0.0 - Dec 29 2015
+- initial release
+
+ Copyright (c) 2015 CallFire Inc.
+ Callfire rest api client
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+