Skip to content

Commit

Permalink
Update Command AssemblyName to use Version
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Dec 9, 2024
1 parent ae98581 commit d06f846
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Update `ricaun.NUnit` to `1.4.1`.
- Add `MetadataMapper` to map `AssemblyMetadata` configuration.
- Update to use `Task.Run` to force run outside the Revit context.
### Command
- Update `AssemblyName` to use `Version`.
### TestAdapter
- Update `MapperKey` to multiple converts.
- Update `MetadataMapper` with `prefix`.
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.7.1-alpha.3</Version>
<Version>1.7.1-alpha.4</Version>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion ricaun.RevitTest.Command/ricaun.RevitTest.Command.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</PropertyGroup>

<PropertyGroup>
<AssemblyName>$(PackageId)</AssemblyName>
<AssemblyName>$(PackageId).$(Version)</AssemblyName>
<Product>$(PackageId)</Product>
<Copyright>Copyright (C) $(Company) $(CopyrightYears)</Copyright>
</PropertyGroup>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit d06f846

Please sign in to comment.