Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic What is the Correct method of updating versions (Read 2151 times)
hyper
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 14
Joined: Apr 8th, 2021
What is the Correct method of updating versions
Jan 5th, 2022 at 9:39pm
Print Post  
Hi.  I have a WinForms license.

I downloaded a zip to version upgrade, named
WinFormsTrial.zip ; did setup, and then moved
the DLL's to my development.

Recompiled, and things look good, with my
existing license key.

Is this the correct approach, latest software?  It seems
to work; but will it revert to "Trial" ??  Is this the
correct way to upgrade the production software?

Thank you!
hyperscalper
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3378
Joined: Oct 19th, 2005
Re: What is the Correct method of updating versions
Reply #1 - Jan 6th, 2022 at 7:39am
Print Post  
Hi,

Thank you for choosing our product!

If you use the nuget package, you'd be able to update by clicking Update button in VS package manager -
https://www.nuget.org/packages/MindFusion.Diagramming/

Your license key should work for all versions released within an year after the purchase. If you want to be sure a new version will still work for you, you could check result of this method after calling AddLicense -

Code
Select All
var valid = LicenseManager.CheckLicense(
    releaseDate, "MindFusion.Diagramming.WinForms"); 



Regards,
Slavcho
Mindfusion
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint