Version.proj: Updated documentation comments with versioning instructions
Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/6cd681dd Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/6cd681dd Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/6cd681dd Branch: refs/heads/master Commit: 6cd681dd0c9b636b7faf8899b19e3775aed57059 Parents: 29a249b Author: Shad Storhaug <[email protected]> Authored: Thu Apr 20 00:46:56 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Thu Apr 20 00:46:56 2017 +0700 ---------------------------------------------------------------------- Version.proj | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/6cd681dd/Version.proj ---------------------------------------------------------------------- diff --git a/Version.proj b/Version.proj index 4296667..91cc850 100644 --- a/Version.proj +++ b/Version.proj @@ -1,12 +1,13 @@ <Project> + <!-- IMPORTANT: When either of these values is changed, the TeamCity counter number should also be reset. --> <PropertyGroup> - <!-- IMPORTANT: VersionPrefix should always be the same as the Lucene version this is based on. + <!-- IMPORTANT: VersionPrefix must always be the same as the Lucene version this is based on. Never increment it for an individual build - only increment this when an entire version's changes are ported over from Lucene. This is what determines the version of all of the NuGet packages and binaries. --> <VersionPrefix>4.8.0</VersionPrefix> - <!-- VersionSuffix is the pre-release tag. A zero-padded version number will automatically be suffixed to this - by the build script. --> + <!-- VersionSuffix is the pre-release tag. If non-empty, a zero-padded counter number + will automatically be suffixed to this by the build script (when running under TeamCity). --> <VersionSuffix>beta</VersionSuffix> </PropertyGroup>
