Skip to content

Commit 8c8ca88

Browse files
committed
bump version to 2.0.0
1 parent 90a5e58 commit 8c8ca88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Revit database explorer provides visualization for geometrical features of vario
6161

6262
### query Revit database with RDQ (Revit database querying)
6363

64-
RDQ is capable of to interpret words separated by `,` as element ids, Revit classes, categories, parameters and many more. RDQ builds from them FilteredElementCollector and uses it to query Revit database.
64+
RDQ is capable of interpreting words separated by `,` as element ids, Revit classes, categories, parameters and many more. RDQ builds from them FilteredElementCollector and uses it to query Revit database.
6565

6666
[Learn more about Revit database querying (RDQ).](documentation/revit-database-querying.md)
6767

sources/RevitDBExplorer/RevitDBExplorer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</PropertyGroup>
2525
<PropertyGroup>
2626
<StartupObject />
27-
<Version>1.10.5.0</Version>
27+
<Version>2.0.0.0</Version>
2828
</PropertyGroup>
2929
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R2023|AnyCPU'">
3030
<DefineConstants>TRACE;R2021b, R2022b, R2023b, R2023e, R2024e</DefineConstants>

0 commit comments

Comments
 (0)