Skip to content

Commit

Permalink
Merge pull request #47 from ricaun-io/develop
Browse files Browse the repository at this point in the history
Version 1.3.4
  • Loading branch information
ricaun authored May 27, 2024
2 parents 433a27f + a2d2a09 commit b706298
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.3.4] / 2024-05-27
### Console
- Update `ricaun.Revit.Installation` to fix bundle not loading when Revit is open. (Fix: #46)
- Update `ricaun.Revit.Installation` with a different `RevitInstallationUtils`.

## [1.3.3] / 2024-05-22
### Fixed
- Fix `TestCase` with the same Guid using `GuidFromString`. (Fix: #43)
Expand Down Expand Up @@ -420,6 +425,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- [x] TestsFail

[vNext]: ../../compare/1.0.0...HEAD
[1.3.4]: ../../compare/1.3.3...1.3.4
[1.3.3]: ../../compare/1.3.2...1.3.3
[1.3.2]: ../../compare/1.3.1...1.3.2
[1.3.1]: ../../compare/1.3.0...1.3.1
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.3.3</Version>
<Version>1.3.4</Version>
</PropertyGroup>
</Project>
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit b706298

Please sign in to comment.