Skip to content

Commit 51169eb

Browse files
committed
Version 2.6.0
1 parent 01421e7 commit 51169eb

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.5.0</VersionPrefix>
4+
<VersionPrefix>2.6.0</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.5.0" />
17+
<PackageReference Include="MetadataExtractor" Version="2.6.0" />
1818
</ItemGroup>
1919
```
2020

0 commit comments

Comments
 (0)