Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2022-08-30 21:08:15 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2022-08-30 21:08:15 +0300
commit9b2cb427a5f87790f5e5dcbe33c3fce3d4f20396 (patch)
tree7e35ad6ab1974cb12291aeee0e46021d58717786 /UVtools.WPF
parent94aae77bb53d0225db8d0504f8b946f26cc25d74 (diff)
v3.6.3v3.6.3
- **File formats:** - **Anycubic file format:** - (Add) Compatibility with the next version 517 of the format - (Improvement) Discovered and implemented more unknown fields - (Improvement) Dispose layer RLE bytes after encoding - (Fix) When creating or converting to anycubic file, it don't set the extra table mark name - (Fix) Only attempt to activate the advanced mode (TSMC) when the BottomLiftHeight2 or LiftHeight2 gets changed - (Add) Methods: `OnBeforeEncode` and `OnAfterEncode` - (Improvement) `IsUsingTSMC` now also checks for BottomLiftHeight2 and BottomRetractHeight2 - (Fix) OSF: Can't decode some files - (Fix) Undo cause application to crash (#543)
Diffstat (limited to 'UVtools.WPF')
-rw-r--r--UVtools.WPF/UVtools.WPF.csproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/UVtools.WPF/UVtools.WPF.csproj b/UVtools.WPF/UVtools.WPF.csproj
index 4764524..e776d8e 100644
--- a/UVtools.WPF/UVtools.WPF.csproj
+++ b/UVtools.WPF/UVtools.WPF.csproj
@@ -12,7 +12,7 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/sn4k3/UVtools</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
- <Version>3.6.2</Version>
+ <Version>3.6.3</Version>
<Platforms>AnyCPU;x64</Platforms>
<PackageIcon>UVtools.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
@@ -44,9 +44,9 @@
<PackageReference Include="Avalonia.Desktop" Version="0.10.18" />
<PackageReference Include="Avalonia.Diagnostics" Version="0.10.18" />
<PackageReference Include="MessageBox.Avalonia" Version="2.1.0" />
- <PackageReference Include="Projektanker.Icons.Avalonia" Version="5.3.0" />
- <PackageReference Include="Projektanker.Icons.Avalonia.FontAwesome" Version="5.3.0" />
- <PackageReference Include="Projektanker.Icons.Avalonia.MaterialDesign" Version="5.3.0" />
+ <PackageReference Include="Projektanker.Icons.Avalonia" Version="5.4.0" />
+ <PackageReference Include="Projektanker.Icons.Avalonia.FontAwesome" Version="5.4.0" />
+ <PackageReference Include="Projektanker.Icons.Avalonia.MaterialDesign" Version="5.4.0" />
<PackageReference Include="ThemeEditor.Controls.ColorPicker" Version="0.10.17" />
</ItemGroup>
<ItemGroup>