refactor: rename .opnest file extension to .nest
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user