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:
Diffstat (limited to 'UVtools.WPF/UVtools.WPF.csproj')
-rw-r--r--UVtools.WPF/UVtools.WPF.csproj5
1 files changed, 4 insertions, 1 deletions
diff --git a/UVtools.WPF/UVtools.WPF.csproj b/UVtools.WPF/UVtools.WPF.csproj
index e2630d6..4c56924 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.3.0</Version>
+ <Version>2.3.1</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -85,6 +85,9 @@
<Compile Update="Controls\Calibrators\CalibrateExternalTestsControl.axaml.cs">
<DependentUpon>CalibrateExternalTestsControl.axaml</DependentUpon>
</Compile>
+ <Compile Update="Controls\Calibrators\CalibrateStressTowerControl.axaml.cs">
+ <DependentUpon>CalibrateStressTowerControl.axaml</DependentUpon>
+ </Compile>
<Compile Update="Controls\Tools\ToolLayerRemoveControl.axaml.cs">
<DependentUpon>ToolLayerRemoveControl.axaml</DependentUpon>
</Compile>