diff --git a/Vrh.Web.Reporting/Properties/AssemblyInfo.cs b/Vrh.Web.Reporting/Properties/AssemblyInfo.cs index 2defc83..85d8cb3 100644 --- a/Vrh.Web.Reporting/Properties/AssemblyInfo.cs +++ b/Vrh.Web.Reporting/Properties/AssemblyInfo.cs @@ -36,6 +36,6 @@ using System.Runtime.InteropServices; // 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.1.0.0")] -[assembly: AssemblyFileVersion("1.1.0.0")] -[assembly: AssemblyInformationalVersion("1.1.0")] +[assembly: AssemblyVersion("1.1.1.0")] +[assembly: AssemblyFileVersion("1.1.1.0")] +[assembly: AssemblyInformationalVersion("1.1.1")] diff --git a/Vrh.Web.Reporting/WebServerHostedServiceStarter.cs b/Vrh.Web.Reporting/WebServerHostedServiceStarter.cs index 556e8d3..6dc4948 100644 --- a/Vrh.Web.Reporting/WebServerHostedServiceStarter.cs +++ b/Vrh.Web.Reporting/WebServerHostedServiceStarter.cs @@ -279,7 +279,6 @@ namespace Vrh.Web.WebServerHostedServiceStarterNS const string CONFIGFILEDIRECTORY = @"inetsrv\config"; const string CONFIGFILENAME = @"applicationHost.config"; //const string FILEPATH = @"C:\temp\applicationHost.config"; - Thread.Sleep(20000); bool writele = le == null; if (le == null) { le = new DCLogEntry(LogLevel.Information, $"{typeof(WebServerHostedServiceStarter).FullName}.{System.Reflection.MethodBase.GetCurrentMethod().Name}"); }; try -- libgit2 0.21.2