Skip to content

Commit

Permalink
Update ricaun.Revit.Installation to fix bundle not loading when Rev…
Browse files Browse the repository at this point in the history
…it is open.
  • Loading branch information
ricaun committed May 23, 2024
1 parent 627fd93 commit 4d46f9f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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-23
### Console
- Update `ricaun.Revit.Installation` to fix bundle not loading when Revit is open.

## [1.3.3] / 2024-05-22
### Fixed
- Fix `TestCase` with the same Guid using `GuidFromString`. (Fix: #43)
Expand Down Expand Up @@ -420,6 +424,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-alpha</Version>
</PropertyGroup>
</Project>
Binary file not shown.
2 changes: 1 addition & 1 deletion ricaun.RevitTest.Console/ricaun.RevitTest.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="ricaun.Revit.Installation" Version="*" />
<PackageReference Include="ricaun.Revit.Installation" Version="*-*" />
<PackageReference Include="Microsoft.VisualStudio.Interop" Version="*" />
</ItemGroup>

Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 4d46f9f

Please sign in to comment.