Skip to content

Commit b79b00b

Browse files
committed
- Release v5.0.1
1 parent ca9e236 commit b79b00b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/FileUtil/FileUtil.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net9.0</TargetFramework>
3+
<TargetFrameworks>net462;netstandard2.0;netstandard2.1;net9.0</TargetFrameworks>
44
<RepositoryType>Public</RepositoryType>
55
<RepositoryUrl>https://github.com/CodeShayk/FileUtil.Core</RepositoryUrl>
66
<PackageTags>csv tsv fixed-width delimiter-file delimiter file-parser file parser</PackageTags>
@@ -15,7 +15,7 @@ Example: pipe delimited, csv, tsv, etc.</Description>
1515
<Product>Fixed Width File Parser</Product>
1616
<PackageProjectUrl>https://github.com/CodeShayk/FileUtil.Core/wiki</PackageProjectUrl>
1717
<PackageIconUrl>https://1drv.ms/u/s!Aq_ncig7TU4551b5fzxOad-pDMfL</PackageIconUrl>
18-
<Version>5.0.0</Version>
18+
<Version>5.0.1</Version>
1919
<Title>FixedWidth.FileParser</Title>
2020
<Copyright>© Copyright 2025 Code Shayk.</Copyright>
2121
<PackageIcon>ninja-icon-16.png</PackageIcon>
@@ -47,6 +47,6 @@ Example: pipe delimited, csv, tsv, etc.</Description>
4747
</None>
4848
</ItemGroup>
4949
<ItemGroup>
50-
<PackageReference Include="Parsley.Net" Version="1.0.0" />
50+
<PackageReference Include="Parsley.Net" Version="1.0.1" />
5151
</ItemGroup>
5252
</Project>

src/FileUtil/Provider/Impl/FileHelper.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System.Collections.Generic;
22
using System.IO;
3-
using System.Reflection.PortableExecutable;
43

54
namespace FileUtil.Provider.Impl
65
{

0 commit comments

Comments
 (0)