From 3a7acd3022b44b0499769982ad13d29282a3306e Mon Sep 17 00:00:00 2001 From: Ondrej Salplachta Date: Sat, 18 May 2024 08:47:12 +0200 Subject: [PATCH] Released 11.0.2 --- README.md | 4 ++-- Release/AdvancedLogViewer.xml | 2 +- Release/History.md | 6 ++++-- Release/History.xml | 3 ++- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 28e0882..6fc3de5 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ Free Log Viewer for easy & powerful log viewing. ## Download You can download the latest release **{version}**: -* MSI Installer: [x86](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/11.0.1/AdvancedLogViewer_11.0.1_win-x86.msi) or [x64](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/11.0.1/AdvancedLogViewer_11.0.1_win-x64.msi) -* Portable ZIP: [x86](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/11.0.1/AdvancedLogViewer_11.0.1_win-x86.zip) or [x64](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/11.0.1/AdvancedLogViewer_11.0.1_win-x64.zip) +* MSI Installer: [x86](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/11.0.2/AdvancedLogViewer_11.0.2_win-x86.msi) or [x64](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/11.0.2/AdvancedLogViewer_11.0.2_win-x64.msi) +* Portable ZIP: [x86](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/11.0.2/AdvancedLogViewer_11.0.2_win-x86.zip) or [x64](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/11.0.2/AdvancedLogViewer_11.0.2_win-x64.zip) **Note: Version 9.x is built in .NET 5 as [self-contained](https://docs.microsoft.com/en-us/dotnet/core/deploying/#publish-self-contained) application. Thus it doesn't need any .NET framework to be installed on the target machine. Because of that, the app is compiled for both x86 and x64 environments with appropriate embedded framework inside. This change increased installer size to ~20 MB but benefit of not requiring installed specific .NET framework won over the increased size of binaries.** There's also a [changelog](Release/History.md) with all previous versions. diff --git a/Release/AdvancedLogViewer.xml b/Release/AdvancedLogViewer.xml index bf431d5..bfe1e55 100644 --- a/Release/AdvancedLogViewer.xml +++ b/Release/AdvancedLogViewer.xml @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/Release/History.md b/Release/History.md index 4111fd2..3c9c1e5 100644 --- a/Release/History.md +++ b/Release/History.md @@ -1,7 +1,9 @@ -## 11.0.1 - 2024-02-15 -###### Download: MSI: [x86](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/11.0.1/AdvancedLogViewer_11.0.1_win-x86.msi) [x64](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/11.0.1/AdvancedLogViewer_11.0.1_win-x64.msi) or ZIP: [x86](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/11.0.1/AdvancedLogViewer_11.0.1_win-x86.zip) [x64](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/11.0.1/AdvancedLogViewer_11.0.1_win-x64.zip) +## 11.0.2 - 2024-05-18 +###### Download: MSI: [x86](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/11.0.2/AdvancedLogViewer_11.0.2_win-x86.msi) [x64](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/11.0.2/AdvancedLogViewer_11.0.2_win-x64.msi) or ZIP: [x86](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/11.0.2/AdvancedLogViewer_11.0.2_win-x86.zip) [x64](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/11.0.2/AdvancedLogViewer_11.0.2_win-x64.zip) #### Features * Application updated from .NET 7 to .NET 8. +#### Fixes +* Fixed issue with getting ProductVersion in .NET 8 - https://github.com/dotnet/sdk/issues/34568 ## 10.0.1 - 2022-12-22 ###### Download: MSI: [x86](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/10.0.1/AdvancedLogViewer_10.0.1_win-x86.msi) [x64](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/10.0.1/AdvancedLogViewer_10.0.1_win-x64.msi) or ZIP: [x86](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/10.0.1/AdvancedLogViewer_10.0.1_win-x86.zip) [x64](https://github.com/Scarfsail/AdvancedLogViewer/releases/download/10.0.1/AdvancedLogViewer_10.0.1_win-x64.zip) #### Features diff --git a/Release/History.xml b/Release/History.xml index c9eef40..5dad9a8 100644 --- a/Release/History.xml +++ b/Release/History.xml @@ -1,7 +1,8 @@  - + Application updated from .NET 7 to .NET 8. + Fixed issue with getting ProductVersion in .NET 8 - https://github.com/dotnet/sdk/issues/34568 Application updated from .NET 5 to .NET 7. Besides all the good what .NET 7 brings, there is an issue with trimming (reducing final size of the app) of winform applications. This caused increase in the both installer and installed app.