We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10866bd commit 510b5f1Copy full SHA for 510b5f1
Directory.Build.props
@@ -1,7 +1,7 @@
1
<Project>
2
3
<PropertyGroup>
4
- <VersionPrefix>2.8.0</VersionPrefix>
+ <VersionPrefix>2.8.1</VersionPrefix>
5
<DebugType>portable</DebugType>
6
<LangVersion>preview</LangVersion>
7
<Nullable>enable</Nullable>
README.md
@@ -14,7 +14,7 @@ Either add this to your project file
14
15
```xml
16
<ItemGroup>
17
- <PackageReference Include="MetadataExtractor" Version="2.8.0" />
+ <PackageReference Include="MetadataExtractor" Version="2.8.1" />
18
</ItemGroup>
19
```
20
0 commit comments