Skip to content

Commit

Permalink
Release 5.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Jan 19, 2023
1 parent 03d5060 commit c3df8da
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 19 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.1.14
version: 5.1.15
dotnetSDKVersion: 7.0.102
nodeVersion: 18

Expand Down
2 changes: 1 addition & 1 deletion docs/main.6a1f288ef241becb.js

Large diffs are not rendered by default.

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": 1,
"Patch": 14
"Patch": 15
},
"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.1.14",
"version": "5.1.15",
"publisher": "Palmmedia",
"public": true,
"targets": [
Expand Down
2 changes: 1 addition & 1 deletion src/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ For further details take a look at LICENSE.txt.

CHANGELOG

5.1.14.0
5.1.15.0

* New: #533: Metrics on summary page
* New: #578: Improved support for Clover files generated by PhpUnit
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.1.14.0</AssemblyVersion>
<FileVersion>5.1.14.0</FileVersion>
<AssemblyVersion>5.1.15.0</AssemblyVersion>
<FileVersion>5.1.15.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
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.1.14.0</AssemblyVersion>
<FileVersion>5.1.14.0</FileVersion>
<AssemblyVersion>5.1.15.0</AssemblyVersion>
<FileVersion>5.1.15.0</FileVersion>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>

Expand Down
6 changes: 3 additions & 3 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.1.14.0</AssemblyVersion>
<FileVersion>5.1.14.0</FileVersion>
<AssemblyVersion>5.1.15.0</AssemblyVersion>
<FileVersion>5.1.15.0</FileVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down Expand Up @@ -82,7 +82,7 @@
<ItemGroup>
<PackageReference Include="DotNetConfig" Version="1.0.6" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="7.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="7.0.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="1.0.0-beta15" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0;net7.0</TargetFrameworks>
<RootNamespace>ReportGenerator.DotnetCorePluginLoader</RootNamespace>
<AssemblyVersion>5.1.14.0</AssemblyVersion>
<FileVersion>5.1.14.0</FileVersion>
<AssemblyVersion>5.1.15.0</AssemblyVersion>
<FileVersion>5.1.15.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.1.14.0</AssemblyVersion>
<FileVersion>5.1.14.0</FileVersion>
<AssemblyVersion>5.1.15.0</AssemblyVersion>
<FileVersion>5.1.15.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/ReportGenerator.MSBuild/ReportGenerator.MSBuild.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<RootNamespace>Palmmedia.ReportGenerator.MSBuild</RootNamespace>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<AssemblyVersion>5.1.14.0</AssemblyVersion>
<FileVersion>5.1.14.0</FileVersion>
<AssemblyVersion>5.1.15.0</AssemblyVersion>
<FileVersion>5.1.15.0</FileVersion>
</PropertyGroup>

<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.1.14</Version>
<Version>5.1.15</Version>
</PropertyGroup>

<!-- Tools -->
Expand Down

0 comments on commit c3df8da

Please sign in to comment.