- (Add) Layer action - Export layers to HTML: Export file information and layers to an html file
- (Change) CXDLP: Validate header and footer value must start with "CXSW3D" instead of force equal to "CXSW3DV2" (#501)
- (Upgrade) .NET from 6.0.5 to 6.0.6
This commit is contained in:
Tiago Conceição
2022-07-07 02:56:11 +01:00
parent 9711bb7474
commit 6bd3bb7bca
18 changed files with 22048 additions and 7072 deletions
+5
View File
@@ -9,6 +9,11 @@
#
# https://gist.github.com/lantrix/738ebfa616d5222a8b1db947793bc3fc
#
if($PSVersionTable.PSVersion.Major -lt 7){
Write-Error("Powershell version $($PSVersionTable.PSVersion) is not compatible with this build script.`n
You need at least the version 7.")
return;
}
####################################
### Fix Zip slash ###