Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.6"
".": "1.0.7"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.7](https://github.com/phi-ag/ifc-guid-dotnet/compare/v1.0.6...v1.0.7) (2025-11-21)


### Miscellaneous Chores

* **deps:** update actions/checkout action to v6 ([cc4f3df](https://github.com/phi-ag/ifc-guid-dotnet/commit/cc4f3df908f604de0959f8b631fec3c75e0ca8c3))
* **deps:** update actions/checkout digest to 93cb6ef ([ac0f65e](https://github.com/phi-ag/ifc-guid-dotnet/commit/ac0f65ecbc4c79487ac3c35270aac88e4c5c4483))

## [1.0.6](https://github.com/phi-ag/ifc-guid-dotnet/compare/v1.0.5...v1.0.6) (2025-11-13)


Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<PackageId>IfcGuid</PackageId>
<VersionPrefix>1.0.6</VersionPrefix>
<VersionPrefix>1.0.7</VersionPrefix>
<Authors>Peter Hirn</Authors>
<Company>phi.ag</Company>
<Copyright>© $([System.DateTime]::Now.Year) $(Company)</Copyright>
Expand Down