Skip to content

Commit 0008739

Browse files
committed
release: 0.1.0
1 parent cf2f355 commit 0008739

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.1.0
44

55
- Description to nuget package
66
- Gif to readme showing how it works

README.md

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

1717
```xml
1818
<ItemGroup>
19-
<PackageReference Include="UnoptimizedAssemblyDetector" Version="0.0.5" PrivateAssets="All" />
19+
<PackageReference Include="UnoptimizedAssemblyDetector" Version="0.1.0" PrivateAssets="All" />
2020
</ItemGroup>
2121
```
2222

src/UnoptimizedAssemblyDetector/UnoptimizedAssemblyDetector.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</PropertyGroup>
2727
<PropertyGroup Condition="'$(CraftRelease)' == 'true'">
2828
<!-- Version published to NuGet is controlled here. -->
29-
<Version>0.0.5</Version>
29+
<Version>0.1.0</Version>
3030
</PropertyGroup>
3131

3232
<ItemGroup>

0 commit comments

Comments
 (0)