DotNet Version Updater is a tool that allows automatic updation of the build version for your Visual Basic and Visual C# Applications.
Follow these steps to Integrate DotNet Version Updater in your project.
1. Go to Compile > Build Events
2. Type in or copy-paste the following line under Pre-build event command line:-
2.1 For VB .NET Project
"%ProgramFiles%\Maxotek\DotNet Version Updater\DotNet Version Updater.exe" "$(ProjectDir)My Project\AssemblyInfo.vb"
2.2 For C# .NET Project
"%ProgramFiles%\Maxotek\DotNet Version Updater\DotNet Version Updater.exe" "$(ProjectDir)Properties\AssemblyInfo.cs"
3. Click on OK and now Compile your application to verify that the build version changes.
Current Version:
1.2.0.0
Release Date:
Friday, January 1, 2010
Release Status:
Minor Update
Type: Freeware
Category: Development::Other
Forums: Product | Support
Supported Operating Systems: Windows XP, Windows Vista
System Requirements: Microsoft .NET Framework 2.0
PAD File: DotNet Version Updater.xml