You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?xml version="1.0" encoding="utf-8"?><rssversion="2.0"xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle"><channel><title>Application</title><language>en</language><item><title>Application 2.1.2</title><description># My Big Update
2
+
3
+
Wow, this is a great update! :)
4
+
5
+
* This changed
6
+
* That changed
7
+
* Changes for everybody!</description><pubDate>Sun, 27 Feb 2022 17:45:57 -05:00</pubDate><enclosureurl="https://netsparkleupdater.github.io/NetSparkle/files/sample-app-macos-tar/SimpleApp%202.1.2.app.tar"sparkle:version="2.1.2"sparkle:shortVersionString="2.1"length="253440"sparkle:os="macos"type="application/x-tar"sparkle:signature="zocucOlzr71VbIJb7suiBORZ5SlsU1rkDFlU0lEupNjNr8zgWcxL9w9Efd85vALXxlAMOCoezxHcwUdsE8hSBQ==" /></item></channel></rss>
<?xml version="1.0" encoding="utf-8"?><rssversion="2.0"xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle"><channel><title>Application</title><language>en</language><item><title>Application 2.1.2</title><description># My Big Update
2
+
3
+
Wow, this is a great update! :)
4
+
5
+
* This changed
6
+
* That changed
7
+
* Changes for everybody!</description><pubDate>Sun, 27 Feb 2022 16:23:15 -05:00</pubDate><enclosureurl="https://netsparkleupdater.github.io/NetSparkle/files/sample-app-macos-zip/MySampleApp%202.1.2.zip"sparkle:version="2.1.2"sparkle:shortVersionString="2.1"length="62947"sparkle:os="macos"type="application/zip"sparkle:signature="laKPInnUu5uosQ1uUjrdKzSVhYveYcql7d+izpkZBujGuCE8RDPng3NbpFMIlusIZ1KCUAXHOyMnhZIXj+KsBg==" /></item></channel></rss>
* Fixed bug where ExecuteAsync sometimes doesn't send data
6
+
7
+
## 104.0
8
+
9
+
* Fixed Windows Phone and Silverlight to use culture when calling Convert.ChangeType() (thanks trydis)
10
+
* Added support for non-standard HTTP methods (thanks jhoerr)
11
+
New API methods include:
12
+
*`IRestClient.ExecuteAsyncGet()`
13
+
*`IRestClient.ExecuteAsyncPost()`
14
+
*`IRestClient.ExecuteAsyncGet<T>()`
15
+
*`IRestClient.ExecuteAsyncPost<T>()`
16
+
17
+
See [groups discussion](https://groups.google.com/forum/?fromgroups=#!topic/restsharp/FCLGE5By7AU) for more info
18
+
19
+
* Resolved an xAuth support issue in the OAuth1Authenticator (thanks artema)
20
+
* Change AddDefaultParameter methods to be extension methods (thanks haacked)
21
+
Added `RestClientExtensions.AddDefaultParameter()` with 4 overloads. See pull request [#311](https://github.com/restsharp/RestSharp/pull/311) for more info
22
+
23
+
* Adding support for deserializing enums from integer representations (thanks dontjee)
* Fixed bug where ExecuteAsync sometimes doesn't send data
6
+
7
+
## 104.0
8
+
9
+
* Fixed Windows Phone and Silverlight to use culture when calling Convert.ChangeType() (thanks trydis)
10
+
* Added support for non-standard HTTP methods (thanks jhoerr)
11
+
New API methods include:
12
+
* `IRestClient.ExecuteAsyncGet()`
13
+
* `IRestClient.ExecuteAsyncPost()`
14
+
* `IRestClient.ExecuteAsyncGet<T>()`
15
+
* `IRestClient.ExecuteAsyncPost<T>()`
16
+
17
+
See [groups discussion](https://groups.google.com/forum/?fromgroups=#!topic/restsharp/FCLGE5By7AU) for more info
18
+
19
+
* Resolved an xAuth support issue in the OAuth1Authenticator (thanks artema)
20
+
* Change AddDefaultParameter methods to be extension methods (thanks haacked)
21
+
Added `RestClientExtensions.AddDefaultParameter()` with 4 overloads. See pull request [#311](https://github.com/restsharp/RestSharp/pull/311) for more info
22
+
23
+
* Adding support for deserializing enums from integer representations (thanks dontjee)</description><pubDate>Wed, 28 Apr 2021 19:33:31 -04:00</pubDate><enclosureurl="https://netsparkleupdater.github.io/NetSparkle/files/sample-app-macos/SimpleApp2.0.0.dmg"sparkle:version="2.0.0"sparkle:shortVersionString="2.0"length="78535"sparkle:os="macos"type="application/octet-stream"sparkle:signature="6KUPCQ/udqJjUFe1zqwGK3qRX8Dxrq3GGLxvWhsIQLZePuy6lzSmOfyHt9hjT4QLpUxNR3Uw/wqaAgksjjz+CA==" /></item></channel></rss>
0 commit comments