diff --git a/.github/workflows/CI-Package-Release.yml b/.github/workflows/CI-Package-Release.yml
index 460776f..e268629 100644
--- a/.github/workflows/CI-Package-Release.yml
+++ b/.github/workflows/CI-Package-Release.yml
@@ -52,7 +52,7 @@ jobs:
- name: Step-04 Install .NET
uses: actions/setup-dotnet@v3
with:
- dotnet-version: 9.0.x
+ dotnet-version: 10.0.x
- name: Step-05 Restore dependencies
run: dotnet restore
@@ -101,7 +101,7 @@ jobs:
- name: Step-04 Install .NET
uses: actions/setup-dotnet@v3
with:
- dotnet-version: 9.0.x
+ dotnet-version: 10.0.x
- name: Step-05 Restore dependencies
run: dotnet restore
diff --git a/.github/workflows/Master-Build.yml b/.github/workflows/Master-Build.yml
index b7ff9a4..0fdfe98 100644
--- a/.github/workflows/Master-Build.yml
+++ b/.github/workflows/Master-Build.yml
@@ -18,7 +18,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
- dotnet-version: 9.0.x
+ dotnet-version: 10.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
diff --git a/GitVersion.yml b/GitVersion.yml
index 8b7d579..996834d 100644
--- a/GitVersion.yml
+++ b/GitVersion.yml
@@ -1,4 +1,4 @@
-next-version: 5.0.1
+next-version: 5.1.0
tag-prefix: '[vV]'
mode: ContinuousDeployment
branches:
diff --git a/License.md b/License.md
index c1fcb07..6868373 100644
--- a/License.md
+++ b/License.md
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) 2025 Code Shayk
+Copyright (c) 2026 Code Shayk
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index 6ee7d55..b592ea7 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
-#
FileUtil.Core v5.0.1
+#
FileUtil.Core v5.1.0
[](https://badge.fury.io/nu/FixedWidth.FileParser) [](https://github.com/CodeShayk/FileUtil.Core/blob/master/LICENSE.md)
[](https://github.com/CodeShayk/FileUtil.Core/actions/workflows/Master-Build.yml)
[](https://github.com/CodeShayk/FileUtil.Core/releases/latest)
[](https://github.com/CodeShayk/FileUtil.Core/actions/workflows/Master-CodeQL.yml)
+[](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
[](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)
[](https://github.com/dotnet/standard/blob/v2.0.0/docs/versions/netstandard2.1.md)
[](https://github.com/dotnet/standard/blob/v2.0.0/docs/versions/netstandard2.0.md)
-[](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net46)
-----------
#### .Net Library to read from fixed width or delimiter separated file using strongly typed objects.
diff --git a/images/file-parser.jpg b/images/file-parser.jpg
new file mode 100644
index 0000000..0ec8505
Binary files /dev/null and b/images/file-parser.jpg differ
diff --git a/ninja-icon-16.png b/images/ninja-icon-16.png
similarity index 100%
rename from ninja-icon-16.png
rename to images/ninja-icon-16.png
diff --git a/ms-icon-310x310.png b/ms-icon-310x310.png
deleted file mode 100644
index c47e814..0000000
Binary files a/ms-icon-310x310.png and /dev/null differ
diff --git a/src/FileUtil/FileUtil.csproj b/src/FileUtil/FileUtil.csproj
index 5ac591e..4176820 100644
--- a/src/FileUtil/FileUtil.csproj
+++ b/src/FileUtil/FileUtil.csproj
@@ -1,6 +1,6 @@
- net462;netstandard2.0;netstandard2.1;net9.0
+ netstandard2.0;netstandard2.1;net9.0;net10.0
Public
https://github.com/CodeShayk/FileUtil.Core
csv tsv fixed-width delimiter-file delimiter file-parser file parser
@@ -15,16 +15,16 @@ Example: pipe delimited, csv, tsv, etc.
Fixed Width File Parser
https://github.com/CodeShayk/FileUtil.Core/wiki
https://1drv.ms/u/s!Aq_ncig7TU4551b5fzxOad-pDMfL
- 5.0.1
+ 5.1.0
FixedWidth.FileParser
- © Copyright 2025 Code Shayk.
- ninja-icon-16.png
+ © Copyright 2026 Code Shayk.
+ file-parser.jpg
README.md
License.md
True
True
True
- - Use Parsley.Net for parsing of files.
+ v5.1.0 - Targets .net 10
True
@@ -37,7 +37,7 @@ Example: pipe delimited, csv, tsv, etc.
True
\
-
+
True
\
@@ -47,6 +47,6 @@ Example: pipe delimited, csv, tsv, etc.
-
+
\ No newline at end of file
diff --git a/test/FileUtil.Tests/FileUtil.Tests.csproj b/test/FileUtil.Tests/FileUtil.Tests.csproj
index ba4059b..657b7dc 100644
--- a/test/FileUtil.Tests/FileUtil.Tests.csproj
+++ b/test/FileUtil.Tests/FileUtil.Tests.csproj
@@ -1,7 +1,7 @@
- net9.0
+ net10.0
enable
enable