Skip to content

Commit

Permalink
release: 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garcia committed May 22, 2021
1 parent cf2f355 commit 0008739
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1.0

- Description to nuget package
- Gif to readme showing how it works
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This project hooks into the build process and detects if any referenced assembly

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(CraftRelease)' == 'true'">
<!-- Version published to NuGet is controlled here. -->
<Version>0.0.5</Version>
<Version>0.1.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 0008739

Please sign in to comment.