Skip to content

Commit c030448

Browse files
authored
Merge pull request #439 from LogExperts/436-add-chocolatey-dependency-to-net-runtime
version for nuget packages and chocolatley
2 parents fc898d9 + 004d7d2 commit c030448

3 files changed

Lines changed: 20 additions & 16 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Summary of (most) features:
2424
* Portable (all options / settings saved in application startup directory)
2525

2626
# Download
27-
Follow the [Link](https://github.com/zarunbal/LogExpert/releases/latest) and download the latest package. Just extract it where you want and execute the application or download the Setup and install it
27+
Follow the [Link](https://github.com/LogExperts/LogExpert/releases/latest) and download the latest package. Just extract it where you want and execute the application or download the Setup and install it
2828

2929
Or Install via chocolatey
3030

@@ -62,7 +62,7 @@ Please checkout the wiki for FAQ / HELP / Informations / Examples
6262
- dont use AutoScaleMode for single GUI controls like Buttons etc.
6363
- dont use AutoScaleDimensions for single GUI controls like Buttons etc.
6464

65-
https://github.com/zarunbal/LogExpert/wiki
65+
https://github.com/LogExperts/LogExpert/wiki
6666

6767
# Discord Server
6868
https://discord.gg/SjxkuckRe9
@@ -71,8 +71,8 @@ https://discord.gg/SjxkuckRe9
7171
### Contributors
7272

7373
This project exists thanks to all the people who contribute.
74-
<a href="https://github.com/zarunbal/LogExpert/graphs/contributors">
75-
<img src="https://contrib.rocks/image?repo=zarunbal/LogExpert" />
74+
<a href="https://github.com/LogExperts/LogExpert/graphs/contributors">
75+
<img src="https://contrib.rocks/image?repo=LogExperts/LogExpert" />
7676
</a>
7777

7878
Made with [contrib.rocks](https://contrib.rocks).

chocolatey/logexpert.portable.nuspec.template

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<id>logexpert</id>
55
<version>##version##</version>
66
<title>LogExpert</title>
7-
<authors>Zarunbal Previous:Hagen Raab</authors>
8-
<owners>Zarunbal</owners>
9-
<licenseUrl>https://cdn.rawgit.com/zarunbal/LogExpert/v##version##/LICENSE</licenseUrl>
10-
<packageSourceUrl>https://github.com/zarunbal/LogExpert/tree/master/chocolatey</packageSourceUrl>
11-
<projectUrl>https://github.com/zarunbal/LogExpert</projectUrl>
12-
<bugTrackerUrl>https://github.com/zarunbal/LogExpert/issues</bugTrackerUrl>
13-
<releaseNotes>https://github.com/zarunbal/LogExpert/releases/tag/v##version##</releaseNotes>
7+
<authors>Zarunbal, Hagen Raab, Hirogen, RandallFlagg and others</authors>
8+
<owners>Zarunbal, Hirogen</owners>
9+
<licenseUrl>https://raw.githubusercontent.com/LogExperts/LogExpert/v##version##/LICENSE</licenseUrl>
10+
<packageSourceUrl>https://github.com/LogExperts/LogExpert/tree/master/chocolatey</packageSourceUrl>
11+
<projectUrl>https://github.com/LogExperts/LogExpert</projectUrl>
12+
<bugTrackerUrl>https://github.com/LogExperts/LogExpert/issues</bugTrackerUrl>
13+
<releaseNotes>https://github.com/LogExperts/LogExpert/releases/tag/v##version##</releaseNotes>
1414
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1515
<description>LogExpert is a Windows tail program (a GUI replacement for the Unix tail command).
1616

@@ -37,6 +37,9 @@ Summary of (most) features:
3737
<summary>LogExpert is log file viewing for the Pros.</summary>
3838
<copyright>Original work Copyright (c) 2011 Hagen Raab, Modified work Copyright (c) 2017 Zarunbal</copyright>
3939
<tags>LogExpert windows tail logging viewer troubleshooting</tags>
40+
<dependencies>
41+
<dependency id="dotnet-desktopruntime" version="[8.0,)" />
42+
</dependencies>
4043
</metadata>
4144
<files>
4245
<file src="tools\**" target="tools" />

src/ColumnizerLib/ColumnizerLib.nuspec

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
<id>LogExpert.ColumnizerLib</id>
55
<version>$version$</version>
66
<title>LogExpert ColumnizerLib</title>
7-
<authors>Zarunbal Previous:Hagen Raab</authors>
8-
<owners>Zarunbal</owners>
9-
<license type="expression">MIT</license>
10-
<projectUrl>https://github.com/zarunbal/LogExpert</projectUrl>
7+
<authors>Zarunbal, Hagen Raab, Hirogen, RandallFlagg and others</authors>
8+
<owners>Zarunbal, Hirogen</owners>
9+
<license>MIT</license>
10+
<projectUrl>https://github.com/LogExperts/LogExpert</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12+
<bugTrackerUrl>https://github.com/LogExperts/LogExpert/issues</bugTrackerUrl>
13+
<releaseNotes>https://github.com/LogExperts/LogExpert/releases/tag/v$version$</releaseNotes>
1214
<description>Columnizer Lib for Logexpert plugins</description>
13-
<releaseNotes>See https://github.com/zarunbal/LogExpert/releases/tag/v$version$</releaseNotes>
1415
<copyright>Copyright 2025</copyright>
1516
<tags>LogExpert Columnizer</tags>
1617
</metadata>

0 commit comments

Comments
 (0)