Skip to content

Commit fdcc3a1

Browse files
committed
Version 2.4.2
1 parent b8ecff9 commit fdcc3a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.4.1</VersionPrefix>
4+
<VersionPrefix>2.4.2</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
@@ -15,7 +15,7 @@ Either add this to your project file
1515

1616
```xml
1717
<ItemGroup>
18-
<PackageReference Include="MetadataExtractor" Version="2.4.1" />
18+
<PackageReference Include="MetadataExtractor" Version="2.4.2" />
1919
</ItemGroup>
2020
```
2121

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 2.4.1-ci{build}
1+
version: 2.4.2-ci{build}
22
branches:
33
only:
44
- master

0 commit comments

Comments
 (0)