From 6f308cfc222ebabd824faca3296d87cfb441fe8c Mon Sep 17 00:00:00 2001 From: Denis Sowa Date: Mon, 19 Jun 2023 20:38:39 +0200 Subject: [PATCH] add file logging --- Program.cs | 1 + TeamsIntegration.csproj | 7 ++++--- build.sh | 3 ++- entry.tp | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Program.cs b/Program.cs index 87dda77..9849850 100644 --- a/Program.cs +++ b/Program.cs @@ -21,6 +21,7 @@ { configure.AddSimpleConsole(options => options.TimestampFormat = "[yyyy.MM.dd HH:mm:ss] "); configure.AddConfiguration(configurationRoot.GetSection("Logging")); + configure.AddFile(configurationRoot.GetSection("Logging")); }); // Registering the Plugin to the IoC container: diff --git a/TeamsIntegration.csproj b/TeamsIntegration.csproj index 34c50ee..fceae25 100644 --- a/TeamsIntegration.csproj +++ b/TeamsIntegration.csproj @@ -11,10 +11,10 @@ 2023 by Denis Sowa Denis Sowa TouchPortal MS Teams Integration - 1.0.0.0 - 1.0.0.0 + 1.0.1.1 + 1.0.1.1 TouchPortalTeamsIntegrationPlugin - 1.0.0.0 + 1.0.1.1 TouchPortal Teams integration plugin https://github.com/L-C-P @@ -22,6 +22,7 @@ + diff --git a/build.sh b/build.sh index 88c466a..2e00da4 100755 --- a/build.sh +++ b/build.sh @@ -21,4 +21,5 @@ cp "Release/net7.0/osx-x64/publish/entry.tp" "TouchPortalTeamsIntegrationPlugin/ zip -q -r "../Touch_Portal_Teams_Integration_Plugin.tpp" "TouchPortalTeamsIntegrationPlugin" -x "*.DS_Store" rm -R "TouchPortalTeamsIntegrationPlugin" -cd ".." \ No newline at end of file +cd ".." +open . \ No newline at end of file diff --git a/entry.tp b/entry.tp index 027f228..dd645c0 100644 --- a/entry.tp +++ b/entry.tp @@ -1,6 +1,6 @@ { "sdk": 7, - "version": 10000, + "version": 10001, "name": "Teams Integration", "id": "info.sowa.teams", "configuration": {