mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-08 17:42:31 +02:00
v1.1.1
* (Fix) PHZ, PWS, LGS, SL1 and ZCodex per layer settings and implement missing properties on decode * (Fix) LGS and PHZ Zip wasn't setting the position z per layer * (Fix) Add missing ctb v3 per layer settings on edit parameters window * (Fix) PWS per layer settings internal LiftSpeed was calculating in mm/min, changed to mm/sec
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<!-- If MSIProductVersion still not known, try to get it from TFBuild Environments (V.Next Builds)-->
|
||||
<MSIProductVersion Condition=" '$(MSIProductVersion)' == '' ">$([System.Text.RegularExpressions.Regex]::Match($(BUILD_BUILDNUMBER), "\d+.\d+.\d+.\d+"))</MSIProductVersion>
|
||||
<!-- If MSIProductVersion still not known, default to lowerbound 0.0.1 for developer builds.-->
|
||||
<MSIProductVersion Condition=" '$(MSIProductVersion)' == '' ">1.1.0</MSIProductVersion>
|
||||
<MSIProductVersion Condition=" '$(MSIProductVersion)' == '' ">1.1.1</MSIProductVersion>
|
||||
<!-- The following allows one cert to be referenced from the certificate store for self-signing in localbuilds and another cert to be passed in during official builds. -->
|
||||
<AppxCertificateThumbprint Condition=" '$(AppxCertificateThumbprint)' == '' ">
|
||||
</AppxCertificateThumbprint>
|
||||
|
||||
Reference in New Issue
Block a user