Skip to content

Commit 428b131

Browse files
committed
#406: Fixed reference version of McMaster.NETCore.Plugins for package ReportGenerator.Core
1 parent ba48ddc commit 428b131

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/Deployment/nuget/ReportGenerator.Core.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ https://github.com/danielpalme/ReportGenerator/wiki/Custom-history-storage</desc
3939
<dependency id="Microsoft.Extensions.Configuration.Json" version="5.0.0" />
4040
<dependency id="SixLabors.ImageSharp.Drawing" version="1.0.0-beta0008" />
4141
<dependency id="DotNetConfig" version="1.0.0-rc" />
42-
<dependency id="McMaster.NETCore.Plugins" version="1.1.118" />
42+
<dependency id="McMaster.NETCore.Plugins" version="1.3.1" />
4343
</group>
4444
</dependencies>
4545
</metadata>

src/Readme.txt

+4
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ For further details take a look at LICENSE.txt.
6363

6464
CHANGELOG
6565

66+
4.8.5.0
67+
68+
* Fix: #406: Fixed reference version of McMaster.NETCore.Plugins for package ReportGenerator.Core
69+
6670
4.8.4.0
6771

6872
* Fix: #403: Fixed handling of leading/trailing spaces in command line parameters

0 commit comments

Comments
 (0)