Skip to content

Commit

Permalink
release: 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garcia committed May 21, 2021
1 parent 3cf24ce commit 12293e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.0.5

- Fixed conflict with Microsoft.Build.Utilities.Core
- Added a logo to nuget package and acknowledgment to readme
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This project hooks into the build process and detects if any referenced assembly

```xml
<ItemGroup>
<PackageReference Include="UnoptimizedAssemblyDetector" Version="0.0.4" PrivateAssets="All" />
<PackageReference Include="UnoptimizedAssemblyDetector" Version="0.0.5" PrivateAssets="All" />
</ItemGroup>
```

Expand Down

0 comments on commit 12293e3

Please sign in to comment.