We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf24ce commit 12293e3Copy full SHA for 12293e3
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 0.0.5
4
5
- Fixed conflict with Microsoft.Build.Utilities.Core
6
- Added a logo to nuget package and acknowledgment to readme
README.md
@@ -12,7 +12,7 @@ This project hooks into the build process and detects if any referenced assembly
12
13
```xml
14
<ItemGroup>
15
- <PackageReference Include="UnoptimizedAssemblyDetector" Version="0.0.4" PrivateAssets="All" />
+ <PackageReference Include="UnoptimizedAssemblyDetector" Version="0.0.5" PrivateAssets="All" />
16
</ItemGroup>
17
```
18
0 commit comments