From 59af6cd66e6979ddc4ce4c4caa049068cbf8965b Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Tue, 15 Sep 2020 08:32:10 +0800 Subject: [PATCH] update version to 1.0.0.20091501 Former-commit-id: e6398ee24b1b407c981e7ae37c70cadb8da9f932 Former-commit-id: 9a35e0d24dd8aed33089ce4752c63a53efd05f77 --- projects/Version.cs | 2 +- projects/WebMVC/wwwroot/js/config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/Version.cs b/projects/Version.cs index 1ee342ad..a4b0bce1 100644 --- a/projects/Version.cs +++ b/projects/Version.cs @@ -1,4 +1,4 @@ using System.Reflection; [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyInformationalVersion("1.0.0.20090101")] \ No newline at end of file +[assembly: AssemblyInformationalVersion("1.0.0.20091501")] \ No newline at end of file diff --git a/projects/WebMVC/wwwroot/js/config.js b/projects/WebMVC/wwwroot/js/config.js index f4ad82e2..a4bab3bd 100644 --- a/projects/WebMVC/wwwroot/js/config.js +++ b/projects/WebMVC/wwwroot/js/config.js @@ -1,5 +1,5 @@ var config = { - version: '1.0.0.20083102', + version: '1.0.0.20091501', debug: window.location.search.indexOf('debug') > -1, baseUrl: window.location.protocol + '//' + window.location.host, uploadUrl: window.location.protocol + '//' + window.location.host + '/IoTCenter/File/Upload',