From b6d825d96c056814a6bc595d721603b9a416894d Mon Sep 17 00:00:00 2001 From: DecaTec Date: Wed, 10 May 2017 20:40:12 +0200 Subject: [PATCH] Updated dependencies to System.Net.Http; v0.9.1.0 --- DecaTec.WebDav/DecaTec.WebDav.csproj | 8 ++--- .../Content/VersionHistory/VersionHistory.aml | 2 +- .../Content/VersionHistory/v0.9.1.0.aml | 29 +++++++++++++++++++ .../ContentLayout.content | 4 +-- .../DecaTec.WebDav.Documentation.shfbproj | 1 + changelog.md | 3 ++ 6 files changed, 40 insertions(+), 7 deletions(-) create mode 100644 Documentation/DecaTec.WebDav.Documentation/Content/VersionHistory/v0.9.1.0.aml diff --git a/DecaTec.WebDav/DecaTec.WebDav.csproj b/DecaTec.WebDav/DecaTec.WebDav.csproj index fa27935..6916306 100644 --- a/DecaTec.WebDav/DecaTec.WebDav.csproj +++ b/DecaTec.WebDav/DecaTec.WebDav.csproj @@ -3,7 +3,7 @@ netstandard1.1 PortableWebDavLibrary - 1.0.0.0-beta1 + 0.9.1.0 DecaTec DecaTec PortableWebDavLibrary @@ -16,8 +16,8 @@ WebDAV, portable, NETStandard, NETCore, UWP, dotnet, portable-webdav-library, Xamarin, Mono, multiplatform True Full documentation with changelog is available at https://decatec.de/ext/PortableWebDAVLibrary/Doc - 1.0.0.0 - 1.0.0.0 + 0.9.1.0 + 0.9.1.0 @@ -34,7 +34,7 @@ - + diff --git a/Documentation/DecaTec.WebDav.Documentation/Content/VersionHistory/VersionHistory.aml b/Documentation/DecaTec.WebDav.Documentation/Content/VersionHistory/VersionHistory.aml index 809222f..22facb3 100644 --- a/Documentation/DecaTec.WebDav.Documentation/Content/VersionHistory/VersionHistory.aml +++ b/Documentation/DecaTec.WebDav.Documentation/Content/VersionHistory/VersionHistory.aml @@ -124,7 +124,7 @@ - + diff --git a/Documentation/DecaTec.WebDav.Documentation/Content/VersionHistory/v0.9.1.0.aml b/Documentation/DecaTec.WebDav.Documentation/Content/VersionHistory/v0.9.1.0.aml new file mode 100644 index 0000000..01e51af --- /dev/null +++ b/Documentation/DecaTec.WebDav.Documentation/Content/VersionHistory/v0.9.1.0.aml @@ -0,0 +1,29 @@ + + + + + +
+ Changes in release 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 Privilegehttps://github.com/dotnet/announcements/issues/12). + + + + + + +
+ + + + +
+
diff --git a/Documentation/DecaTec.WebDav.Documentation/ContentLayout.content b/Documentation/DecaTec.WebDav.Documentation/ContentLayout.content index ed3b631..b5e6110 100644 --- a/Documentation/DecaTec.WebDav.Documentation/ContentLayout.content +++ b/Documentation/DecaTec.WebDav.Documentation/ContentLayout.content @@ -119,9 +119,9 @@ - + - + diff --git a/Documentation/DecaTec.WebDav.Documentation/DecaTec.WebDav.Documentation.shfbproj b/Documentation/DecaTec.WebDav.Documentation/DecaTec.WebDav.Documentation.shfbproj index b819400..6a4cc21 100644 --- a/Documentation/DecaTec.WebDav.Documentation/DecaTec.WebDav.Documentation.shfbproj +++ b/Documentation/DecaTec.WebDav.Documentation/DecaTec.WebDav.Documentation.shfbproj @@ -107,6 +107,7 @@ + diff --git a/changelog.md b/changelog.md index 51aaf99..5d26545 100644 --- a/changelog.md +++ b/changelog.md @@ -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.