Skip to content

Commit

Permalink
Prepare for v1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
giosali committed Oct 30, 2022
1 parent dc67571 commit 2605947
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [v1.0.1] - 2022-10-30

### Fixed

* Blurry application icons due to the Windows 11 October update.
* Fixed application crashing due to %APPDATA% directory not being created before being used.

## [v1.0.0] - 2022-10-13

### Added
Expand Down
8 changes: 4 additions & 4 deletions Reginald.Installer/Reginald.Installer.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"DisplayName" = "8:Release"
"IsDebugOnly" = "11:FALSE"
"IsReleaseOnly" = "11:TRUE"
"OutputFilename" = "8:Release\\Reginald-1.0.0.msi"
"OutputFilename" = "8:Release\\Reginald-1.0.1.msi"
"PackageFilesAs" = "3:2"
"PackageFileSize" = "3:-2147483648"
"CabType" = "3:1"
Expand Down Expand Up @@ -203,15 +203,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Reginald"
"ProductCode" = "8:{F12F8E60-E965-4429-AFB5-AFC2D73B7F6E}"
"PackageCode" = "8:{281C15A9-100E-4053-90C4-E1CF27ED514B}"
"ProductCode" = "8:{E1C3C163-53B9-48E2-B7EF-B0496F7BCF15}"
"PackageCode" = "8:{F5684954-5C03-4D62-98E1-DAF29FB64ADA}"
"UpgradeCode" = "8:{16C43A52-0921-4B50-80CC-FC93372355D7}"
"AspNetVersion" = "8:"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:1.0.0"
"ProductVersion" = "8:1.0.1"
"Manufacturer" = "8:Reginald"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down
6 changes: 3 additions & 3 deletions Reginald/Reginald.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<TargetFramework>net6.0-windows10.0.18362.0</TargetFramework>
<UseWPF>true</UseWPF>
<ApplicationIcon>Reginald.ico</ApplicationIcon>
<Version>1.0.0</Version>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<Version>1.0.1</Version>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
<FileVersion>1.0.1.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 2605947

Please sign in to comment.