.NET开发

本类阅读TOP10

·NHibernate快速指南(翻译)
·vs.net 2005中文版下载地址收藏
·【小技巧】一个判断session是否过期的小技巧
·VB/ASP 调用 SQL Server 的存储过程
·?dos下编译.net程序找不到csc.exe文件
·通过Web Services上传和下载文件
·学习笔记(补)《.NET框架程序设计(修订版)》--目录
·VB.NET实现DirectDraw9 (2) 动画
·VB.NET实现DirectDraw9 (1) 托管的DDraw
·建站框架规范书之——文件命名

分类导航
VC语言Delphi
VB语言ASP
PerlJava
Script数据库
其他语言游戏开发
文件格式网站制作
软件工程.NET开发
VS.NET 2003 Plugin: Auto Version Increment

作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站

I finally updated the code for my VS.NET 2003 version increment plug-in!  The new version fixes the annoying bug that causes the Version Increment output window to default over the Build output window, making it hard to see what was going on.  I've also fixed a problem that caused the plug in to not work properly if you disabled it from the Add in menu and then enabled it again without restarting VS.NET.

I've created two new pacakges, a source ZIP file and an installation MSI that will install the plugin.  Make sure you remove any previous existing version of the plug-in before installing the new one to prevent them from fighting with each other.

Before are the previous notes from the first release:


I've written an easy to use plug in for VS.NET 2003 that provides the auto increment build number functionality from older versions of VB on the new VB.NET langauge.  Basically this plugin will automatically update the build numbers, adding one to the previous number, each time the project is built.

You can download the current version from GotDotNet.

However, there are a few things that make it not as well rounded as it should be, that I'll be updating in the near futuring, including:

  • C# Language support
  • Returning to the build window after updating
  • Enable/disable plugin on the fly
  • Disable plugin through VS.NET's plug in interface.

I'll keep this entry updated with the latest news.




相关文章

相关软件