Skip to content

Commit 510b5f1

Browse files
committed
Version 2.8.1
1 parent 10866bd commit 510b5f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<VersionPrefix>2.8.0</VersionPrefix>
4+
<VersionPrefix>2.8.1</VersionPrefix>
55
<DebugType>portable</DebugType>
66
<LangVersion>preview</LangVersion>
77
<Nullable>enable</Nullable>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Either add this to your project file
1414

1515
```xml
1616
<ItemGroup>
17-
<PackageReference Include="MetadataExtractor" Version="2.8.0" />
17+
<PackageReference Include="MetadataExtractor" Version="2.8.1" />
1818
</ItemGroup>
1919
```
2020

0 commit comments

Comments
 (0)