Skip to content

Commit 3968eb6

Browse files
release: 1.0.3
1 parent fd9cf94 commit 3968eb6

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.2"
2+
".": "1.0.3"
33
}

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## [1.0.3](https://github.com/phi-ag/ifc-guid-dotnet/compare/v1.0.2...v1.0.3) (2025-10-24)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **deps:** update actions/attest-sbom action to v3 ([33e4e24](https://github.com/phi-ag/ifc-guid-dotnet/commit/33e4e2480ea769e4567cf82ae1ce5a573d777207))
9+
* **deps:** update actions/checkout action to v5 ([c5653e4](https://github.com/phi-ag/ifc-guid-dotnet/commit/c5653e474d677bd354c227be137e2648b3f75673))
10+
* **deps:** update actions/checkout digest to 08eba0b ([794c6c3](https://github.com/phi-ag/ifc-guid-dotnet/commit/794c6c396639af1ab35cb7030e51273c4f92586a))
11+
* **deps:** update actions/setup-dotnet action to v5 ([1924dce](https://github.com/phi-ag/ifc-guid-dotnet/commit/1924dce0b52528bf6de39f0e531b7d5120d3deab))
12+
* **deps:** update codecov/codecov-action digest to 5a10915 ([63e850b](https://github.com/phi-ag/ifc-guid-dotnet/commit/63e850be1bb83414712b2d1f7a424b9286191268))
13+
* **deps:** update codecov/codecov-action digest to fdcc847 ([ff5b501](https://github.com/phi-ag/ifc-guid-dotnet/commit/ff5b5012b19043039758041a8ed97d791e324a33))
14+
* **deps:** update dependency cyclonedx to v5.5.0 ([fd809bb](https://github.com/phi-ag/ifc-guid-dotnet/commit/fd809bbc25d746db3ff96f8cc25cbcfac2cf390b))
15+
* **deps:** update dependency dotnet-sdk to v9.0.305 ([2ac5ed8](https://github.com/phi-ag/ifc-guid-dotnet/commit/2ac5ed839b7fdadd4e13e2b5aaf461969864cc81))
16+
* **deps:** update dependency dotnet.reproduciblebuilds to 1.2.39 ([550bca1](https://github.com/phi-ag/ifc-guid-dotnet/commit/550bca1b7f5c5e741880e6ebf1220b8be998af8d))
17+
* **deps:** update dependency dotnet.reproduciblebuilds.isolated to 1.2.39 ([a03e398](https://github.com/phi-ag/ifc-guid-dotnet/commit/a03e398a25e63c4494f8f35e828befc53ad9981a))
18+
* **deps:** update dependency junitxml.testlogger to v7 ([1ca9732](https://github.com/phi-ag/ifc-guid-dotnet/commit/1ca973287af4c0d43b243ec0e82ba4e95b1fa9b5))
19+
* **deps:** update dependency microsoft.net.test.sdk to v18 ([ad25f2c](https://github.com/phi-ag/ifc-guid-dotnet/commit/ad25f2cb698ca13e5a5f1a195ec8f3e0d951f7df))
20+
* **deps:** update dependency nunit to 4.4.0 ([58f2ae9](https://github.com/phi-ag/ifc-guid-dotnet/commit/58f2ae9236c0c5b8daf73272f3a4254e735255e5))
21+
* **deps:** update dependency nunit3testadapter to 5.1.0 ([852a442](https://github.com/phi-ag/ifc-guid-dotnet/commit/852a442ee8ff1fb2f29f4f67044a22de682049a1))
22+
* **deps:** update dependency nunit3testadapter to 5.2.0 ([98b5a0c](https://github.com/phi-ag/ifc-guid-dotnet/commit/98b5a0cea531602bb0f61e32ac9be2cf387d81f4))
23+
* **deps:** update dependency system.collections.immutable to 9.0.9 ([261e1ba](https://github.com/phi-ag/ifc-guid-dotnet/commit/261e1bac21c74544aed18f2bf9e5d79f6392c843))
24+
* **deps:** update dotnet monorepo ([f79f0e6](https://github.com/phi-ag/ifc-guid-dotnet/commit/f79f0e68dba63dad0585d4b2270b18ce7e191add))
25+
* **deps:** update fscheck to 3.3.1 ([be7face](https://github.com/phi-ag/ifc-guid-dotnet/commit/be7faceb2fe88871a13a0d609248b133d5cb5565))
26+
* **deps:** update googleapis/release-please-action digest to 16a9c90 ([fd9cf94](https://github.com/phi-ag/ifc-guid-dotnet/commit/fd9cf94b8d509b9f3e9ac30df41f33244d3831ce))
27+
* **deps:** update googleapis/release-please-action digest to c2a5a2b ([e1ba3b0](https://github.com/phi-ag/ifc-guid-dotnet/commit/e1ba3b008d42d445b9ae459438bf4a78ae6725db))
28+
29+
30+
### Continuous Integration
31+
32+
* **renovate:** add fscheck group ([8e38d31](https://github.com/phi-ag/ifc-guid-dotnet/commit/8e38d31c1d176f684445a00d01cf06f15a7e3829))
33+
334
## [1.0.2](https://github.com/phi-ag/ifc-guid-dotnet/compare/v1.0.1...v1.0.2) (2025-08-10)
435

536

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<PackageId>IfcGuid</PackageId>
4-
<VersionPrefix>1.0.2</VersionPrefix>
4+
<VersionPrefix>1.0.3</VersionPrefix>
55
<Authors>Peter Hirn</Authors>
66
<Company>phi.ag</Company>
77
<Copyright>© $([System.DateTime]::Now.Year) $(Company)</Copyright>

0 commit comments

Comments
 (0)