Skip to content

Commit c713d91

Browse files
muenchrisChris MuenchMarkusHorstmannChris Muench
authored
Packager Update (#65)
* Fix for SubProperties in NMI * proper UX Management of Sub-Properties * Fix for super large collapsible groups * Fix for missing Template assignment; fix for SideBar in ClassicMode * no checkin of cdeWorker.js * LiveChart with PixelWidth * Bar with PixelHeight/Width; remove od debugger * fix for Chart Control * Fix for Pixel precision sizing of NMI Controls * Fix for Bar PixelWidth * code smell removed * fix for sonarcloud * Fix for Foreign Things in Screens * Fix for FacePlate inlines pointing at other Things * Missing Event Fire on Screen Model Update * Tuning of Faceplate tags * Fix for custom HomeScreen OnShow not firing; fix for FacePlate parsing * fix for faceplate parsing * SonarCloud Cleanup; Final FacePlate Fix * remove allowanonymour from nmi initialization * SonarCloud cleanup; Support for ReloadAfterLogout; Support for DefaultPortal of a plugin; Fix of Login Screen if host name has changed; * code smell fix * Small Fix for Dashboard Tiles * ForceLoad if DefaultPortal is set * new FitToScreen option for Forms; some more SonarCloud cleanup * code smell fix * Fit To Screen for vertical adjustments * Fix for FitToScreen; new ClassName Macro for Faceplates * FacePlate fix; Copyright to 2023 * Fix for SonarCloud duplication * Correct fetch of images from Mesh Sources; Sonarcloud fixes * sonar cloud fix * Initial work on NMI Editor * Updates to NMI Editor * Support the for the NMI Editor with RedPill * fix for sonar * No Sonar for webworker * still fighting sonarcloud * Still fighting * NMI Model preparation for NMI Editor allowing to remove sub-controls on the fly * Fix for Canvas Controls with Scaling of Screens * New Numeric Macro for html templates * SonarCloud bugfix * Fix for dragging not canceled by screenchange; fix for value crash on SmartGauge2; Fix for NMI Editor Creation * Preview of Gesture Support to delete a control from a "Group" screen Fix for Overlay on fullscreens * Color Scheme update for NMI Editor * Theme updates * Fix for Property Updates in NMI are only sent to TheThing owner. * Support for search in ComboBox * Support for TimeSpan NMI control * Improvement for control dragging * Fix for lazy control loading * C3 Smoothy update * Support for TileFactor and Pixelwidth on ctrlGauge * Minor fixe * Ignore AzureBat * AzureSign * Updates styles for Pins * ComboBox Cleanup * CertPicker Cleanup * AzureSign Removed * Code Signing: switch to Azure Vault * copy * Update workflow for azure vault * signme fix * Removed double definition * updated nuget * ready for NetStd 2.1 * Update to .NET Standard 2.1 * Min version to * Nuget Remove * buidl targets * Hide Sidebar on Screen Transition fix Correct loading of 6.* nugets * better drag rounding. Still not perfect * Force Screen override delete with shift key * Support for NMI Editor OnHide Event; Theme Improvements for NMI Editor in RightSideBar * New area for custom Pins * dep5 * Update dotnetcore.yml * Update dotnetcore.yml * Packager * solution * artifact licenses * Flow style Update * latest nuget * FitToScreen improvements * latest nugets * support for SVG tags * Support for SVG animations * SUpport for Attribute Defaults * nuget update * New Smoothie and Data update * Fix for top margin on phones TileSize on Mobile to default * Packager Update * updated CDE --------- Co-authored-by: Chris Muench <chris.muench@live.com> Co-authored-by: Markus Horstmann <markushorstmann@hotmail.com> Co-authored-by: Chris Muench <muenchris@c-labs.com> Co-authored-by: Chris Muench <chris@hyviva.com>
1 parent a61c033 commit c713d91

File tree

6 files changed

+16
-9
lines changed

6 files changed

+16
-9
lines changed
-239 KB
Binary file not shown.

BuildTools/cdePackager/cdePackager.deps.json

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"compilationOptions": {},
77
"targets": {
88
".NETCoreApp,Version=v8.0": {
9-
"cdePackager/6.104.0-beta.2+1": {
9+
"cdePackager/6.111.0-beta+14": {
1010
"dependencies": {
11-
"C-DEngine": "6.104.0-private-20240329-cor",
11+
"C-DEngine": "6.104.0",
1212
"GitVersion.MsBuild": "5.6.6",
1313
"cdePackagerTask": "1.0.0"
1414
},
@@ -132,28 +132,34 @@
132132
},
133133
"System.Security.Principal.Windows/5.0.0": {},
134134
"System.Threading.Tasks.Dataflow/8.0.0": {},
135-
"C-DEngine/6.104.0-private-20240329-cor": {
135+
"C-DEngine/6.104.0": {
136136
"dependencies": {
137137
"Microsoft.CSharp": "4.7.0"
138138
},
139139
"runtime": {
140-
"C-DEngine.dll": {}
140+
"C-DEngine.dll": {
141+
"assemblyVersion": "6.104.0",
142+
"fileVersion": "6.111.0.0"
143+
}
141144
}
142145
},
143146
"cdePackagerTask/1.0.0": {
144147
"dependencies": {
145-
"C-DEngine": "6.104.0-private-20240329-cor",
148+
"C-DEngine": "6.104.0",
146149
"Microsoft.Build": "17.9.5",
147150
"Microsoft.Build.Utilities.Core": "17.9.5"
148151
},
149152
"runtime": {
150-
"cdePackagerTask.dll": {}
153+
"cdePackagerTask.dll": {
154+
"assemblyVersion": "1.0.0",
155+
"fileVersion": "6.111.0.0"
156+
}
151157
}
152158
}
153159
}
154160
},
155161
"libraries": {
156-
"cdePackager/6.104.0-beta.2+1": {
162+
"cdePackager/6.111.0-beta+14": {
157163
"type": "project",
158164
"serviceable": false,
159165
"sha512": ""
@@ -256,7 +262,7 @@
256262
"path": "system.threading.tasks.dataflow/8.0.0",
257263
"hashPath": "system.threading.tasks.dataflow.8.0.0.nupkg.sha512"
258264
},
259-
"C-DEngine/6.104.0-private-20240329-cor": {
265+
"C-DEngine/6.104.0": {
260266
"type": "project",
261267
"serviceable": false,
262268
"sha512": ""
-512 Bytes
Binary file not shown.
-4 KB
Binary file not shown.

BuildTools/cdePackager/cdePackager.runtimeconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"version": "8.0.0"
77
},
88
"configProperties": {
9-
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
9+
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false,
10+
"CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false
1011
}
1112
}
1213
}
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)