From 79081639b015f3ee18cdac7dcc2e94b906b12a0a Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Mon, 5 Jun 2023 08:20:46 +0200 Subject: [PATCH] Fix migration + viemodel data --- Resources/ChangeLog.html | 2 +- Resources/VersNum.txt | 2 +- Resources/manifest.xml | 2 +- .../DbModels/OrderStatusViewModel.cs | 11 + ...13_AddDeliveryDiscountToOrders.Designer.cs | 998 ++++++++++++++++++ ...30605061113_AddDeliveryDiscountToOrders.cs | 38 + .../WDCData/WDCDataContextModelSnapshot.cs | 6 + .../Components/DoorMan/DoorList.razor.cs | 9 - .../Components/Order/OrderList.razor | 9 +- WebDoorCreator.UI/WebDoorCreator.UI.csproj | 2 +- 10 files changed, 1063 insertions(+), 16 deletions(-) create mode 100644 WebDoorCreator.Data/Migrations/WDCData/20230605061113_AddDeliveryDiscountToOrders.Designer.cs create mode 100644 WebDoorCreator.Data/Migrations/WDCData/20230605061113_AddDeliveryDiscountToOrders.cs diff --git a/Resources/ChangeLog.html b/Resources/ChangeLog.html index 18ce7f0..91ddf9c 100644 --- a/Resources/ChangeLog.html +++ b/Resources/ChangeLog.html @@ -1,6 +1,6 @@ WebDoorCreator - Egalware -

Version: 0.9.2306.0119

+

Version: 0.9.2306.0508


Release note: