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

Commit

Permalink
Updated documentation for v0.6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DecaTec committed Feb 20, 2017
1 parent 65b77f1 commit 200e5d5
Show file tree
Hide file tree
Showing 7 changed files with 115 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,15 @@
<HelpKeyword index="K" term="version, 0.5.4.0" />
</HelpKeywords>
</Topic>
<Topic id="a0dfca82-20c5-4772-9c84-fd483fcdd163" visible="True" isSelected="true" title="Version 0.6.1.0">
<Topic id="a0dfca82-20c5-4772-9c84-fd483fcdd163" visible="True" title="Version 0.6.1.0">
<HelpKeywords>
<HelpKeyword index="K" term="version, 0.6.1.0" />
</HelpKeywords>
</Topic>
<Topic id="f4d18840-0772-446b-8268-a53efb554502" visible="True" isSelected="true" title="Version 0.6.2.0">
<HelpKeywords>
<HelpKeyword index="K" term="version, 0.6.2.0" />
</HelpKeywords>
</Topic>
</Topic>
</Topics>
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,15 @@
<None Include="..\..\..\Uwp\Documentation\DecaTec.WebDav.Uwp.Documentation\Content\VersionHistory\v0.6.1.0.aml">
<Link>Content\VersionHistory\v0.6.1.0.aml</Link>
</None>
<None Include="..\..\..\Uwp\Documentation\DecaTec.WebDav.Uwp.Documentation\Content\VersionHistory\v0.6.2.0.aml">
<Link>Content\VersionHistory\v0.6.2.0.aml</Link>
</None>
<None Include="..\..\..\Uwp\Documentation\DecaTec.WebDav.Uwp.Documentation\Content\VersionHistory\VersionHistory.aml">
<Link>Content\VersionHistory\VersionHistory.aml</Link>
</None>
<None Include="Content\HowTo.aml" />
<None Include="Content\Welcome.aml" />
<None Include="v0.6.2.0.aml" />
</ItemGroup>
<ItemGroup>
<ContentLayout Include="ContentLayout.content" />
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="utf-8"?>
<topic id="f4d18840-0772-446b-8268-a53efb554502" revisionNumber="1">
<developerConceptualDocument
xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5"
xmlns:xlink="http://www.w3.org/1999/xlink">
<introduction></introduction>

<section>
<title>Changes in release v0.6.2.0</title>
<content>

<list class="bullet">
<listItem>
<para>
Added missing property 'SupportedLock' as defined in <externalLink><linkText>RFC 4918</linkText><linkUri>https://tools.ietf.org/html/rfc4918#section-6.7</linkUri></externalLink>.
</para>
</listItem>

<listItem>
<para>
The class LockToken now exposes the internal LockToken value for serialization purposes.
</para>
</listItem>

<listItem>
<para>
NetFx: The response headers are now transparently added to the WebDavResponseMessage (i.e. without validation).
</para>
</listItem>

<listItem>
<para>
Bugfix: Fix incorrect checks on the existence of the LockToken header in responses.
</para>
</listItem>

</list>

</content>
</section>

<relatedTopics>
<link xlink:href="a108005d-dd4f-4258-af05-4d0d8106efd0" />
</relatedTopics>
</developerConceptualDocument>
</topic>
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@
</para>
</listItem>

<listItem>
<para>
<link xlink:href="f4d18840-0772-446b-8268-a53efb554502" />
</para>
</listItem>

</list>

</content>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="utf-8"?>
<topic id="f4d18840-0772-446b-8268-a53efb554502" revisionNumber="1">
<developerConceptualDocument
xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5"
xmlns:xlink="http://www.w3.org/1999/xlink">
<introduction></introduction>

<section>
<title>Changes in release v0.6.2.0</title>
<content>

<list class="bullet">
<listItem>
<para>
Added missing property 'SupportedLock' as defined in <externalLink><linkText>RFC 4918</linkText><linkUri>https://tools.ietf.org/html/rfc4918#section-6.7</linkUri></externalLink>.
</para>
</listItem>

<listItem>
<para>
The class LockToken now exposes the internal LockToken value for serialization purposes.
</para>
</listItem>

<listItem>
<para>
NetFx: The response headers are now transparently added to the WebDavResponseMessage (i.e. without validation).
</para>
</listItem>

<listItem>
<para>
Bugfix: Fix incorrect checks on the existence of the LockToken header in responses.
</para>
</listItem>

</list>

</content>
</section>

<relatedTopics>
<link xlink:href="a108005d-dd4f-4258-af05-4d0d8106efd0" />
</relatedTopics>
</developerConceptualDocument>
</topic>
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,15 @@
<HelpKeyword index="K" term="version, 0.6.0.0" />
</HelpKeywords>
</Topic>
<Topic id="a0dfca82-20c5-4772-9c84-fd483fcdd163" visible="True" isSelected="true" title="Version 0.6.1.0">
<Topic id="a0dfca82-20c5-4772-9c84-fd483fcdd163" visible="True" title="Version 0.6.1.0">
<HelpKeywords>
<HelpKeyword index="K" term="version, 0.6.1.0" />
</HelpKeywords>
</Topic>
<Topic id="f4d18840-0772-446b-8268-a53efb554502" visible="True" isSelected="true" title="Version 0.6.2.0">
<HelpKeywords>
<HelpKeyword index="K" term="version, 0.6.2.0" />
</HelpKeywords>
</Topic>
</Topic>
</Topics>
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
<None Include="Content\VersionHistory\v0.5.3.0.aml" />
<None Include="Content\VersionHistory\v0.6.0.0.aml" />
<None Include="Content\VersionHistory\v0.6.1.0.aml" />
<None Include="Content\VersionHistory\v0.6.2.0.aml" />
<None Include="Content\VersionHistory\VersionHistory.aml" />
<None Include="Content\Welcome.aml" />
</ItemGroup>
Expand Down

0 comments on commit 200e5d5

Please sign in to comment.