From 6c87142caccdde6d6c523e2f4a5d7f0d170f5338 Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Fri, 27 Oct 2023 08:46:29 +0200 Subject: [PATCH 01/44] added deployment info and fixed production publishing profile --- misc/Deployment.md | 8 +++++++ .../PublishProfiles/ClickOnceProfile.pubxml | 21 ++++++++++++------- 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/misc/Deployment.md b/misc/Deployment.md index 21ee272..8ac28a0 100644 --- a/misc/Deployment.md +++ b/misc/Deployment.md @@ -6,6 +6,14 @@ ___ ## Client +Deployment of the productive client: +- create a branch release/pub_ from test release branch +- remove all text references to 'test' (changing target url in the process) +- rename application in settings +- change BG_COLOR in settings to #203864 +- user deployment publish xml + + ## Database ## Backend / Flask app diff --git a/src/BreCalClient/Properties/PublishProfiles/ClickOnceProfile.pubxml b/src/BreCalClient/Properties/PublishProfiles/ClickOnceProfile.pubxml index fab3079..ce50fd9 100644 --- a/src/BreCalClient/Properties/PublishProfiles/ClickOnceProfile.pubxml +++ b/src/BreCalClient/Properties/PublishProfiles/ClickOnceProfile.pubxml @@ -19,12 +19,12 @@ https://go.microsoft.com/fwlink/?LinkID=208121. True False Any CPU - bin\Release\net6.0-windows\app.publish\ + bin\Release\net6.0-windows\win-x64\app.publish\ bin\publish\ ClickOnce False - False - False + True + True (none) False net6.0-windows @@ -38,11 +38,18 @@ https://go.microsoft.com/fwlink/?LinkID=208121. Informatikbüro Daniel Schick Bremen calling client https://www.bsmd-emswe.eu/ + win-x64 + false - - true - .NET Desktop Runtime 6.0.16 (x64) - + + + + + + Include + true + File + \ No newline at end of file From d24cc67554e14d1ecd34c179d14e893c4e5fbb69 Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Sat, 28 Oct 2023 12:07:07 +0200 Subject: [PATCH 02/44] Allow saving of user data also if password change info has not been given --- src/BreCalClient/AboutDialog.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BreCalClient/AboutDialog.xaml b/src/BreCalClient/AboutDialog.xaml index da82547..68c72b7 100644 --- a/src/BreCalClient/AboutDialog.xaml +++ b/src/BreCalClient/AboutDialog.xaml @@ -54,7 +54,7 @@ -