Skip to content

Commit 862eedd

Browse files
committed
Updated to latest .NET 8
1 parent 858858a commit 862eedd

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<Description>Application for advanced viewing log files.</Description>
77
<Product>Advanced Log Viewer</Product>
88
<Copyright>Copyright © Ondrej Salplachta 2021</Copyright>
9-
<Version>11.0.1</Version>
10-
<FileVersion>11.0.1</FileVersion>
9+
<Version>11.0.2</Version>
10+
<FileVersion>11.0.2</FileVersion>
1111
<NeutralLanguage>en</NeutralLanguage>
1212
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
1313
<SupportedOSPlatform>windows</SupportedOSPlatform>

Src/.vscode/launch.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": []
7+
}

Src/AdvancedLogViewer/History.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>
55
<Fix>Fixed issue with getting ProductVersion in .NET 8 - https://github.com/dotnet/sdk/issues/34568</Fix>
66
</Version>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.200"
3+
"version": "8.0.300"
44
},
55
"msbuild-sdks": {
66
"Microsoft.Build.Traversal": "3.0.2"

0 commit comments

Comments
 (0)