Skip to content

Commit 20e6804

Browse files
release: 1.0.3
1 parent 58f2ae9 commit 20e6804

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.3](https://github.com/phi-ag/ifc-guid-dotnet/compare/v1.0.2...v1.0.3) (2025-08-10)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **deps:** update dependency nunit to 4.4.0 ([58f2ae9](https://github.com/phi-ag/ifc-guid-dotnet/commit/58f2ae9236c0c5b8daf73272f3a4254e735255e5))
9+
310
## [1.0.2](https://github.com/phi-ag/ifc-guid-dotnet/compare/v1.0.1...v1.0.2) (2025-08-10)
411

512

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)