in

ASP.NET Weblogs

This Blog

Syndication

ShowUsYour<Blog>

Irregular expressions regularly

More ProjectDistributor activity - auto updater and upcoming features

Jonathon de Halleux (aka: "Peli") has just published a neat little helper assembly written in Whidbey which uses the ProjectDistributor webservices and can help detect whether there is a new Release available for download for a given project.

     ProjectDistributor.AutoUpdate

You could use this assembly to provide a basis for rudimentary "auto-update" support for your apps.  I know that Mitch has written a task which automagically uploads new builds into ProjectDistributor via the services.  So, using ProjectDistributor as your release repository it's easy to see how you can extend it via the services interface to totally automate your build publishing.

As an aside, I added a couple of new features to the build which is running the online site:

  • There's now a link to the webservices on the main menu
  • There's a new webmethod named ListReleasesByProject
  • There's a new webmethod named GetDownloadUrl (you should use this when displaying links to your downloads as I may choose to abstract the download service off to a 3rd party at a later date)
  • I've fixed the comments section so that the comment subject and the name of the user that left the comment will now be displayed.

For the next release I'm planning to implement a more advanced Issue Tracking feature, Trackbacks, and I'm also tossing up whether to integrate Scott Mitchell's new skmFAQ API in to manage the FAQ's.  At this stage it's more likely that the FAQ implementation will have to wait until I've got the Issue Tracking in there.

Published Jan 07 2005, 10:05 PM by digory
Filed under:

Comments

 

TrackBack said:

January 6, 2005 8:41 PM
 

Jonathan de Halleux said:

I just hacked AutoUpdate quickly yesterday... and I'm currently not very happy with it so stay tuned for more updates :)
January 7, 2005 11:43 AM
 

Scott Mitchell said:

Darren, your skmFAQs.NET link points to www.skmmenu.com, not www.skmFAQs.NET as it should... www.skmmenu.com is the site for skmMenu, a free, open-source menu control for ASP.NET 1.x.

Thanks!
January 7, 2005 1:40 PM

Leave a Comment

(required)  
(optional)
(required)  
Add