Skip to main content

Release Notes

1.5.0

  • Resolved an issue where the ndext new command did not correctly add projects to a solution in environments with the .NET 10 SDK installed.

1.4.0

  • Added support for .NET 8. The .NET 8.0 SDK must be installed to run the program.
  • Changed the default value of the <ndver> option argument for the pack command from 3.0 to 3.1.
  • Fixed an issue where the install and uninstall commands displayed a warning that they were deprecated.
  • NDExt makes it easier to create packages containing profiles, making it easier to deploy base profiles.
  • The profiles folder is now also created when running the NDExt new command.

1.3.0

  • Extension projects can now be packaged regardless of the .NET version.

1.2.0

  • Changed the long parameter names in the Pack command options to start with --.
  • In V1.1.0, the output folder for the Pack command was relative to the project folder, but from V1.2.0 onwards, it is now relative to the folder where the NDExt command is executed. If you want to run it in the project folder as before, change the directory where the command is executed before calling the pack command.

1.1.0

  • Fixed the issue in Next Design V2.0 Service Update 1, preventing the pack command from using the title tag of the nuspec file.

1.0.8

  • Corrected the criteria for the message displayed when nuget.exe is not found in the pack command.

1.0.7

  • Added a message for when nuget.exe is not found in the pack command.

1.0.6

  • Improved the pack command to correctly set Authors, Copyright, etc. in the package.

1.0.5

  • Fixed an error that sometimes caused errors with the pack command.

1.0.4

  • Changed the default Next Design version to 2.0.
  • Improved the clarity of error messages for the pack command.

1.0.2

  • Released as the official version.