Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This Renovate PR updates centrally managed pinned versions of Nice3point.TUnit.Revit across supported Revit versions (2021–2027) in Directory.Packages.props, keeping the repository’s Revit test tooling aligned with the latest preview patch releases.
Changes:
- Bump
Nice3point.TUnit.Revitpinned versions for Revit 2021–2027 from*-preview.2.20260203to*-preview.3.20260322. - No other package/version definitions or build properties are modified.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
1a15347 to
00f3fcb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2021.1.0-preview.2.20260203→2021.1.0-preview.4.202603222022.1.0-preview.2.20260203→2022.1.0-preview.4.202603222023.1.0-preview.2.20260203→2023.1.0-preview.4.202603222024.1.0-preview.2.20260203→2024.1.0-preview.4.202603222025.1.0-preview.2.20260203→2025.1.0-preview.4.202603222026.1.0-preview.2.20260203→2026.1.0-preview.4.202603222027.0.0-preview.2.20260203→2027.0.0-preview.4.20260322Release Notes
Nice3point/RevitUnit (Nice3point.TUnit.Revit)
v2027.0.0-preview.4.20260322Compare Source
This release adds support for Revit 2027, testing for different languages and custom Revit installation path.
Localization support
TUnit initializes Revit with the
English - United Stateslanguage. To override these defaults, use assembly-level attributes:Add the attributes to any .cs file in your project (e.g., TestsConfiguration.cs):
Add the attributes directly to your .csproj file:
The
RevitLanguageattribute accepts a language name (e.g., "English - United States"), code (e.g., "ENU")or LanguageType enum value (e.g., "English_GB" or "15").
Custom Revit installation path
TUnit initializes Revit from
C:\Program Files\Autodesk\Revit {version}installation path. To override these defaults, use assembly-level attributes:Add the attributes to any .cs file in your project (e.g., TestsConfiguration.cs):
Add the attributes directly to your .csproj file:
Enhancements
Full changelog: Nice3point/RevitUnit@2027.0.0-preview.3.20260322...2027.0.0-preview.4.20260322
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.