Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Jan 2, 2025
1 parent b716aca commit 9ca6bfc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
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.0.0-beta.11</Version>
<Version>1.0.0-beta.12</Version>
</PropertyGroup>
</Project>
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Generate `DefineConstants`:
```xml
<PropertyGroup>
<DefineConstants>$(DefineConstants);REVIT2024</DefineConstants>
<DefineConstants>$(DefineConstants);REVIT2024_OR_GREATER;REVIT2023_OR_GREATER;REVIT2022_OR_GREATER;REVIT2021_OR_GREATER;REVIT2020_OR_GREATER;REVIT2019_OR_GREATER;REVIT2018_OR_GREATER;REVIT2017_OR_GREATER</DefineConstants>
<DefineConstants>$(DefineConstants);REVIT2024_OR_GREATER;REVIT2023_OR_GREATER;REVIT2022_OR_GREATER;REVIT2021_OR_GREATER;REVIT2020_OR_GREATER;REVIT2019_OR_GREATER</DefineConstants>
</PropertyGroup>
```

Expand Down Expand Up @@ -110,6 +110,8 @@ Generate `DefineConstants`:
</PropertyGroup>
```

**The default value of `RevitVersionMinimal` is `2019`.**

### SupportedRevitVersion

The `SupportedRevitVersion` is a `ItemGroup` that includes the version `2015`, `2016`, `2017`, `2018`, `2019`, `2020`, `2021`, `2022`, `2023`, `2024`, `2025`, `2026`, `2027`, `2028`, `2029` and `2030`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net45</TargetFramework>
<RevitVersion>2019</RevitVersion>
<RevitVersion>2021</RevitVersion>
<DefineConstants>TEST</DefineConstants>
</PropertyGroup>

Expand Down

0 comments on commit 9ca6bfc

Please sign in to comment.