31 Commits

Author SHA1 Message Date
2b6ba0f410 ensure Content folder is empty when packaging 2025-05-19 15:32:27 -07:00
37de18c670 remove Oqtane.Server.staticwebassets.endpoints.json from release packages 2025-01-28 14:39:30 -05:00
ab5409d5b6 use CompressionEnabled switch to disable static asset compression during publish - eliminates need to cleanup files manually in release.cmd 2024-12-20 11:46:30 -05:00
7e99252429 remove *.br, *.gz files from wwwroot content folders in published release (as MapStaticAssets is not enabled) 2024-12-19 19:56:13 -05:00
a5480c9a96 do not include Oqtane.Server.staticwebassets.endpoints.json in release packages 2024-11-19 13:49:45 -05:00
574164081b exclude wwwroot/_content from official release build 2024-11-13 14:14:35 -05:00
73ea17ae0f changes to migrate Oqtane to .NET 9 and version 6.0.0 2024-10-21 14:51:20 -04:00
c5d8c44b81 add database provider projects to Oqtane.sln 2023-12-18 16:30:49 -05:00
9f28ee2982 .NET 8 initial migration 2023-10-18 15:22:53 -04:00
fa18467cdd fix #3069 - exclude templates from release packages 2023-08-03 15:26:23 -04:00
0c749a126c initial changes to upgrade to .NET 7 2023-05-15 12:01:29 -04:00
ac466429f8 improve release batch file 2023-01-11 10:24:50 -05:00
29bd31f609 upgrade to .NET 6 and increment version to 3.0.0 2021-10-19 15:33:03 -04:00
306b78b526 Added ability for Runtime and RenderMode to be set per Site - enabling the framework to support multiple hosting models concurrently in the same installation. Fixed WebAssembly Prerendering issue (this also resolved the issue where the component taghelper was not passing parameters correctly to the app when running on WebAssembly). Fix #1702 - remove web,config from upgrade package. 2021-10-05 14:32:05 -04:00
c1b482e0c0 check in latest database provider packages 2021-09-22 14:47:14 -04:00
58a86b67ee fix #1672 - releases need to be published with IL trimming disabled or else dynamic methods will be stripped. Unfortunately compression needs to be disabled as well as if it is not, a "None of the “sha256” hashes in the integrity attribute match the content of the subresource." error is thrown. This seems to be a bug - which I will pursue with Microsoft. 2021-09-22 10:24:13 -04:00
233da1508b Replacing dependency on System.Drawing with SixLabors.ImageSharp based on cross platform guidance from Microsoft 9b4520703c/accepted/2021/system-drawing-win-only/system-drawing-win-only.md 2021-09-02 11:58:31 -04:00
a79535d7d1 prepare for 2.2.0 release 2021-07-05 15:22:24 -04:00
52bcdb12c5 package management modifications 2021-06-24 18:02:01 -04:00
0deffff370 create all artifacts in Oqtane.Packages folder 2021-06-03 08:58:45 -04:00
57885f71a7 Revert "create all artifacts in Oqtane.Package folder"
This reverts commit a05a1d6321.
2021-06-03 08:52:51 -04:00
a05a1d6321 create all artifacts in Oqtane.Package folder 2021-06-03 08:52:25 -04:00
060f764da7 separated updater from main solution 2021-06-03 08:37:56 -04:00
3db12a225b use secure Packages location for upgrade process 2021-06-02 16:53:55 -04:00
d73e1d21c7 prepare for 2.1.0 release 2021-05-29 13:00:36 -04:00
b602113cd1 move version to 2.0.0 2020-11-05 09:19:56 -05:00
1750f28a9f modifications for System Update 2020-08-06 13:30:06 -04:00
94f0bdcce9 Improvements to System Update 2020-08-04 08:47:39 -04:00
bcc33af52b create 1.0.2 packages 2020-07-23 15:31:28 -04:00
795f591da2 Generate nugets in correct format 2020-05-26 09:28:37 +02:00
3339690e2a Improvements to ModuleCreator external template to use Package references and include framework in Nuspec file 2020-05-24 19:11:35 -04:00