Skip to content

Upgrade to .NET 10 and C# 14 (V2)#2

Merged
FaysilAlshareef merged 3 commits into
mainfrom
copilot/add-new-version-to-project
Dec 9, 2025
Merged

Upgrade to .NET 10 and C# 14 (V2)#2
FaysilAlshareef merged 3 commits into
mainfrom
copilot/add-new-version-to-project

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Dec 9, 2025

Bumps the library to V2 with .NET 10 and C# 14 support.

Changes

  • Target Framework: net9.0net10.0
  • C# Version: Explicit LangVersion 14
  • Package Version: 1.0.02.0.0
  • Metadata: Updated tags (dotnet10, net10, csharp14) and release notes
  • Dependencies: Verified all NuGet packages at latest versions (ClosedXML 0.105.0)
  • Documentation: Enhanced README with comprehensive V2 information including:
    • Version history comparing V1 and V2
    • What's new in V2 (performance improvements, C# 14 features)
    • Migration guide from V1 to V2
    • Clear installation instructions for both V1 and V2
    • Updated dependency documentation

Compatibility

ClosedXML 0.105.0 (latest stable) remains compatible via .NET Standard 2.0. No code changes required—existing implementation is C# 14 compatible.

Documentation Highlights

The README now includes detailed information about V2 benefits:

  • Performance: Native .NET 10 runtime optimizations, AVX10.2 & ARM64 SVE support
  • Long-Term Support: LTS release supported until November 2028
  • Developer Experience: Access to C# 14 language features (extension members, implicit spans, etc.)
  • Migration Path: Simple 3-step upgrade process with 100% API compatibility
Original prompt

This section details on the original issue you should resolve

<issue_title>add new version from project</issue_title>
<issue_description>I need you add new V2 from current project that support .NET 10 and C# 14

use nuget mcp and github mcp to understand upgrade requirements</issue_description>

<agent_instructions>use Claude opus 4.5 and tell me in agent what's the model that you use
</agent_instructions>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: FaysilAlshareef <99669048+FaysilAlshareef@users.noreply.github.com>
Copilot AI changed the title [WIP] Add new version V2 supporting .NET 10 and C# 14 Upgrade to .NET 10 and C# 14 (V2) Dec 9, 2025
Copilot AI requested a review from FaysilAlshareef December 9, 2025 19:07
@FaysilAlshareef
Copy link
Copy Markdown
Owner

@copilot update libreries to last version using nuget

and update read me file and add information about V2

…rary versions

Co-authored-by: FaysilAlshareef <99669048+FaysilAlshareef@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Dec 9, 2025

@copilot update libreries to last version using nuget

and update read me file and add information about V2

Updated! All libraries are already at their latest versions (ClosedXML 0.105.0 is the latest stable release from May 2025).

I've enhanced the README with comprehensive V2 documentation including:

  • Version history and comparison
  • What's new in V2 (performance benefits, C# 14 features)
  • Migration guide from V1 to V2
  • Clear installation instructions for both versions
  • Detailed dependency information

Changes committed in bc6d163.

@FaysilAlshareef FaysilAlshareef marked this pull request as ready for review December 9, 2025 19:16
@FaysilAlshareef FaysilAlshareef merged commit affda28 into main Dec 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add new version from project

2 participants