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

Commit 4a30481

Browse files
committed
Typo
1 parent b3f1b1e commit 4a30481

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/DecaTec.WebDav.Documentation/Content/VersionHistory/v0.9.0.0.aml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<listItem>
3333
<para>
34-
WebDavSesion now exposes some protected members, so that the class can be overridden for special purposes (e.g. when new types should be added to the WebDAV object model in a project).
34+
WebDavSession now exposes some protected members, so that the class can be overridden for special purposes (e.g. when new types should be added to the WebDAV object model in a project).
3535
</para>
3636
</listItem>
3737

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ v0.9.0.0
22
- The library now implements RFC 4918, RFC 4331, Additional WebDAV Collection Properties and a some WebDAV properties specific to IIS WebDAV.
33
- New properties available for WebDavSessionListItem: Keep in mind that not every WebDAV server supports the same properties. Often a server only supports a subset of the specifications or even adds additional properties. So, when a property of a WebDavSessionListItem is null, the WebDAV server may not support these properties.
44
-Some properties of WebDavSessionListItem are strongly-typed now (DateTime and numeric values).
5-
- WebDavSesion now exposes some protected members, so that the class can be overridden for special purposes (e.g. when new types should be added to the WebDAV object model in a project).
5+
- WebDavSession now exposes some protected members, so that the class can be overridden for special purposes (e.g. when new types should be added to the WebDAV object model in a project).
66

77
v0.8.2.0
88
- The classes AbsoluteUri, CodedUrl and NoTagList do not provide public constructors anymore so that the specification cannot be bypassed. Use the TryPase methods to create an instance of these classes.

0 commit comments

Comments
 (0)