diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6b8d477..ce70ef9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 63ad3ee..91b82b3 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2686bdf..d933a72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. \ No newline at end of file +- Initial release of AsBuiltReport Chart, providing basic charting capabilities for AsBuiltReport data visualization \ No newline at end of file diff --git a/README.md b/README.md index f881ef9..fb45ac2 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ This report is compatible with the following PowerShell versions; | Windows PowerShell 5.1 | PowerShell 7 | | :--------------------: | :----------------: | -| :white_check_mark: | :white_check_mark: | +| :white_check_mark: | :white_check_mark: | ## 🗺️ Language Support