@halospv3/hce.shared-config 3.4.0-develop.1 → 3.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dotnet/HCE.Shared.targets +0 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## [3.4.1](https://github.com/HaloSPV3/HCE.Shared/compare/v3.4.0...v3.4.1) (2026-02-07)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **dotnet.BuildEachRID:** remove duplicate import in HCE.Shared.targets ([0a8573d](https://github.com/HaloSPV3/HCE.Shared/commit/0a8573d92b09867922cf21023c9bc6ab9a9cb53f))
|
|
6
|
+
|
|
7
|
+
## [3.4.0](https://github.com/HaloSPV3/HCE.Shared/compare/v3.3.1...v3.4.0) (2026-02-07)
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* add func `catchEBUSY`; deprecate `catchCsc2012` ([4c64d72](https://github.com/HaloSPV3/HCE.Shared/commit/4c64d72f5d9b9e5e63aa17ec36bf04895fdee09b)), closes [#578](https://github.com/HaloSPV3/HCE.Shared/issues/578)
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **dotnet.MSBP:** remove _all_ carriage returns in MSBuild GetTargets output ([70d8a66](https://github.com/HaloSPV3/HCE.Shared/commit/70d8a66b969db3190c68ba1f1e788ee3e7eaa7eb))
|
|
16
|
+
|
|
1
17
|
## [3.4.0-develop.1](https://github.com/HaloSPV3/HCE.Shared/compare/v3.3.1...v3.4.0-develop.1) (2026-02-07)
|
|
2
18
|
|
|
3
19
|
### Features
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
Import all other .props and .targets in this directory
|
|
3
3
|
If you import this, you don't need to import anything else. -->
|
|
4
4
|
<Project Label="All HCE.Shared Properties and Targets">
|
|
5
|
-
<Import Project="./BuildEachRID.targets" />
|
|
6
5
|
<Import Project="./ExecNupkgDeterministicator.targets" />
|
|
7
6
|
<Import Project="./HCE.Shared.CI.props" />
|
|
8
7
|
<Import Project="./ZipPublishDir.targets" />
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@halospv3/hce.shared-config",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.1",
|
|
4
4
|
"description": "Automate commit message quality, changelogs, and CI/CD releases. Exports a semantic-release shareable configuration deserialized from this package's '.releaserc.yml'. Shared resources for .NET projects are also distributed with this package.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"halo",
|