Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DecaTec committed Feb 20, 2017
2 parents 200e5d5 + 3583fab commit 117598d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion PortableWebDavLibrary.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>PortableWebDavLibrary</id>
<version>0.6.1.0</version>
<version>0.6.2.0</version>
<authors>DecaTec</authors>
<owners>DecaTec</owners>
<licenseUrl>https://github.com/DecaTec/Portable-WebDAV-Library/raw/master/LICENSE</licenseUrl>
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ For offline use, you can download the help file (CHM) here:
**[Portable WebDAV Library offline documentation (UWP)](https://decatec.de/ext/PortableWebDAVLibrary/Doc/Uwp/DecaTec.WebDav.Uwp.Documentation.chm)**

# Projects using the Portable WebDAV Library
* [FontoXML Editor](https://fontoxml.com/)
* Official [Nextcloud](https://nextcloud.com/) Windows app: [Windows App Store](https://www.microsoft.com/store/apps/9nblggh532xq)/[GitHub](https://github.com/nextcloud/windows-universal)
* CCPlayer Pro ([Windows App Store](https://www.microsoft.com/store/apps/9wzdncrfjljw))/CCPlayer UWP Ad ([Windows App Store](https://www.microsoft.com/store/apps/9nblggh4z7q0))
* [WebDAV-AudioPlayer](https://github.com/StefH/WebDAV-AudioPlayer)
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v0.6.2.0
- Added missing property 'SupportedLock' as defined in [RFC 4918](https://tools.ietf.org/html/rfc4918#section-6.7).
- The class LockToken now exposes the internal LockToken value for serialization purposes.
- NetFx: The response headers are now transparently added to the WebDavResponseMessage (i.e. without validation).
- Bugfix: Fix incorrect checks on the existence of the LockToken header in responses.

v0.6.1.0:
- WebDavSession: WebDavSession: new overloads for DownloadFileAsync.
- Bugfix: Fixed problems when URLs were HTML encoded.
Expand Down

0 comments on commit 117598d

Please sign in to comment.