Skip to content

Commit

Permalink
Fixed issue with getting ProductVersion in .NET 8 - dotnet/sdk#34568
Browse files Browse the repository at this point in the history
  • Loading branch information
Scarfsail committed May 18, 2024
1 parent b4b8f6a commit 858858a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Src/AdvancedLogViewer/AdvancedLogViewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<ApplicationIcon>Resources\MainFile32.ico</ApplicationIcon>
<_SuppressWinFormsTrimError>true</_SuppressWinFormsTrimError>
<CustomResourceTypesSupport>true</CustomResourceTypesSupport>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<!--
<PublishSingleFile>false</PublishSingleFile>
<SelfContained>true</SelfContained>
Expand Down
1 change: 1 addition & 0 deletions Src/AdvancedLogViewer/History.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<History>
<Version version="11.0.1" date="2024-02-15">
<Feature>Application updated from .NET 7 to .NET 8. </Feature>
<Fix>Fixed issue with getting ProductVersion in .NET 8 - https://github.com/dotnet/sdk/issues/34568</Fix>
</Version>
<Version version="10.0.1" date="2022-12-22">
<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>
Expand Down

0 comments on commit 858858a

Please sign in to comment.