Commit 8ca2173e7aef2e8ac17df22978eae2e4bc51e69d

Authored by Schwirg László
1 parent 0221e022

Vrh.Web.Reporting v1.1.1.0

Vrh.Web.Reporting/Properties/AssemblyInfo.cs
... ... @@ -36,6 +36,6 @@ using System.Runtime.InteropServices;
36 36 // You can specify all the values or you can default the Build and Revision Numbers
37 37 // by using the '*' as shown below:
38 38 // [assembly: AssemblyVersion("1.0.*")]
39   -[assembly: AssemblyVersion("1.1.0.0")]
40   -[assembly: AssemblyFileVersion("1.1.0.0")]
41   -[assembly: AssemblyInformationalVersion("1.1.0")]
  39 +[assembly: AssemblyVersion("1.1.1.0")]
  40 +[assembly: AssemblyFileVersion("1.1.1.0")]
  41 +[assembly: AssemblyInformationalVersion("1.1.1")]
... ...
Vrh.Web.Reporting/WebServerHostedServiceStarter.cs
... ... @@ -279,7 +279,6 @@ namespace Vrh.Web.WebServerHostedServiceStarterNS
279 279 const string CONFIGFILEDIRECTORY = @"inetsrv\config";
280 280 const string CONFIGFILENAME = @"applicationHost.config";
281 281 //const string FILEPATH = @"C:\temp\applicationHost.config";
282   - Thread.Sleep(20000);
283 282 bool writele = le == null;
284 283 if (le == null) { le = new DCLogEntry(LogLevel.Information, $"{typeof(WebServerHostedServiceStarter).FullName}.{System.Reflection.MethodBase.GetCurrentMethod().Name}"); };
285 284 try
... ...