Skip to main content

Release Notes

1.4.0

  • Support for .NET 8 has been added. To run the program, you need to install the .NET 8.0 SDK.
  • The default value of the optional argument <ndver> of the pack command has been changed from 3.0 to 3.1.
  • Fixed an issue where a warning about deprecated commands was displayed when running the install and uninstall commands.
  • NDExt now makes it easier to create packages that include profiles, making it easier to deploy base profiles.
  • The profiles folder is also created when running the new command of NDExt.

1.3.0

  • Extensions can now be packaged regardless of the version of the donet in the project.

1.2.0

  • The long parameter names of the Pack command options have been changed to start with --.
  • The output folder for the package of the Pack command was a relative path from the project folder in V1.1.0, but from V1.2.0 it has been changed to a relative path from the folder when the NDExt command is executed. If you want to execute it in the project folder as before, change the directory when the command is executed and then call the pack command.

1.1.0

  • In response to the change in Next Design V2.0 Service Update1, the pack command has been modified so that it does not use the title tag of the nuspec file.

1.0.8

  • The judgment conditions for the message when nuget.exe cannot be found with the pack command have been modified.

1.0.7

  • A message has been added when nuget.exe cannot be found with the pack command.

1.0.6

  • The pack command has been improved so that Authors, Copyright, etc. are correctly set in the package.

1.0.5

  • Fixed an error that could cause an error with the pack command.

1.0.4

  • Changed the default Next Design version to 2.0.
  • Improved the pack command error message to make it easier to understand.

1.0.2

  • Released as the official version.