diff options
author | dependabot[bot] | 2021-12-09 02:05:29 +0000 |
---|---|---|
committer | vitalyster | 2021-12-09 05:06:20 +0300 |
commit | 2abd815bab90ed7e3adfc859c9b3a61ca28d95f4 (patch) | |
tree | 78d0aff373885d867ea280248ec421a1d671b02a | |
parent | c54584a4a9f5f3e3aca3e7a1fbb41148db4e0aed (diff) |
Bump RestSharp from 106.13.0 to 106.15.0
Bumps [RestSharp](https://github.com/restsharp/RestSharp) from 106.13.0 to 106.15.0.
- [Release notes](https://github.com/restsharp/RestSharp/releases)
- [Changelog](https://github.com/restsharp/RestSharp/blob/dev/releasenotes.md)
- [Commits](https://github.com/restsharp/RestSharp/compare/106.13.0...106.15.0)
---
updated-dependencies:
- dependency-name: RestSharp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Juick/packages.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Juick/packages.config b/Juick/packages.config index 5958f8f..f69e833 100644 --- a/Juick/packages.config +++ b/Juick/packages.config @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Expression.Blend.Sdk" version="1.0.2" targetFramework="wp81" />
- <package id="RestSharp" version="106.13.0" targetFramework="wp81" />
+ <package id="RestSharp" version="106.15.0" targetFramework="wp81" />
</packages>
\ No newline at end of file |