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 @@ -# ninja FileUtil.Core v5.0.1 +# parser FileUtil.Core v5.1.0 [![NuGet version](https://badge.fury.io/nu/FixedWidth.FileParser.svg)](https://badge.fury.io/nu/FixedWidth.FileParser) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/CodeShayk/FileUtil.Core/blob/master/LICENSE.md) [![Master-Build](https://github.com/CodeShayk/FileUtil.Core/actions/workflows/Master-Build.yml/badge.svg)](https://github.com/CodeShayk/FileUtil.Core/actions/workflows/Master-Build.yml) [![GitHub Release](https://img.shields.io/github/v/release/CodeShayk/FileUtil.Core?logo=github&sort=semver)](https://github.com/CodeShayk/FileUtil.Core/releases/latest) [![Master-CodeQL](https://github.com/CodeShayk/FileUtil.Core/actions/workflows/Master-CodeQL.yml/badge.svg)](https://github.com/CodeShayk/FileUtil.Core/actions/workflows/Master-CodeQL.yml) +[![.Net 10.0](https://img.shields.io/badge/.Net-10.0-green)](https://dotnet.microsoft.com/en-us/download/dotnet/10.0) [![.Net 9.0](https://img.shields.io/badge/.Net-9.0-blue)](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) [![.Net Standard 2.1](https://img.shields.io/badge/.NetStandard-2.1-blue)](https://github.com/dotnet/standard/blob/v2.0.0/docs/versions/netstandard2.1.md) [![.Net Standard 2.0](https://img.shields.io/badge/.NetStandard-2.0-blue)](https://github.com/dotnet/standard/blob/v2.0.0/docs/versions/netstandard2.0.md) -[![.Net Framework 4.6.4](https://img.shields.io/badge/.Net-4.6.2-blue)](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