Skip to content

Commit

Permalink
Update TestAdapter with PackageLicenseFile
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Apr 3, 2024
1 parent ffe3efd commit 946873d
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Update `Command` with `SemanticVersion`.
- Update `TestAdapter` with debug logs.
- Update `TestAdapter` with `PackageTags`
- Update `TestAdapter` with `PackageLicenseFile`

## [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-beta</Version>
<Version>1.3.1-beta.1</Version>
</PropertyGroup>
</Project>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
<RepositoryUrl>https://github.com/$(GitHubRepositoryOwner)/$(GitHubRepository)</RepositoryUrl>
<RepositoryType>github</RepositoryType>
<PackageIcon>icon.png</PackageIcon>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIconUrl />
</PropertyGroup>
Expand Down

0 comments on commit 946873d

Please sign in to comment.