Download Version Updater
Description
Version Updater is a command-line software development utility designed to automatically update version numbers during the build or release process.
Source Files
The download file versionupdater.zip has the following entries.
trunk/VersionUpdater2008.sln/* w ww. j a v a2s .co m*/
trunk/VersionUpdater2010.sln
trunk/VersionUpdater2012.sln
trunk/docs/sample.config
trunk/docs/todo.txt
trunk/imgs/logo.ico
trunk/imgs/logo.psd
trunk/src/VersionUpdater/ApplicationCommandLineDefinition.cs
trunk/src/VersionUpdater/ApplicationOptions.cs
trunk/src/VersionUpdater/CommandLine/CommandLineArgument.cs
trunk/src/VersionUpdater/CommandLine/CommandLineArgumentException.cs
trunk/src/VersionUpdater/CommandLine/CommandLineDefinition.cs
trunk/src/VersionUpdater/CommandLine/CommandLineParseResult.cs
trunk/src/VersionUpdater/CommandLine/CommandLineParser.cs
trunk/src/VersionUpdater/CommandLine/DuplicateCommandLineArgumentException.cs
trunk/src/VersionUpdater/CommandLine/InvalidCommandLineArgumentNameException.cs
trunk/src/VersionUpdater/CommandLine/MissingCommandLineArgumentValueException.cs
trunk/src/VersionUpdater/CommandLine/MissingRequiredCommandLineArgumentException.cs
trunk/src/VersionUpdater/CommandLine/UnrecognisedCommandLineArgumentException.cs
trunk/src/VersionUpdater/NumericUtils.cs
trunk/src/VersionUpdater/Program.cs
trunk/src/VersionUpdater/Properties/AssemblyInfo.cs
trunk/src/VersionUpdater/Properties/app.ico
trunk/src/VersionUpdater/Properties/version.config
trunk/src/VersionUpdater/VersionUpdater.csproj
trunk/src/VersionUpdater/Versioning/Updaters/BuildTypeVersionUpdater.cs
trunk/src/VersionUpdater/Versioning/Updaters/ComparisonType.cs
trunk/src/VersionUpdater/Versioning/Updaters/ConditionalVersionUpdater.cs
trunk/src/VersionUpdater/Versioning/Updaters/DateTimeUnit.cs
trunk/src/VersionUpdater/Versioning/Updaters/FixedVersionUpdater.cs
trunk/src/VersionUpdater/Versioning/Updaters/IncrementVersionUpdater.cs
trunk/src/VersionUpdater/Versioning/Updaters/MultiPartMode.cs
trunk/src/VersionUpdater/Versioning/Updaters/MultiPartVersionUpdater.cs
trunk/src/VersionUpdater/Versioning/Updaters/NoChangeVersionUpdater.cs
trunk/src/VersionUpdater/Versioning/Updaters/OperatorType.cs
trunk/src/VersionUpdater/Versioning/Updaters/PropertyVersionUpdater.cs
trunk/src/VersionUpdater/Versioning/Updaters/SubstringVersionUpdater.cs
trunk/src/VersionUpdater/Versioning/Updaters/SumVersionUpdater.cs
trunk/src/VersionUpdater/Versioning/Updaters/TimeSinceVersionUpdater.cs
trunk/src/VersionUpdater/Versioning/Updaters/VersionPartUpdater.cs
trunk/src/VersionUpdater/Versioning/VersionApplicator.cs
trunk/src/VersionUpdater/Versioning/VersionType.cs
trunk/src/VersionUpdater/Versioning/VersionUpdaterConfiguration.cs
trunk/src/VersionUpdaterTestHarness/MainForm.Designer.cs
trunk/src/VersionUpdaterTestHarness/MainForm.cs
trunk/src/VersionUpdaterTestHarness/MainForm.resx
trunk/src/VersionUpdaterTestHarness/Program.cs
trunk/src/VersionUpdaterTestHarness/Properties/AssemblyInfo.cs
trunk/src/VersionUpdaterTestHarness/VersionUpdaterTestHarness.csproj
Download
Click the following link to download versionupdater.zip.
versionupdater.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »