Skip to content

Commit

Permalink
Version bump to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jariq committed Feb 24, 2024
1 parent cc127af commit 52c098d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# KUK360 CHANGELOG

## KUK360 2.1.0 (2024-02-24)

- Added ability to automatically rotate in 360° projection
- #7 - Added ability to display grid in flat projection
- #6 - Added "Check for updates" feature
- #3 - Possibly fixed huge icons in the main menu

## KUK360 2.0.0 (2024-01-09)

- First open source release
2 changes: 1 addition & 1 deletion build/KUK360.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ SOFTWARE.
<!-- Reinstall over broken installaton with: msiexec /fv KUK360.msi /l* KUK360-repair.log -->
<!-- Note: Product Id uniquely identifies each specific version or build of the product. -->
<!-- Note: Product UpgradeCode is constant across different versions of the same product. -->
<Product Id="B4E296D0-72B2-4C0F-9077-6A7B0D3629D1" Name="KUK360" Language="1033" Version="2.0.0.0" Manufacturer="Jaroslav Imrich" UpgradeCode="EDE8C2FD-D43A-4F9A-8BE6-39B675CE0A8B">
<Product Id="3BCDD5C8-06E2-4480-88E6-C96ADF0CA163" Name="KUK360" Language="1033" Version="2.1.0.0" Manufacturer="Jaroslav Imrich" UpgradeCode="EDE8C2FD-D43A-4F9A-8BE6-39B675CE0A8B">
<Package InstallerVersion="300" Compressed="yes" InstallScope="perMachine" />
<Media Id="1" Cabinet="KUK360.cab" EmbedCab="yes" CompressionLevel="high" />
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
Expand Down
4 changes: 2 additions & 2 deletions src/KUK360/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// 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("2.0.0")]
[assembly: AssemblyFileVersion("2.0.0")]
[assembly: AssemblyVersion("2.1.0")]
[assembly: AssemblyFileVersion("2.1.0")]

0 comments on commit 52c098d

Please sign in to comment.