Skip to content

Commit 70056d2

Browse files
authored
Merge pull request #33 from rebelinux/dev
v0.3.1
2 parents 58f1225 + fec4f68 commit 70056d2

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

AsBuiltReport.Chart/AsBuiltReport.Chart.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'AsBuiltReport.Chart.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.3.0'
15+
ModuleVersion = '0.3.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.1] - 2026-04-23
9+
10+
### Changed
11+
12+
- Update module version to 0.3.1
13+
- Update ScottPlot .NET dependency to version v5.1.58
14+
815
## [0.3.0] - 2026-03-14
916

1017
### Added

Sources/AsBuiltReportChart.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<!-- <OutputType>Exe</OutputType> -->
6+
<Version>0.3.1</Version>
67
</PropertyGroup>
78

89
<ItemGroup>
910
<PackageReference Include="HarfBuzzSharp.NativeAssets.Linux" Version="8.3.1.3" />
1011
<PackageReference Include="PowerShellStandard.Library" Version="5.1.1" />
11-
<PackageReference Include="ScottPlot" Version="5.1.57" />
12+
<PackageReference Include="ScottPlot" Version="5.1.58" />
1213
<PackageReference Include="SkiaSharp" Version="3.119.2" />
1314
<PackageReference Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="3.119.2" />
1415
</ItemGroup>

0 commit comments

Comments
 (0)