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