Skip to content

Commit

Permalink
Version 1.8.0-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Dec 16, 2024
1 parent 1a78ac8 commit 5334d90
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Make project public
### Application
- Remove `net46` framework, remove `Revit 2017` and `Revit 2018` support.
### Console
- Update `ricaun.Revit.Installation` to `1.3.1`.
### Build
- Update `ci` to use public `nuget` packages.
### TestAdapter
- Update `ricaun.Security.WinTrust` to `1.1.0`.

## [1.7.1] / 2024-12-07 - 2024-12-10
### Application
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.8.0-beta.1</Version>
<Version>1.8.0-rc</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="ricaun.RevitAPI.Fake.References.RevitAPIUI" Version="*" />
<PackageReference Include="Microsoft.VisualStudio.Interop" Version="*" />
</ItemGroup>
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 5334d90

Please sign in to comment.