refactor: rename .opnest file extension to .nest

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-19 08:29:46 -04:00
parent 1c8b35bcfb
commit d7cc08dff7
5 changed files with 12 additions and 12 deletions

View File

@@ -5,8 +5,8 @@ namespace OpenNest.IO
{
public static class NestFormat
{
public const string FileExtension = ".opnest";
public const string FileFilter = "Nest Files (*.opnest)|*.opnest";
public const string FileExtension = ".nest";
public const string FileFilter = "Nest Files (*.nest)|*.nest";
public static readonly JsonSerializerOptions JsonOptions = new()
{