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>2020-09-13 05:35:00 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2020-09-13 05:35:00 +0300
commit9a3d58f4f0c56c60b333629a9be945f54ce7a72b (patch)
tree1515ca85796a33ca20afcc85dd245d174e52b774
parente1876642c4b5c4684e332db2f2c96aca02173f41 (diff)
v0.8.2.0v0.8.2.0
-rw-r--r--CHANGELOG.md4
-rw-r--r--UVtools.Core/UVtools.Core.csproj4
-rw-r--r--UVtools.GUI/Properties/AssemblyInfo.cs4
3 files changed, 6 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ba89e5f..90cf42b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## /09/2020 - v0.8.1.1
+## 13/09/2020 - v0.8.2.0
* (Add) Layer status bar: Button with ROI - Click to zoom in region | Click + shift to clear roi
* (Add) Setting: Allow the layer overlay tooltips for select issues, ROI, and edit pixel mode to be hidden (#51)
@@ -16,7 +16,7 @@
* (Fix) File - Save when cancelled no longer keep a invalid file, old restored (#54)
* (Fix) File - Save As when cancelled no longer keep a invalid file, that will be deleted (#54, #55)
* (Fix) When a operation is cancelled affected layers will revert to the original form (#57)
-* (Fix) Misc. text cleanup (#52, #53)
+* (Fix) Misc. text cleanup (#52, #53, #58)
## 12/09/2020 - v0.8.1.0
diff --git a/UVtools.Core/UVtools.Core.csproj b/UVtools.Core/UVtools.Core.csproj
index d970167..912c85e 100644
--- a/UVtools.Core/UVtools.Core.csproj
+++ b/UVtools.Core/UVtools.Core.csproj
@@ -14,8 +14,8 @@
<Copyright>Copyright © 2020 PTRTECH</Copyright>
<PackageIcon>UVtools.png</PackageIcon>
<Platforms>AnyCPU;x64</Platforms>
- <AssemblyVersion>0.8.1.1</AssemblyVersion>
- <FileVersion>0.8.1.1</FileVersion>
+ <AssemblyVersion>0.8.2.0</AssemblyVersion>
+ <FileVersion>0.8.2.0</FileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
diff --git a/UVtools.GUI/Properties/AssemblyInfo.cs b/UVtools.GUI/Properties/AssemblyInfo.cs
index 9a0397f..453752e 100644
--- a/UVtools.GUI/Properties/AssemblyInfo.cs
+++ b/UVtools.GUI/Properties/AssemblyInfo.cs
@@ -35,5 +35,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("0.8.1.1")]
-[assembly: AssemblyFileVersion("0.8.1.1")]
+[assembly: AssemblyVersion("0.8.2.0")]
+[assembly: AssemblyFileVersion("0.8.2.0")]