johnpierson / MonocleForDynamo

This is the repository for the Monocle View Extension for Dynamo
BSD 3-Clause "New" or "Revised" License
48 stars 7 forks source link

Package version check #38

Open Vanman989 opened 2 years ago

Vanman989 commented 2 years ago

What is the problem that needs solving? Checking if you have the latest version of your packages.

How would you like to see it solved? I guess you click somewhere off your menu bar and it brings up your library with the current version and what the new version is.

Thanks for any work if you do into this!!

brencass commented 2 years ago

The version checking could apply on the About Window, i have quickly implemented it into my fork at the following files: AboutView.xaml - https://github.com/brencass/MonocleForDynamo/blob/VersionChecker/src/Monocle/About/AboutView.xaml AboutView.xaml.cs - https://github.com/brencass/MonocleForDynamo/blob/VersionChecker/src/Monocle/About/AboutView.xaml.cs Utilities.cs - https://github.com/brencass/MonocleForDynamo/blob/VersionChecker/src/Monocle/Utilities/Utilities.cs

johnpierson commented 2 years ago

Hey brendan. Thanks for the code, I do believe @Vanman989 wants a tool to check all installed packages against the latest versions on the package manager. https://forum.dynamobim.com/t/rhythm-latest-package-dll-error/82210/3