Skip to content

Commit

Permalink
Prepare for v0.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
giosali committed Jan 23, 2022
1 parent 585a54b commit ea50bc0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Reginald.Installer/Reginald.Installer.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"DisplayName" = "8:Debug"
"IsDebugOnly" = "11:TRUE"
"IsReleaseOnly" = "11:FALSE"
"OutputFilename" = "8:Debug\\Reginald-0.9.1.msi"
"OutputFilename" = "8:Debug\\Reginald-0.10.0.msi"
"PackageFilesAs" = "3:2"
"PackageFileSize" = "3:-2147483648"
"CabType" = "3:1"
Expand Down Expand Up @@ -70,7 +70,7 @@
"DisplayName" = "8:Release"
"IsDebugOnly" = "11:FALSE"
"IsReleaseOnly" = "11:TRUE"
"OutputFilename" = "8:Release\\Reginald-0.9.1.msi"
"OutputFilename" = "8:Release\\Reginald-0.10.0.msi"
"PackageFilesAs" = "3:2"
"PackageFileSize" = "3:-2147483648"
"CabType" = "3:1"
Expand Down Expand Up @@ -208,15 +208,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Reginald"
"ProductCode" = "8:{2A719C53-FF1C-437A-B81D-ED1C0D7129EA}"
"PackageCode" = "8:{777BF7F1-F8FF-4E1A-82D8-A9059DA7BFA3}"
"ProductCode" = "8:{3DF2FCD3-0056-45EB-BC2C-D27279423F79}"
"PackageCode" = "8:{5456044D-7B61-4FD3-8DA4-E158D3091BCE}"
"UpgradeCode" = "8:{16C43A52-0921-4B50-80CC-FC93372355D7}"
"AspNetVersion" = "8:"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:0.9.1"
"ProductVersion" = "8:0.10.0"
"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>net5.0-windows10.0.18362.0</TargetFramework>
<UseWPF>true</UseWPF>
<ApplicationIcon>Reginald.ico</ApplicationIcon>
<Version>0.7.0</Version>
<AssemblyVersion>0.7.0.0</AssemblyVersion>
<FileVersion>0.7.0.0</FileVersion>
<Version>0.10.0</Version>
<AssemblyVersion>0.10.0.0</AssemblyVersion>
<FileVersion>0.10.0.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Reginald/Views/ShellView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</Window.InputBindings>

<hc:TransitioningContentControl>
<hc:NotifyIcon Text="Reginald v0.9.1"
<hc:NotifyIcon Text="Reginald v0.10.0"
Icon="pack://application:,,,/Reginald;component/Reginald.ico">
<hc:NotifyIcon.ContextMenu>
<ContextMenu>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h1 class="intro__title">Meet your new assistant</h1>
</p>
</div>
<a class="download-link button--windows"
href="https://github.com/giosali/reginald/releases/download/v0.9.1/Reginald-0.9.1.msi">
href="https://github.com/giosali/reginald/releases/download/v0.10.0/Reginald-0.10.0.msi">
<img class="download-link__icon" src="images/icons/windows.svg">
<p class="download-link__text">Download Reginald</p>
</a>
Expand Down

0 comments on commit ea50bc0

Please sign in to comment.