File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
src/CallfireApiClient.Tests/JsonMocks/callstexts/mediaApi/response Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 22<package >
33 <metadata >
44 <id >CallfireApiClient</id >
5- <version >1.1.4 </version >
5+ <version >1.1.5 </version >
66 <title >CallFire API v2 client</title >
77 <authors >
88 Vladimir Mikhailov
1616 <description >C# client library for integration with Callfire REST API v2 services</description >
1717 <releaseNotes >Callfire API client Changelog
1818=============================
19+ Version 1.1.5 - Mar 14 2016
20+ - added debug support for Mono platform
21+ - fixed issue with uploading mp3 media
22+
1923Version 1.1.4 - Mar 4 2016
2024 - added proxy with basic authorization support, see out docs how to configure it.
2125
@@ -50,4 +54,4 @@ Version 1.0.0 - Dec 29 2015
5054 <file src =" src/CallfireApiClient/bin/Release/callfire-api-client.dll.config" target =" lib" />
5155 <file src =" src/CallfireApiClient/bin/Release/callfire-api-client.xml" target =" lib" />
5256 </files >
53- </package >
57+ </package >
Original file line number Diff line number Diff line change 33 "name" : " My sound file" ,
44 "created" : 1443378307000 ,
55 "lengthInBytes" : 3 ,
6- "mediaType" : " audio/mpeg " ,
6+ "mediaType" : " audio/mp3 " ,
77 "publicUrl" : " www.test.com"
88}
You can’t perform that action at this time.
0 commit comments