Skip to content

Commit f5f1fe5

Browse files
author
Github Actions
committed
[bot][skip ci] Update Metadata
1 parent ab65438 commit f5f1fe5

3 files changed

Lines changed: 35 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
1-
## v1.1.12
1+
## v1.2.0 (minor)
22

3-
No significant changes detected since v1.1.12.
3+
Changes since v1.1.0:
4+
5+
- Enhance Scope Management: Introduce ScopeWithTrailingSemicolon class and update related documentation and tests ([@matt-edmondson](https://github.com/matt-edmondson))
6+
- Remove legacy build scripts ([@matt-edmondson](https://github.com/matt-edmondson))
7+
- Enhance test assertions with descriptive messages for clarity ([@matt-edmondson](https://github.com/matt-edmondson))
8+
- feat: Upgrade to .NET 10.0 and update project dependencies ([@matt-edmondson](https://github.com/matt-edmondson))
9+
- Update configuration files for line endings and build settings ([@matt-edmondson](https://github.com/matt-edmondson))
10+
- Enhance CodeBlocker functionality with new methods and improved documentation ([@matt-edmondson](https://github.com/matt-edmondson))
11+
- Add ktsu.ScopedAction dependency; enhance CodeBlocker with custom indentation support and Scope management ([@matt-edmondson](https://github.com/matt-edmondson))
12+
- Integrate CodeBlocker.Test project with unit and integration tests; update dependencies and solution configuration for testing support ([@matt-edmondson](https://github.com/matt-edmondson))
13+
- Add unit and integration tests for CodeBlocker functionality; include test dependencies in project configuration ([@matt-edmondson](https://github.com/matt-edmondson))
14+
- Enhance .NET workflow with manual trigger support, JDK setup, and SonarQube integration; update PSBuild script to allow optional NuGet API key and handle changelog length limits. ([@matt-edmondson](https://github.com/matt-edmondson))
15+
- Support net9.0;net8.0;net7.0;net6.0;net5.0;netstandard2.0;netstandard2.1 ([@matt-edmondson](https://github.com/matt-edmondson))
16+
- Update configuration files and scripts for improved build and test processes ([@matt-edmondson](https://github.com/matt-edmondson))
17+
- Remove Directory.Build.props and Directory.Build.targets files, delete commit metadata and changelog scripts, and add copyright notice to CodeBlocker.cs. ([@matt-edmondson](https://github.com/matt-edmondson))
18+
- Enhance documentation and project metadata. Updated DESCRIPTION.md to clarify the purpose of CodeBlocker and expanded README.md with detailed introduction, features, installation instructions, usage examples, and API reference. Changed project SDK in CodeBlocker.csproj to ktsu.Sdk.Lib/1.8.0. ([@matt-edmondson](https://github.com/matt-edmondson))
419

520
## v1.1.12 (patch)
621

LATEST_CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
## v1.1.12
1+
## v1.2.0 (minor)
22

3-
No significant changes detected since v1.1.12.
3+
Changes since v1.1.0:
4+
5+
- Enhance Scope Management: Introduce ScopeWithTrailingSemicolon class and update related documentation and tests ([@matt-edmondson](https://github.com/matt-edmondson))
6+
- Remove legacy build scripts ([@matt-edmondson](https://github.com/matt-edmondson))
7+
- Enhance test assertions with descriptive messages for clarity ([@matt-edmondson](https://github.com/matt-edmondson))
8+
- feat: Upgrade to .NET 10.0 and update project dependencies ([@matt-edmondson](https://github.com/matt-edmondson))
9+
- Update configuration files for line endings and build settings ([@matt-edmondson](https://github.com/matt-edmondson))
10+
- Enhance CodeBlocker functionality with new methods and improved documentation ([@matt-edmondson](https://github.com/matt-edmondson))
11+
- Add ktsu.ScopedAction dependency; enhance CodeBlocker with custom indentation support and Scope management ([@matt-edmondson](https://github.com/matt-edmondson))
12+
- Integrate CodeBlocker.Test project with unit and integration tests; update dependencies and solution configuration for testing support ([@matt-edmondson](https://github.com/matt-edmondson))
13+
- Add unit and integration tests for CodeBlocker functionality; include test dependencies in project configuration ([@matt-edmondson](https://github.com/matt-edmondson))
14+
- Enhance .NET workflow with manual trigger support, JDK setup, and SonarQube integration; update PSBuild script to allow optional NuGet API key and handle changelog length limits. ([@matt-edmondson](https://github.com/matt-edmondson))
15+
- Support net9.0;net8.0;net7.0;net6.0;net5.0;netstandard2.0;netstandard2.1 ([@matt-edmondson](https://github.com/matt-edmondson))
16+
- Update configuration files and scripts for improved build and test processes ([@matt-edmondson](https://github.com/matt-edmondson))
17+
- Remove Directory.Build.props and Directory.Build.targets files, delete commit metadata and changelog scripts, and add copyright notice to CodeBlocker.cs. ([@matt-edmondson](https://github.com/matt-edmondson))
18+
- Enhance documentation and project metadata. Updated DESCRIPTION.md to clarify the purpose of CodeBlocker and expanded README.md with detailed introduction, features, installation instructions, usage examples, and API reference. Changed project SDK in CodeBlocker.csproj to ktsu.Sdk.Lib/1.8.0. ([@matt-edmondson](https://github.com/matt-edmondson))
419

VERSION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.12
1+
1.2.0

0 commit comments

Comments
 (0)