Skip to content

Commit

Permalink
Release 5.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Jun 1, 2024
1 parent edb7491 commit 140d4d1
Show file tree
Hide file tree
Showing 18 changed files with 36 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
solution: 'src\ReportGenerator.sln'
buildPlatform: Any CPU
buildConfiguration: Release
version: 5.3.4
version: 5.3.5
dotnetSDKVersion: 8.0.300
nodeVersion: 20

Expand Down
2 changes: 1 addition & 1 deletion src/AzureDevopsTask/ReportGenerator/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 5,
"Minor": 3,
"Patch": 4
"Patch": 5
},
"instanceNameFormat": "ReportGenerator",
"groups": [
Expand Down
2 changes: 1 addition & 1 deletion src/AzureDevopsTask/vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "reportgenerator",
"name": "ReportGenerator",
"version": "5.3.4",
"version": "5.3.5",
"publisher": "Palmmedia",
"public": true,
"targets": [
Expand Down
6 changes: 3 additions & 3 deletions src/Deployment/nuget/Readme_ReportGenerator.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotC

### .NET Core
```
dotnet $(UserProfile)\.nuget\packages\reportgenerator\5.3.4\tools\net8.0\ReportGenerator.dll [options]
$(UserProfile)\.nuget\packages\reportgenerator\5.3.4\tools\net8.0\ReportGenerator.exe [options]
dotnet $(UserProfile)\.nuget\packages\reportgenerator\5.3.5\tools\net8.0\ReportGenerator.dll [options]
$(UserProfile)\.nuget\packages\reportgenerator\5.3.5\tools\net8.0\ReportGenerator.exe [options]
```

### .NET Framework
```
$(UserProfile)\.nuget\packages\reportgenerator\5.3.4\tools\net47\ReportGenerator.exe [options]
$(UserProfile)\.nuget\packages\reportgenerator\5.3.5\tools\net47\ReportGenerator.exe [options]
```

## Additional information
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotC

### Installation
```
dotnet tool install --global dotnet-reportgenerator-globaltool --version 5.3.4
dotnet tool install --global dotnet-reportgenerator-globaltool --version 5.3.5
dotnet tool install dotnet-reportgenerator-globaltool --tool-path tools --version 5.3.4
dotnet tool install dotnet-reportgenerator-globaltool --tool-path tools --version 5.3.5
dotnet new tool-manifest
dotnet tool install dotnet-reportgenerator-globaltool --version 5.3.4
dotnet tool install dotnet-reportgenerator-globaltool --version 5.3.5
```

### Execution
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<AssemblyName>ReportGenerator</AssemblyName>
<RootNamespace>Palmmedia.ReportGenerator</RootNamespace>
<StartupObject>Palmmedia.ReportGenerator.Console.NetCore.Program</StartupObject>
<AssemblyVersion>5.3.4.0</AssemblyVersion>
<FileVersion>5.3.4.0</FileVersion>
<AssemblyVersion>5.3.5.0</AssemblyVersion>
<FileVersion>5.3.5.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<AssemblyTitle>ReportGenerator.Console</AssemblyTitle>
<Product>ReportGenerator.Console</Product>
<Copyright>Copyright © 2022</Copyright>
<AssemblyVersion>5.3.4.0</AssemblyVersion>
<FileVersion>5.3.4.0</FileVersion>
<AssemblyVersion>5.3.5.0</AssemblyVersion>
<FileVersion>5.3.5.0</FileVersion>
<OutputPath>bin\$(Configuration)\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
Expand Down
10 changes: 5 additions & 5 deletions src/ReportGenerator.Core.Test/ReportGenerator.Core.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>net7.0</TargetFramework>
<IsPackable>false</IsPackable>
<RootNamespace>Palmmedia.ReportGenerator.Core.Test</RootNamespace>
<AssemblyVersion>5.3.4.0</AssemblyVersion>
<FileVersion>5.3.4.0</FileVersion>
<AssemblyVersion>5.3.5.0</AssemblyVersion>
<FileVersion>5.3.5.0</FileVersion>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>

Expand All @@ -14,10 +14,10 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
<PackageReference Include="xunit" Version="2.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/ReportGenerator.Core/Common/ExceptionExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ internal static class ExceptionExtensions
/// <summary>
/// Gets a full error message especially for <see cref="AggregateException"/>.
/// </summary>
/// <param name="exception">The exception</param>
/// <param name="exception">The exception.</param>
/// <returns>The error message.</returns>
public static string GetExceptionMessageForDisplay(this Exception exception)
{
Expand Down
2 changes: 1 addition & 1 deletion src/ReportGenerator.Core/Common/LinqExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ internal static bool HasAttributeWithValue(this XElement element, XName attribut
/// <typeparam name="TSource">The type of source elements.</typeparam>
/// <typeparam name="TKey">The type of the key elements.</typeparam>
/// <param name="source">The source collection.</param>
/// <param name="keySelector">The key selector</param>
/// <param name="keySelector">The key selector.</param>
/// <returns>The distinct elemtents.</returns>
internal static IEnumerable<TSource> DistinctBy<TSource, TKey>(
this IEnumerable<TSource> source,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

namespace Palmmedia.ReportGenerator.Core
{
/// <summary>
/// Validates the coverage thresholds.
/// </summary>
public class MinimumCoverageThresholdsValidator
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace Palmmedia.ReportGenerator.Core.Parser.FileReading
internal class LocalFileReader : IFileReader
{
/// <summary>
/// Regex to analyze if a path is a deterministic path
/// Regex to analyze if a path is a deterministic path.
/// </summary>
private static readonly Regex DeterministicPathRegex = new Regex("\\/_\\d?\\/", RegexOptions.Compiled);

Expand Down
4 changes: 2 additions & 2 deletions src/ReportGenerator.Core/Plugin/FileUnblocker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ internal static class FileUnblocker
/// Unblocks the given file.
/// </summary>
/// <param name="fileName">Name of the file.</param>
/// <returns><c>true</c> if file was unblocked successfully; otherwise, <c>false</c></returns>
/// <returns><c>true</c> if file was unblocked successfully; otherwise, <c>false</c>.</returns>
public static bool Unblock(string fileName)
{
if (Environment.OSVersion.Platform == PlatformID.Win32NT)
Expand All @@ -27,7 +27,7 @@ public static bool Unblock(string fileName)
/// Deletes the file.
/// </summary>
/// <param name="name">The name.</param>
/// <returns><c>true</c> if file was deleted successfully; otherwise, <c>false</c></returns>
/// <returns><c>true</c> if file was deleted successfully; otherwise, <c>false</c>.</returns>
[DllImport("kernel32", CharSet = CharSet.Unicode, SetLastError = true)]
[return: MarshalAs(UnmanagedType.Bool)]
private static extern bool DeleteFile(string name);
Expand Down
4 changes: 2 additions & 2 deletions src/ReportGenerator.Core/ReportGenerator.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<AssemblyName>ReportGenerator.Core</AssemblyName>
<AssemblyVersion>5.3.4.0</AssemblyVersion>
<FileVersion>5.3.4.0</FileVersion>
<AssemblyVersion>5.3.5.0</AssemblyVersion>
<FileVersion>5.3.5.0</FileVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<PropertyGroup>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<RootNamespace>ReportGenerator.DotnetCorePluginLoader</RootNamespace>
<AssemblyVersion>5.3.4.0</AssemblyVersion>
<FileVersion>5.3.4.0</FileVersion>
<AssemblyVersion>5.3.5.0</AssemblyVersion>
<FileVersion>5.3.5.0</FileVersion>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<AssemblyName>ReportGenerator</AssemblyName>
<RootNamespace>Palmmedia.ReportGenerator</RootNamespace>
<StartupObject>Palmmedia.ReportGenerator.DotnetGlobalTool.Program</StartupObject>
<AssemblyVersion>5.3.4.0</AssemblyVersion>
<FileVersion>5.3.4.0</FileVersion>
<AssemblyVersion>5.3.5.0</AssemblyVersion>
<FileVersion>5.3.5.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/ReportGenerator.MSBuild/ReportGenerator.MSBuild.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<RootNamespace>Palmmedia.ReportGenerator.MSBuild</RootNamespace>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<AssemblyVersion>5.3.4.0</AssemblyVersion>
<FileVersion>5.3.4.0</FileVersion>
<AssemblyVersion>5.3.5.0</AssemblyVersion>
<FileVersion>5.3.5.0</FileVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.9.5" />
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.10.4" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<!-- Version, adjust before build -->
<PropertyGroup>
<Version>5.3.4</Version>
<Version>5.3.5</Version>
</PropertyGroup>

<!-- Tools -->
Expand Down

0 comments on commit 140d4d1

Please sign in to comment.