Skip to content

Commit 86d3180

Browse files
committed
Bump version
1 parent 3257a34 commit 86d3180

3 files changed

Lines changed: 29 additions & 30 deletions

File tree

Changelog.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Release 2027.0.0-preview.5.20260329
1+
# 2027.0.0
22

33
### External Events
44

@@ -245,20 +245,20 @@ DeleteElementEvent.Raise();
245245
await DeleteElementAsyncEvent.RaiseAsync();
246246
```
247247

248-
# Release 2026.0.0
248+
# 2026.0.0
249249

250250
- New `Context.UiControlledApplication` property. Helps to manipulate with the Revit ribbon, context menus outside ExternalApplication.
251251
- Now `AsyncEventHandler{T}` works in a multithreaded application and returns the result to each recipient.
252252
- Removed `AssemblyLoadContext` for addins isolation. It will be moved to Revit itself. [More info.](https://feedback.autodesk.com/project/forum/thread.html?cap=cb0fd5af18bb49b791dfa3f5efc47a72&forid=%7B057e532f-e478-43d9-affc-01b3deb82a76%7D&topid=%7B8C202188-9EA5-49BE-B95F-7F5115507C88%7D)
253253
- Removed deprecated features.
254254
- Fixed dependency resolver to avoid conflict with the Revit runtime.
255255

256-
# Release 2025.0.3
256+
# 2025.0.3
257257

258258
- Removed JetBrains.Annotations dependency
259259
- Fixed typo in summary
260260

261-
# Release 2025.0.2
261+
# 2025.0.2
262262

263263
- **Context** global handlers:
264264
- **SuppressFailures**: suppresses the display of the Revit error and warning messages during transaction.
@@ -278,7 +278,7 @@ await DeleteElementAsyncEvent.RaiseAsync();
278278
- Assembly load context internal optimizations
279279
- Readme updates, include extra samples
280280

281-
# Release 2025.0.1
281+
# 2025.0.1
282282

283283
## Add-in dependencies isolation
284284

@@ -324,14 +324,14 @@ Plugins using interfaces such as **IExternalCommand** will not benefit from this
324324
.SetAvailabilityController<AvailableCommandController>()
325325
```
326326

327-
# Release 2025.0.0
327+
# 2025.0.0
328328

329329
- Revit 2025 support
330330
- Add new DuplicateTypeNamesHandler overload
331331
- Optimize assembly resolve by @dosymep
332332
- Fix resolve raw assembly by @dosymep
333333

334-
# Release 2024.0.1
334+
# 2024.0.1
335335

336336
- New **Context** class.
337337

@@ -381,7 +381,7 @@ Plugins using interfaces such as **IExternalCommand** will not benefit from this
381381
}
382382
```
383383

384-
# Release 2024.0.0
384+
# 2024.0.0
385385

386386
- Revit 2024 support
387387
- New SaveSharedCoordinatesCallback
@@ -391,11 +391,11 @@ ExternalCommand:
391391

392392
- New SuppressFailures method
393393

394-
# Release 2023.0.12
394+
# 2023.0.12
395395

396396
New runtime attributes: init, required keywords support
397397

398-
# Release 2023.0.11
398+
# 2023.0.11
399399

400400
- New AsyncEventHandler
401401
- New AsyncEventHandler<T>
@@ -410,32 +410,32 @@ New runtime attributes: init, required keywords support
410410
- Removed ActionEventHandler params versions. Use parameterless version
411411
- Removed IdlingEventHandler params versions. Use parameterless version
412412

413-
# Release 2023.0.10
413+
# 2023.0.10
414414

415415
Dependency resolver for ExternalApplication
416416

417417
Nuget symbol server support: https://symbols.nuget.org/download/symbols
418418

419-
# Release 2023.0.9
419+
# 2023.0.9
420420

421421
TransactionUtils:
422422

423423
- Updated transaction mechanism
424424
- New Modify document method
425425

426-
# Release 2023.0.8
426+
# 2023.0.8
427427

428428
Fixed security issues
429429

430-
# Release 2023.0.7
430+
# 2023.0.7
431431

432432
Fixed dependency search issue for several plugins loaded in Revit
433433

434-
# Release 2023.0.6
434+
# 2023.0.6
435435

436436
- External command minor backend optimization
437437

438-
# Release 2023.0.5
438+
# 2023.0.5
439439

440440
External command:
441441

@@ -446,23 +446,23 @@ External command:
446446
- Updated Assembly resolver
447447
- Removed ExceptionHandler
448448

449-
# Release 2023.0.4
449+
# 2023.0.4
450450

451451
- Change namespace for DockablePaneProvider
452452

453-
# Release 2023.0.3
453+
# 2023.0.3
454454

455455
- New ExternalApplication
456456

457-
# Release 2023.0.2
457+
# 2023.0.2
458458

459459
- New ExternalCommand
460460

461-
# Release 2023.0.1
461+
# 2023.0.1
462462

463463
- New DockablePaneProvider
464464
- New SelectionConfiguration
465465

466-
# Release 2023.0.0
466+
# 2023.0.0
467467

468468
- Initial release

build/Build.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<PackageReference Include="ModularPipelines.Git"/>
1414
<PackageReference Include="ModularPipelines.GitHub"/>
1515
<PackageReference Include="ModularPipelines.DotNet"/>
16-
<PackageReference Include="JetBrains.Annotations"/>
1716
<PackageReference Include="Microsoft.VisualStudio.SolutionPersistence"/>
1817
</ItemGroup>
1918

build/appsettings.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"Build": {
33
"Versions": {
4-
"Release.R20": "2020.4.0-preview.5.20260329",
5-
"Release.R21": "2021.4.0-preview.5.20260329",
6-
"Release.R22": "2022.4.0-preview.5.20260329",
7-
"Release.R23": "2023.4.0-preview.5.20260329",
8-
"Release.R24": "2024.3.0-preview.5.20260329",
9-
"Release.R25": "2025.2.0-preview.5.20260329",
10-
"Release.R26": "2026.1.0-preview.5.20260329",
11-
"Release.R27": "2027.0.0-preview.5.20260329"
4+
"Release.R20": "2020.4.0",
5+
"Release.R21": "2021.4.0",
6+
"Release.R22": "2022.4.0",
7+
"Release.R23": "2023.4.0",
8+
"Release.R24": "2024.3.0",
9+
"Release.R25": "2025.2.0",
10+
"Release.R26": "2026.1.0",
11+
"Release.R27": "2027.0.0"
1212
},
1313
"OutputDirectory": "output"
1414
},

0 commit comments

Comments
 (0)