Skip to content

Commit 1bb370e

Browse files
committed
nuke parameters.json
1 parent 4547750 commit 1bb370e

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,8 @@ paket-files/
323323
.fake/
324324

325325
# Nuke Build System
326-
.nuke/
326+
.nuke/*
327+
!.nuke/parameters.json
327328

328329
# CodeRush personal settings
329330
.cr/personal

.nuke/parameters.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"$schema": "./build.schema.json",
3+
"Solution": "src/LogExpert.sln"
4+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This is a continous integration build. So always the latest and greates changes.
4646
## How to Build
4747

4848
* Clone / Fork / Download the source code
49-
* Open the Solution (src/LogExpert.sln) with Visual Studio 2017 (e.g. Community Edition)
49+
* Open the Solution (src/LogExpert.sln) with Visual Studio 2026 (e.g. Community Edition)
5050
* Restore Nuget Packages on Solution
5151
* Build
5252
* The output is under bin/(Debug/Release)/

src/Solution Items/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[assembly: AssemblyConfiguration("Release")]
55
[assembly: AssemblyProduct("LogExpert")]
6-
[assembly: AssemblyCopyright("Original work Copyright (c) 2008-2011 Hagen Raab\r\nModified work Copyright (c) 2025 Zarunbal|Hirogen and many others")]
6+
[assembly: AssemblyCopyright("Original work Copyright (c) 2008-2011 Hagen Raab\r\nModified work Copyright (c) 2024-2026 Zarunbal|Hirogen and many others")]
77

88
[assembly: AssemblyVersion("1.21.0")]
99
[assembly: AssemblyFileVersion("1.21.0")]

0 commit comments

Comments
 (0)