Skip to content

Commit

Permalink
Add PackageTags
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Apr 3, 2024
1 parent c2229b3 commit ffe3efd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.3.1] / 2024-04-02
### Features
- Support Revit 2025 to 2017.
### Fixed
- Fix `Installation` Application issue.
- Fix `Timeout` with issue with `testsFinishedForceToEnd`.
- Fix `Timeout` issue with `testsFinishedForceToEnd`.
### Updated
- Update `ricaun.Revit.Installation`
- Update `debugger` with debug logs.
- Update `Command` with `SemanticVersion`.
- Update `TestAdapter` with debug logs.
- Update `TestAdapter` with `PackageTags`

## [1.3.0] / 2024-03-28
### Features
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.3.1-alpha.2</Version>
<Version>1.3.1-beta</Version>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
<Company>ricaun</Company>
<Authors>Luiz Henrique Cassettari</Authors>
<Description>Multi-version NUnit testing framework for Revit API</Description>
<PackageTags>revit;test;testadapter;nunit;dotnet</PackageTags>
<CopyrightYears>$([System.DateTime]::Now.ToString('yyyy'))</CopyrightYears>
</PropertyGroup>

Expand Down

0 comments on commit ffe3efd

Please sign in to comment.