Skip to content

Instantly share code, notes, and snippets.

@abjerner
Created March 9, 2015 12:52
Show Gist options
  • Save abjerner/13596232c60c6ec3b7f4 to your computer and use it in GitHub Desktop.
Save abjerner/13596232c60c6ec3b7f4 to your computer and use it in GitHub Desktop.
  • Create a common package - could be called Our.NuGetPackageActions for packages to use. Ths package:

    • Looks for packages at startup (eg. implementing a certain interface)

    • Keeps track of new install and updates via temp files stored in App_Data sub folder

      • Lets you have events for "Installed" and "Updated". There could also be an "Uninstalled" event although the DLL has been removed ad this point.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment