From b46ccf3685ee95ed8048777b9d5958c9c9d61a07 Mon Sep 17 00:00:00 2001 From: Stefan Seeland <168659+stesee@users.noreply.github.com> Date: Sun, 12 Oct 2025 15:34:55 +0200 Subject: [PATCH] Update NugetReadme and gitattributes configuration --- .gitattributes | 3 ++- OpenXmlPowerTools/docs/nugetReadme.md | 4 +--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 28586d9e..c4a80eac 100644 --- a/.gitattributes +++ b/.gitattributes @@ -18,7 +18,8 @@ # Declare files that will always have CRLF line endings on checkout. *.sln text eol=crlf -*.csproj text eol=crlf +# Ignore line ending changes in csproj files to prevent VS Code auto-formatting issues +*.csproj text=auto # Denote all files that are truly binary and should not be modified. *.png binary diff --git a/OpenXmlPowerTools/docs/nugetReadme.md b/OpenXmlPowerTools/docs/nugetReadme.md index ca828ae5..d22228ff 100644 --- a/OpenXmlPowerTools/docs/nugetReadme.md +++ b/OpenXmlPowerTools/docs/nugetReadme.md @@ -1,8 +1,6 @@ # OpenXmlPowerTools -[![.NET build and test](https://github.com/Codeuctivity/OpenXmlPowerTools/actions/workflows/dotnet.yml/badge.svg)](https://github.com/Codeuctivity/OpenXmlPowerTools/actions/workflows/dotnet.yml) [![Nuget](https://img.shields.io/nuget/v/Codeuctivity.OpenXmlPowerTools.svg)](https://www.nuget.org/packages/Codeuctivity.OpenXmlPowerTools/) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/91883269775a4333aa78d8a911dfbaf5)](https://www.codacy.com/gh/Codeuctivity/OpenXmlPowerTools/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Codeuctivity/OpenXmlPowerTools&utm_campaign=Badge_Grade) - -This is a fork of https://www.nuget.org/packages/OpenXmlPowerTools/ +[![.NET build and test](https://github.com/Codeuctivity/OpenXmlPowerTools/actions/workflows/dotnet.yml/badge.svg)](https://github.com/Codeuctivity/OpenXmlPowerTools/actions/workflows/dotnet.yml) [![Nuget](https://img.shields.io/nuget/v/Codeuctivity.OpenXmlPowerTools.svg)](https://www.nuget.org/packages/Codeuctivity.OpenXmlPowerTools/) ## Focus of this fork