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>2021-06-06 03:26:59 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-06-06 03:26:59 +0300
commit98b7c01df8447fae2fa738c74af52de4e6af6f47 (patch)
tree5f64c900f9f46123d5f4e28b42021face18deb95 /UVtools.WPF/UVtools.WPF.csproj
parent0321ec746db70950aa2e253f0a58a7d73e40aeac (diff)
v2.13.2v2.13.2
- (Upgrade) AvaloniaUI from 0.10.5 to 0.10.6 - (Add) Pixel editor - Text: Allow multi-line text and line alignment modes
Diffstat (limited to 'UVtools.WPF/UVtools.WPF.csproj')
-rw-r--r--UVtools.WPF/UVtools.WPF.csproj10
1 files changed, 5 insertions, 5 deletions
diff --git a/UVtools.WPF/UVtools.WPF.csproj b/UVtools.WPF/UVtools.WPF.csproj
index eeab339..85c39b9 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>2.13.1</Version>
+ <Version>2.13.2</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -24,11 +24,11 @@
<NoWarn>1701;1702;</NoWarn>
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="Avalonia" Version="0.10.5" />
+ <PackageReference Include="Avalonia" Version="0.10.6" />
<PackageReference Include="Avalonia.Angle.Windows.Natives" Version="2.1.0.2020091801" />
- <PackageReference Include="Avalonia.Controls.DataGrid" Version="0.10.5" />
- <PackageReference Include="Avalonia.Desktop" Version="0.10.5" />
- <PackageReference Include="Avalonia.Diagnostics" Version="0.10.5" />
+ <PackageReference Include="Avalonia.Controls.DataGrid" Version="0.10.6" />
+ <PackageReference Include="Avalonia.Desktop" Version="0.10.6" />
+ <PackageReference Include="Avalonia.Diagnostics" Version="0.10.6" />
<PackageReference Include="Emgu.CV.runtime.windows" Version="4.5.1.4349" />
<PackageReference Include="MessageBox.Avalonia" Version="1.3.1" />
<PackageReference Include="ThemeEditor.Controls.ColorPicker" Version="0.10.4" />