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 1bc0506 commit 63771bfCopy full SHA for 63771bf
Directory.Build.props
@@ -1,7 +1,7 @@
1
<Project>
2
3
<PropertyGroup>
4
- <VersionPrefix>2.7.0</VersionPrefix>
+ <VersionPrefix>2.7.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.7.0" />
+ <PackageReference Include="MetadataExtractor" Version="2.7.1" />
18
</ItemGroup>
19
```
20
0 commit comments