Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ body:
attributes:
label: Command-line input
description: >-
Please provide the command line input you are using to run AsBuiltReport. Please ensure that you obscure any sensitive information.
placeholder: New-AsBuiltReport -Report Charts.Charts -Target xxxxxxx -Format Word,HTML -OutputFolderPath .\Documents\ -AsBuiltConfigFilePath .\AsBuiltReport\AsBuiltReport.json -ReportConfigFilePath .\AsBuiltReport\AsBuiltReport.Chart.Charts.json -EnableHealthCheck -Verbose
Please provide the command line input you are using to run AsBuiltReport.Chart. Please ensure that you obscure any sensitive information.
placeholder: New-PieChart -Values @(1,2,3,4,5,6,7,8) -Labels @('house', 'car', 'boat', 'gazebo', 'ca', 'co', 'ba', 'na') -Title 'House' -Format png -Width 800 -Height 800 -EnableLegend -Filename house -LegendOrientation Horizontal -LegendAlignment UpperCenter
validations:
required: true
- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v6
- name: Setup .NET
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v5
with:
dotnet-version: '8.0.x'
- name: Restore dependencies
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Initial release of AsBuiltReport Chart, providing basic charting capabilities for AsBuiltReport data visualization.
- Initial release of AsBuiltReport Chart, providing basic charting capabilities for AsBuiltReport data visualization
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ This report is compatible with the following PowerShell versions;
<!-- ********** Update supported PowerShell versions ********** -->
| Windows PowerShell 5.1 | PowerShell 7 |
| :--------------------: | :----------------: |
| :white_check_mark: | :white_check_mark: |
| :white_check_mark: | :white_check_mark: |

## 🗺️ Language Support
<!-- ********** Update supported languages ********** -->
Expand Down
Loading