Matt Ward

MonoDevelop NuGet Addin Extensions Releases

Version 0.34

  • Support Visual Studio for Mac 17.5 preview 2
  • Fix Entity Framework Update-Database failing to run
  • Update to PowerShell 7.3.0

Version 0.33

  • Fix xml files not having syntax highlighting in the main text editor
  • Fix type load exception causing the NuGet Package Console to not load resulting in a purple window

Version 0.32

  • Support Visual Studio for Mac 17.4 preview 1

Version 0.31.1

  • Release for Visual Studio for Mac 17.3
  • Fix type load exception causing the NuGet Package Console to not load resulting in a purple window

Version 0.31

  • Support Visual Studio for Mac 17.3 preview 3
  • The Solution window now displays a NuGet.Config files node which shows the NuGet.Config files used by the solution.

Version 0.30

2022-05-29

  • Support Visual Studio for Mac 17.3 preview 1

Version 0.29

2022-05-21

  • PowerShell now hosted in process
  • Update to PowerShell 7.2.3
  • Mono PCL exe removed

Version 0.28

2022-04-10

  • Support Visual Studio for Mac 17.0 preview 8
  • Ensure dotnet CLI is available on PATH for powershell console host
  • Fix error adding migration with EF Core 6

Version 0.27

2021-04-25

  • Support Visual Studio for Mac 8.10 preview 2

Version 0.26

2020-11-29

  • PowerShell remote console host now requires .NET Core 3.1 runtime
  • Detect missing runtime required for console host
  • Improve restart remote console host logic

Version 0.25

2020-11-22

  • Support Visual Studio for Mac 8.8 RTM

Version 0.24

2020-08-08

  • Support Visual Studio for Mac 8.7 RTM
  • Fixed Dependencies folder not updating for SDK style projects

Version 0.23

2020-05-25

  • Support Visual Studio for Mac 8.6 RTM

Version 0.22

2020-04-18

  • Support Visual Studio for Mac 8.6 preview

## Version 0.21.1

2020-04-19

  • Support Visual Studio for Mac 8.5

Version 0.21

2019-12-15

  • Support Visual Studio for Mac 8.3 RTM
  • Fixed error resolving NuGet.Resolver 5.2.0.3

Version 0.20

2019-08-14

  • Support Visual Studio for Mac 8.3 preview
  • Remove Manage NuGet packages dialog (now included with Visual Studio for Mac 8.3).

Version 0.19

2019-06-08

  • Support Visual Studio for Mac 8.1 which uses NuGet 5.0

Version 0.18

2019-05-05

  • Add PowerShell Core based NuGet Package Manager Console
    • Supports tab completion
    • Supports Entity Framework Core PowerShell commands
    • Supports Get-Help
    • Supports stopping the running PowerShell command

Version 0.17

2019-03-12

  • Support Visual Studio for Mac 7.8.3.2

Version 0.16

2019-02-22

  • Support Visual Studio for Mac 7.8.0.1624

Version 0.15

2018-12-19

  • Support Visual Studio for Mac 7.7.2.21 which uses NuGet 4.8

Version 0.14

2018-10-27

  • Support Visual Studio for Mac 7.7.0.1738 which uses NuGet 4.7
  • Change clear button icon used in Package Console Extension to match other output windows.

Version 0.13

2018-06-12

  • Show license dialog one time only when installing, updating or consolidating NuGet packages into multiple projects.

Version 0.12.6

2017-12-05

  • Support Visual Studio for Mac 7.3.0.797

Version 0.12.5

2017-09-26

  • Support Visual Studio for Mac 7.2.0.617

Version 0.12.4

2017-08-13

  • Support Visual Studio for Mac 7.2.0.526
  • Increase height of Select Projects dialog

Version 0.12.3

2017-07-03

  • Support Visual Studio for Mac 7.1.0.1178
  • Support NuGet 4.3
  • .NET Core projects supported in PowerShell console
  • NuGet packaging projects supported in PowerShell console
  • PackageReference projects supported in PowerShell console

Version 0.12.2

2017-04-14

  • Support Visual Studio for Mac 7.0.0.2740

Version 0.12.1

2017-02-14

  • Support Visual Studio for Mac preview 3

Version 0.12

2016-12-20

  • Support NuGet 3.4.3 and MonoDevelop 6.1
  • Allow PowerShell console to be cleared using command line using ‘Clear’.

Version 0.11.1

2016-08-06

  • Support NuGet 2.12

Version 0.11 (MonoDevelop 6.0)

2016-05-14

  • Support MonoDevelop 6.0

Version 0.11

2015-11-28

  • Support Update-Package -Reinstall
  • Fix null reference exception when opening Manage Packages dialog when no solution is open
  • Prevent exceptions in search categories used in global search crashing IDE.

Version 0.10.1

2015-09-02

  • Support NuGet 2.8.7 and Xamarin Studio 5.10.

Version 0.10

2015-07-18

  • Support DependencyVersion parameter in Install-Package PowerShell command.

Version 0.9

2015-06-28

  • Allow solution level packages to be uninstalled from console.
  • Fix argument cannot be null message when uninstalling unknown package from console.
  • Support version constraints in packages.config file when using Update-Package in console.

Version 0.8

2015-05-30

  • Update to NuGet 2.8.5 to support Xamarin Studio 5.9.2
  • Fix gtk critical errors when opening Manage Packages dialog.

Version 0.7

2015-05-17

  • Fix exception when import removed when unintalling AutoMapper.
  • Support PowerShell script that add imports to MSBuild global projects.
  • Support target framework specific NuGet PowerShell scripts.
  • Fix custom repository paths not used for Install-Package cmdlet.
  • Colour text in Package Console Extension window.
  • Support -verbose parameter in PowerShell console.

Version 0.6.1

2015-04-21

  • Update to NuGet 2.8.3 to support Xamarin Studio 5.9

Version 0.6

2014-08-30

  • Fix type load exception in the Package Console Extension window in Xamarin Studio 5.3.

Version 0.5

2014-06-22

  • Implement most of the EnvDTE project model which can be used from the Package Console Extension window.
  • Fix new Package Console not showing projects in drop down if opened after the solution is opened.
  • Standard aliases (e.g. ls, pwd, cd) for commands now defined in Package Console Extension window.
  • Modify addin so it works with MonoDevelop 5.0, 5.1 and 5.2.

Version 0.4

2014-06-11

  • Add a Package Console Extension window that supports the PowerShell cmdlets Install-Package, Uninstall-Package, Get-Project, Update-Package and Get-Package. Uses Pash.

Version 0.3

2014-06-08

  • Allow managing of packages at the solution level. Manage Packages menu option available from the Project menu and when the solution is right clicked. This opens the Manage Packages dialog allowing packages to be installed into multiple projects at the same time.

Version 0.2

2014-06-06

  • Add List Portable Class Libraries command to unified search. This new command runs the MonoPcl command line utility which lists the .NET portable class libraries available on the local machine.
  • Rename Install Package command in unified search to be Add Package.
  • Show package id and version in unified search category.
  • Add new search categories package and nuget which are a different way to run the Add Package command.

Version 0.1

2014-06-08

  • Support installing a NuGet package from unified search with new Install Package command.