Skip to content

Commit 92b254b

Browse files
authored
Merge pull request #65 from CallFire/develop
update RestSharp version in nuspec file
2 parents 5064968 + 668ffad commit 92b254b

File tree

1 file changed

+141
-141
lines changed

1 file changed

+141
-141
lines changed

CallfireApiClient.nuspec

Lines changed: 141 additions & 141 deletions
Original file line numberDiff line numberDiff line change
@@ -1,141 +1,141 @@
1-
<?xml version="1.0" encoding="UTF-8"?><package>
2-
<metadata>
3-
<id>CallfireApiClient</id>
4-
<version>1.1.25</version>
5-
<title>CallFire API v2 client</title>
6-
<authors>
7-
Vladimir Mikhailov
8-
Vladimir Malinovskiy
9-
</authors>
10-
<owners>CallFire Inc.</owners>
11-
<projectUrl>https://github.com/CallFire/callfire-api-client-csharp</projectUrl>
12-
<licenseUrl>https://github.com/CallFire/callfire-api-client-csharp/blob/master/LICENSE</licenseUrl>
13-
<iconUrl>https://www.callfire.com/favicon.ico</iconUrl>
14-
<requireLicenseAcceptance>false</requireLicenseAcceptance>
15-
<description>C# client library for integration with Callfire REST API v2 services</description>
16-
<releaseNotes>Callfire API client Changelog
17-
=============================
18-
Version 1.1.25 - Jan 17 2019
19-
- updated RestSharp version to 106.6
20-
21-
Version 1.1.24 - Oct 17 2018
22-
- removed potential security vulnerability connected with DotNetZip library
23-
24-
Version 1.1.23 - Sept 26 2018
25-
- added findMedia API operation to sdk
26-
27-
Version 1.1.22 - Sept 04 2018
28-
- updated version of RestSharp client to 106.3.0
29-
- downgraded version of .NET framework to 4.6
30-
31-
Version 1.1.21 - August 10 2018
32-
- added StrongNamer library to sign unsigned assembly in a nuget package
33-
34-
Version 1.1.20 - August 1 2018
35-
- updated .NET framework target version to latest for support TLS 1.2 by default
36-
37-
Version 1.1.19 - Jun 13 2017
38-
- added fromNumber to Recipient object for sending calls/texts
39-
- added strictValidation flag for adding contacts to broadcast
40-
- added useCustomFields to createContactList/addContactListContacts apis
41-
- added media array parameter for TextRecipient
42-
- added a way to upload files from byte array for media and campaign sounds api
43-
44-
Version 1.1.18 - May 29 2017
45-
- upgraded dependencies
46-
47-
Version 1.1.17 - May 4 2017
48-
- removed subscriptions api (not supported from v2 api client)
49-
- fixed findWebhooks api to use enums instead strings
50-
- trivial tests fixes
51-
52-
Version 1.1.16 - Mar 28 2017
53-
- fixed DayOfWeek enum for scheduler
54-
55-
Version 1.1.15 - Jan 27 2017
56-
- added dnc apis
57-
58-
Version 1.1.14 - Jan 17 2017
59-
- added possibility to use client without config file
60-
61-
Version 1.1.13 - Dec 30 2016
62-
- minor fixes for get contacts history api
63-
64-
Version 1.1.12 - Dec 28 2016
65-
- updated CallRecord dto to include originateTime, answerTime, duration, callerName and switchId fields
66-
- updated Webhook dto to include singleUse parameter
67-
- minor extension of requests objects for upload and find sounds api, get contacts history api and find tollfree numbers api
68-
- temporary turning dnc api off due to full remake of callfire dnc apis
69-
70-
Version 1.1.11 - Nov 18 2016
71-
- added deleteCampaignSound api
72-
- added getCreditsHistory api
73-
- remove dnc lists api (not supported anymore)
74-
75-
Version 1.1.10 - Oct 26 2016
76-
- added more parameters to call tracking config in Number Lease config object
77-
78-
Version 1.1.9 - Jul 11 2016
79-
- added loading labels parameter in Number Lease objects
80-
81-
Version 1.1.8 - May 27 2016
82-
- defaultLiveMessage, defaultMachineMessage, defaultLiveMessageSoundId, defaultMachineMessageSoundId, defaultVoice params added to send calls api
83-
- added batch id filter parameter for get broadcast calls/texts
84-
- added fields filter parameter for add sound via call, returns CampaignSound object
85-
- added fields filter parameter for add sound via text-to-speech, returns CampaignSound object
86-
- defaultMessage parameter added to send texts function
87-
- added findWebhookResource and findWebhookResources methods to use new webhooks apis
88-
- resumeNextDay parameter added to CallBroadcast object
89-
- transferMessage, transferMessageSoundId, transferDigit, transferNumber params added to CallRecipient object for sending calls and texts
90-
- added questionResponses parameter to CallRecord object
91-
- added duplicate parameter to CampaignSound object
92-
- get call recordings api functions implemented in CallsApi
93-
94-
Version 1.1.7 - Apr 18 2016
95-
- migration to 4.5 net framework
96-
- migration to gradle
97-
98-
Version 1.1.6 - Mar 25 2016
99-
- added mono debug files generation on Windows platform
100-
- removed get/update batch api calls from TextBroadcastsApi
101-
102-
Version 1.1.5 - Mar 14 2016
103-
- added debug support for Mono platform
104-
- fixed issue with uploading mp3 media
105-
106-
Version 1.1.4 - Mar 4 2016
107-
- added proxy with basic authorization support, see out docs how to configure it.
108-
109-
Version 1.1.3 - Feb 16 2016
110-
- added nuget symbolsource package to debug source code.
111-
112-
Version 1.1.2 - Jan 27 2016
113-
- added find by batchId parameter to FindCalls &amp; FindTexts requests.
114-
- fixed NumberApi.findNumbersLocal and NumberApi.findNumbersTollfree methods to accept an updated server responses
115-
116-
Version 1.1.1 - Jan 25 2016
117-
- default policy set to ignore unknown json fields on deserializing
118-
119-
Version 1.1.0 - Jan 11 2016
120-
- added Subscriptions API
121-
122-
Version 1.0.0 - Dec 29 2015
123-
- initial release
124-
</releaseNotes>
125-
<copyright>Copyright (c) 2015 CallFire Inc.</copyright>
126-
<tags>Callfire rest api client</tags>
127-
<dependencies>
128-
<dependency id="Newtonsoft.Json" version="10.0.2"/>
129-
<dependency id="RestSharp" version="106.4.2"/>
130-
</dependencies>
131-
</metadata>
132-
<files>
133-
<file src="LICENSE.txt"/>
134-
<file src="Changelog.txt"/>
135-
<file src="src/**/*.cs" target="src"/>
136-
<file src="src/CallfireApiClient/bin/Debug/callfire-api-client.dll" target="lib"/>
137-
<file src="src/CallfireApiClient/bin/Release/callfire-api-client.dll.config" target="lib"/>
138-
<file src="src/CallfireApiClient/bin/Release/callfire-api-client.xml" target="lib"/>
139-
<file src="src/CallfireApiClient/bin/Debug/callfire-api-client.pdb" target="lib"/>
140-
</files>
141-
</package>
1+
<?xml version="1.0" encoding="UTF-8"?><package>
2+
<metadata>
3+
<id>CallfireApiClient</id>
4+
<version>1.1.25</version>
5+
<title>CallFire API v2 client</title>
6+
<authors>
7+
Vladimir Mikhailov
8+
Vladimir Malinovskiy
9+
</authors>
10+
<owners>CallFire Inc.</owners>
11+
<projectUrl>https://github.com/CallFire/callfire-api-client-csharp</projectUrl>
12+
<licenseUrl>https://github.com/CallFire/callfire-api-client-csharp/blob/master/LICENSE</licenseUrl>
13+
<iconUrl>https://www.callfire.com/favicon.ico</iconUrl>
14+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
15+
<description>C# client library for integration with Callfire REST API v2 services</description>
16+
<releaseNotes>Callfire API client Changelog
17+
=============================
18+
Version 1.1.25 - Jan 17 2019
19+
- updated RestSharp version to 106.6
20+
21+
Version 1.1.24 - Oct 17 2018
22+
- removed potential security vulnerability connected with DotNetZip library
23+
24+
Version 1.1.23 - Sept 26 2018
25+
- added findMedia API operation to sdk
26+
27+
Version 1.1.22 - Sept 04 2018
28+
- updated version of RestSharp client to 106.3.0
29+
- downgraded version of .NET framework to 4.6
30+
31+
Version 1.1.21 - August 10 2018
32+
- added StrongNamer library to sign unsigned assembly in a nuget package
33+
34+
Version 1.1.20 - August 1 2018
35+
- updated .NET framework target version to latest for support TLS 1.2 by default
36+
37+
Version 1.1.19 - Jun 13 2017
38+
- added fromNumber to Recipient object for sending calls/texts
39+
- added strictValidation flag for adding contacts to broadcast
40+
- added useCustomFields to createContactList/addContactListContacts apis
41+
- added media array parameter for TextRecipient
42+
- added a way to upload files from byte array for media and campaign sounds api
43+
44+
Version 1.1.18 - May 29 2017
45+
- upgraded dependencies
46+
47+
Version 1.1.17 - May 4 2017
48+
- removed subscriptions api (not supported from v2 api client)
49+
- fixed findWebhooks api to use enums instead strings
50+
- trivial tests fixes
51+
52+
Version 1.1.16 - Mar 28 2017
53+
- fixed DayOfWeek enum for scheduler
54+
55+
Version 1.1.15 - Jan 27 2017
56+
- added dnc apis
57+
58+
Version 1.1.14 - Jan 17 2017
59+
- added possibility to use client without config file
60+
61+
Version 1.1.13 - Dec 30 2016
62+
- minor fixes for get contacts history api
63+
64+
Version 1.1.12 - Dec 28 2016
65+
- updated CallRecord dto to include originateTime, answerTime, duration, callerName and switchId fields
66+
- updated Webhook dto to include singleUse parameter
67+
- minor extension of requests objects for upload and find sounds api, get contacts history api and find tollfree numbers api
68+
- temporary turning dnc api off due to full remake of callfire dnc apis
69+
70+
Version 1.1.11 - Nov 18 2016
71+
- added deleteCampaignSound api
72+
- added getCreditsHistory api
73+
- remove dnc lists api (not supported anymore)
74+
75+
Version 1.1.10 - Oct 26 2016
76+
- added more parameters to call tracking config in Number Lease config object
77+
78+
Version 1.1.9 - Jul 11 2016
79+
- added loading labels parameter in Number Lease objects
80+
81+
Version 1.1.8 - May 27 2016
82+
- defaultLiveMessage, defaultMachineMessage, defaultLiveMessageSoundId, defaultMachineMessageSoundId, defaultVoice params added to send calls api
83+
- added batch id filter parameter for get broadcast calls/texts
84+
- added fields filter parameter for add sound via call, returns CampaignSound object
85+
- added fields filter parameter for add sound via text-to-speech, returns CampaignSound object
86+
- defaultMessage parameter added to send texts function
87+
- added findWebhookResource and findWebhookResources methods to use new webhooks apis
88+
- resumeNextDay parameter added to CallBroadcast object
89+
- transferMessage, transferMessageSoundId, transferDigit, transferNumber params added to CallRecipient object for sending calls and texts
90+
- added questionResponses parameter to CallRecord object
91+
- added duplicate parameter to CampaignSound object
92+
- get call recordings api functions implemented in CallsApi
93+
94+
Version 1.1.7 - Apr 18 2016
95+
- migration to 4.5 net framework
96+
- migration to gradle
97+
98+
Version 1.1.6 - Mar 25 2016
99+
- added mono debug files generation on Windows platform
100+
- removed get/update batch api calls from TextBroadcastsApi
101+
102+
Version 1.1.5 - Mar 14 2016
103+
- added debug support for Mono platform
104+
- fixed issue with uploading mp3 media
105+
106+
Version 1.1.4 - Mar 4 2016
107+
- added proxy with basic authorization support, see out docs how to configure it.
108+
109+
Version 1.1.3 - Feb 16 2016
110+
- added nuget symbolsource package to debug source code.
111+
112+
Version 1.1.2 - Jan 27 2016
113+
- added find by batchId parameter to FindCalls &amp; FindTexts requests.
114+
- fixed NumberApi.findNumbersLocal and NumberApi.findNumbersTollfree methods to accept an updated server responses
115+
116+
Version 1.1.1 - Jan 25 2016
117+
- default policy set to ignore unknown json fields on deserializing
118+
119+
Version 1.1.0 - Jan 11 2016
120+
- added Subscriptions API
121+
122+
Version 1.0.0 - Dec 29 2015
123+
- initial release
124+
</releaseNotes>
125+
<copyright>Copyright (c) 2015 CallFire Inc.</copyright>
126+
<tags>Callfire rest api client</tags>
127+
<dependencies>
128+
<dependency id="Newtonsoft.Json" version="10.0.2"/>
129+
<dependency id="RestSharp" version="106.6.4"/>
130+
</dependencies>
131+
</metadata>
132+
<files>
133+
<file src="LICENSE.txt"/>
134+
<file src="Changelog.txt"/>
135+
<file src="src/**/*.cs" target="src"/>
136+
<file src="src/CallfireApiClient/bin/Debug/callfire-api-client.dll" target="lib"/>
137+
<file src="src/CallfireApiClient/bin/Release/callfire-api-client.dll.config" target="lib"/>
138+
<file src="src/CallfireApiClient/bin/Release/callfire-api-client.xml" target="lib"/>
139+
<file src="src/CallfireApiClient/bin/Debug/callfire-api-client.pdb" target="lib"/>
140+
</files>
141+
</package>

0 commit comments

Comments
 (0)