From 79868178f15bbf40d046bf1e6ff3e711888eb211 Mon Sep 17 00:00:00 2001 From: YaR Date: Sun, 19 Mar 2017 23:07:55 +0300 Subject: [PATCH] fixed incorrect download file length --- MailRuNetCloudClient | 2 +- WDMRC.Console/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MailRuNetCloudClient b/MailRuNetCloudClient index 303eb7ad..9d21cf47 160000 --- a/MailRuNetCloudClient +++ b/MailRuNetCloudClient @@ -1 +1 @@ -Subproject commit 303eb7adf738c9e76a60dffed7aae9d3182b8a09 +Subproject commit 9d21cf4734643c09d7c1d41e115582beb059ab04 diff --git a/WDMRC.Console/Properties/AssemblyInfo.cs b/WDMRC.Console/Properties/AssemblyInfo.cs index d00d5287..1a7c7433 100644 --- a/WDMRC.Console/Properties/AssemblyInfo.cs +++ b/WDMRC.Console/Properties/AssemblyInfo.cs @@ -31,8 +31,8 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.5.61.0")] -[assembly: AssemblyFileVersion("1.5.61.0")] +[assembly: AssemblyVersion("1.5.62.0")] +[assembly: AssemblyFileVersion("1.5.62.0")] [assembly: log4net.Config.XmlConfigurator(Watch = true)] \ No newline at end of file