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

Commit

Permalink
Updated dependencies to System.Net.Http; v0.9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DecaTec committed May 10, 2017
1 parent 66d22b6 commit b6d825d
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 7 deletions.
8 changes: 4 additions & 4 deletions DecaTec.WebDav/DecaTec.WebDav.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard1.1</TargetFramework>
<PackageId>PortableWebDavLibrary</PackageId>
<Version>1.0.0.0-beta1</Version>
<Version>0.9.1.0</Version>
<Authors>DecaTec</Authors>
<Company>DecaTec</Company>
<Product>PortableWebDavLibrary</Product>
Expand All @@ -16,8 +16,8 @@
<PackageTags>WebDAV, portable, NETStandard, NETCore, UWP, dotnet, portable-webdav-library, Xamarin, Mono, multiplatform</PackageTags>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageReleaseNotes>Full documentation with changelog is available at https://decatec.de/ext/PortableWebDAVLibrary/Doc</PackageReleaseNotes>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<AssemblyVersion>0.9.1.0</AssemblyVersion>
<FileVersion>0.9.1.0</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand All @@ -34,7 +34,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Net.Http" Version="4.3.1" />
<PackageReference Include="System.Net.Http" Version="4.3.2" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
<PackageReference Include="System.Xml.XmlSerializer" Version="4.3.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@

<listItem>
<para>
<link xlink:href="5af7368a-05e7-4d24-9084-81844e441aa3" />
<link xlink:href="f8c9e154-ff20-4cb4-826a-4264bdc19a5c" />
</para>
</listItem>

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<topic id="f8c9e154-ff20-4cb4-826a-4264bdc19a5c" 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.9.1.0</title>
<content>

<list class="bullet">

<listItem>
<para>
Security: Updated dependencies to System.Net.Http (see <externalLink><linkText>Microsoft Security Advisory 4021279: Vulnerabilities in .NET Core, ASP.NET Core Could Allow Elevation of Privilege</linkText><linkUri>https://github.com/dotnet/announcements/issues/12</linkUri></externalLink>).
</para>
</listItem>

</list>

</content>
</section>

<relatedTopics>
<link xlink:href="55c4b378-829f-44e2-af56-20a587c2d24b" />
</relatedTopics>
</developerConceptualDocument>
</topic>
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@
<HelpKeyword index="K" term="verion, 0.9.0.0" />
</HelpKeywords>
</Topic>
<Topic id="5af7368a-05e7-4d24-9084-81844e441aa3" visible="True" isSelected="true" title="Version 1.0.0.0">
<Topic id="f8c9e154-ff20-4cb4-826a-4264bdc19a5c" visible="True" isSelected="true" title="Version 0.9.1.0">
<HelpKeywords>
<HelpKeyword index="K" term="version, 1.0.0.0" />
<HelpKeyword index="K" term="version, 0.9.1.0" />
</HelpKeywords>
</Topic>
</Topic>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
<None Include="Content\VersionHistory\v0.8.1.0.aml" />
<None Include="Content\VersionHistory\v0.8.2.0.aml" />
<None Include="Content\VersionHistory\v0.9.0.0.aml" />
<None Include="Content\VersionHistory\v0.9.1.0.aml" />
<None Include="Content\VersionHistory\v1.0.0.0.aml" />
<None Include="Content\VersionHistory\VersionHistory.aml" />
<None Include="Content\Welcome.aml" />
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v0.9.1.0
- Security: Updated dependencies to System.Net.Http (see Microsoft Security Advisory 4021279: Vulnerabilities in .NET Core, ASP.NET Core Could Allow Elevation of Privilege: https://github.com/dotnet/announcements/issues/12).

v0.9.0.0
- The library now implements RFC 4918, RFC 4331, Additional WebDAV Collection Properties and a some WebDAV properties specific to IIS WebDAV.
- 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.
Expand Down

0 comments on commit b6d825d

Please sign in to comment.