Skip to content

Commit 12293e3

Browse files
committed
release: 0.0.5
1 parent 3cf24ce commit 12293e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.0.5
44

55
- Fixed conflict with Microsoft.Build.Utilities.Core
66
- Added a logo to nuget package and acknowledgment to readme

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This project hooks into the build process and detects if any referenced assembly
1212

1313
```xml
1414
<ItemGroup>
15-
<PackageReference Include="UnoptimizedAssemblyDetector" Version="0.0.4" PrivateAssets="All" />
15+
<PackageReference Include="UnoptimizedAssemblyDetector" Version="0.0.5" PrivateAssets="All" />
1616
</ItemGroup>
1717
```
1818

0 commit comments

Comments
 (0)