Skip to content

Commit

Permalink
Merge branch 'develop2' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
yar229 committed Aug 20, 2021
2 parents 4d15164 + 5f4ce96 commit f11b299
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ private HttpWebRequest CreateRequest(HttpCommonSettings settings, IAuth authent,
if (string.IsNullOrEmpty(baseura))
throw new ArgumentException("url does not starts with base url");

//url = $"{downServerUrl}{WebDavPath.EscapeDataString(uriistr.Remove(0, baseura.Length))}";
url = $"{downServerUrl}{uriistr.Remove(0, baseura.Length)}";
url = $"{downServerUrl}{WebDavPath.EscapeDataString(uriistr.Remove(0, baseura.Length))}";
}
else
{
Expand Down
4 changes: 2 additions & 2 deletions MailRuCloud/MailRuCloudApi/YaR.Clouds.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<TargetFrameworks>$(CommonTargetFrameworks)</TargetFrameworks>
<RootNamespace>YaR.Clouds</RootNamespace>
<AssemblyName>YaR.Clouds</AssemblyName>
<AssemblyVersion>1.13.4.1</AssemblyVersion>
<FileVersion>1.13.4.1</FileVersion>
<AssemblyVersion>1.13.4.2</AssemblyVersion>
<FileVersion>1.13.4.2</FileVersion>
<Version>$(AssemblyVersion)</Version>
<LangVersion>preview</LangVersion>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions WDMRC.Console/WDMRC.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<Copyright>[email protected]</Copyright>
<Description>WebDAV emulator for Cloud.mail.ru</Description>
<PackageId>WebDAVCloudMailRu</PackageId>
<AssemblyVersion>1.13.4.1</AssemblyVersion>
<FileVersion>1.13.4.1</FileVersion>
<AssemblyVersion>1.13.4.2</AssemblyVersion>
<FileVersion>1.13.4.2</FileVersion>
<Version>$(AssemblyVersion)</Version>
<AssemblyName>wdmrc</AssemblyName>
<RootNamespace>YaR.Clouds.Console</RootNamespace>
Expand Down

0 comments on commit f11b299

Please sign in to comment.