-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
54b82a6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update the NuGet as well https://github.com/Pragmasoft/uCommerce.QuickpayV10/blob/master/tools/NuGet/App.Manifest.nuspec
It also seems this haven't been updated for a while:
https://github.com/Pragmasoft/uCommerce.QuickpayV10/tree/master/package
I can't find the NuGet package published on https://www.nuget.org/ - so it is only available to install it as NuGet package by specifying the
-source
parameter in package manager console to the local.nupkg
file?It seems we the
.nupkg
file also was used to install via App Installer in UCommerce section, but we got an updated.nupkg
file for v. 1.3.0.0 since it was never uploaded to this repository.It would be easier if the github releases was used, when a new version is released, so you always can grab the source code for that specific release. And maybe also publish the NuGet package on nuget.org
I am not sure if there is a difference between installing the package via UCommerce App installer vs installing via package manager console window in Visual Studio.