Skip to content

Commit 3a7acd3

Browse files
committed
Released 11.0.2
1 parent 862eedd commit 3a7acd3

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Free Log Viewer for easy & powerful log viewing.
33

44
## Download
55
<!--GENERATED LINKS BEGIN-->You can download the latest release **{version}**:
6-
* 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)
7-
* 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)<!--GENERATED LINKS END-->
6+
* 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)
7+
* 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)<!--GENERATED LINKS END-->
88
**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.**
99

1010
There's also a [changelog](Release/History.md) with all previous versions.

Release/AdvancedLogViewer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<SoftwareUpdate>
33
<Settings UpdateType="MSI" DefinitionStructureVersion="1" />
4-
<LatestVersion Version="11.0.1" Date="2024-02-15" URL="https://github.com/Scarfsail/AdvancedLogViewer/releases/download/{$Version}/AdvancedLogViewer_{$Version}_win-x86.msi" UrlWithPortableUpdate="https://github.com/Scarfsail/AdvancedLogViewer/raw/master/Release/bin/AdvancedLogViewer_update_portable.txt" UrlWithZip="https://github.com/Scarfsail/AdvancedLogViewer/releases/download/{$Version}/AdvancedLogViewer_{$Version}_win-x86.zip" URLWithHistoryXml="https://github.com/Scarfsail/AdvancedLogViewer/raw/master/Release/History.xml" MsiUrlWithPlatform="https://github.com/Scarfsail/AdvancedLogViewer/releases/download/{$Version}/AdvancedLogViewer_{$Version}_${Runtime}.msi" ZipUrlWithPlatform="https://github.com/Scarfsail/AdvancedLogViewer/releases/download/{$Version}/AdvancedLogViewer_{$Version}_${Runtime}.zip" />
4+
<LatestVersion Version="11.0.2" Date="2024-05-18" URL="https://github.com/Scarfsail/AdvancedLogViewer/releases/download/{$Version}/AdvancedLogViewer_{$Version}_win-x86.msi" UrlWithPortableUpdate="https://github.com/Scarfsail/AdvancedLogViewer/raw/master/Release/bin/AdvancedLogViewer_update_portable.txt" UrlWithZip="https://github.com/Scarfsail/AdvancedLogViewer/releases/download/{$Version}/AdvancedLogViewer_{$Version}_win-x86.zip" URLWithHistoryXml="https://github.com/Scarfsail/AdvancedLogViewer/raw/master/Release/History.xml" MsiUrlWithPlatform="https://github.com/Scarfsail/AdvancedLogViewer/releases/download/{$Version}/AdvancedLogViewer_{$Version}_${Runtime}.msi" ZipUrlWithPlatform="https://github.com/Scarfsail/AdvancedLogViewer/releases/download/{$Version}/AdvancedLogViewer_{$Version}_${Runtime}.zip" />
55
</SoftwareUpdate>

Release/History.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
## 11.0.1 - 2024-02-15
2-
###### 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)
1+
## 11.0.2 - 2024-05-18
2+
###### 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)
33
#### Features
44
* Application updated from .NET 7 to .NET 8.
5+
#### Fixes
6+
* Fixed issue with getting ProductVersion in .NET 8 - https://github.com/dotnet/sdk/issues/34568
57
## 10.0.1 - 2022-12-22
68
###### 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)
79
#### Features

Release/History.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<History>
3-
<Version version="11.0.1" date="2024-02-15">
3+
<Version version="11.0.2" date="2024-05-18">
44
<Feature>Application updated from .NET 7 to .NET 8. </Feature>
5+
<Fix>Fixed issue with getting ProductVersion in .NET 8 - https://github.com/dotnet/sdk/issues/34568</Fix>
56
</Version>
67
<Version version="10.0.1" date="2022-12-22">
78
<Feature>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.</Feature>

0 commit comments

Comments
 (0)