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 9b7ed47 commit 0ce4058Copy full SHA for 0ce4058
Directory.Build.props
@@ -1,7 +1,7 @@
1
<Project>
2
3
<PropertyGroup>
4
- <VersionPrefix>2.4.2</VersionPrefix>
+ <VersionPrefix>2.4.3</VersionPrefix>
5
<DebugType>portable</DebugType>
6
<LangVersion>preview</LangVersion>
7
<Nullable>enable</Nullable>
README.md
@@ -15,7 +15,7 @@ Either add this to your project file
15
16
```xml
17
<ItemGroup>
18
- <PackageReference Include="MetadataExtractor" Version="2.4.2" />
+ <PackageReference Include="MetadataExtractor" Version="2.4.3" />
19
</ItemGroup>
20
```
21
appveyor.yml
@@ -1,4 +1,4 @@
-version: 2.4.2-ci{build}
+version: 2.4.3-ci{build}
branches:
only:
- master
0 commit comments