Skip to content

Commit 420f299

Browse files
committed
release: 0.1.1
1 parent a6482d5 commit 420f299

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
- Set DevelopmentDependency to true (#2)
66
- Make sure .Parent directory isn't null (#3)
77

8+
## 0.1.1
9+
10+
- No documented changes.
11+
812
## 0.1.0
913

1014
- Description to nuget package

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.1.0" PrivateAssets="All" />
19+
<PackageReference Include="UnoptimizedAssemblyDetector" Version="0.1.1" PrivateAssets="All" />
2020
</ItemGroup>
2121
```
2222

src/UnoptimizedAssemblyDetector/UnoptimizedAssemblyDetector.csproj

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

3333
<ItemGroup>

0 commit comments

Comments
 (0)