This repository was archived by the owner on Dec 2, 2021. It is now read-only.
Use file version#22
Closed
asherber wants to merge 8 commits into304NotModified:masterfrom
asherber:use-file-version
Closed
Use file version#22asherber wants to merge 8 commits into304NotModified:masterfrom asherber:use-file-version
asherber wants to merge 8 commits into304NotModified:masterfrom
asherber:use-file-version
Conversation
…FileVersion is true
Collaborator
|
this project is no longer maintained. raise a new issue if u want to take ownership |
Owner
|
Is this backwards compatible? (PS I'm the owner since today) |
Author
|
I believe the changes I made were backwards compatible. But frankly, it was two years ago and I haven't used this tool in a long time, so I wouldn't swear to anything. |
| - `%branch%` is replaced with the branch name of the repository | ||
| - `%haschanges%` is replaced with the string defined in the ChangeString attribute in the configuration, see below. | ||
| - `%user%` is replaced with the current user name | ||
| - `%machinename%` is replaced with the current machine name |
Owner
There was a problem hiding this comment.
Already added these to the readme. Thanks!
Owner
|
FYI, I like to merge this one soon (need to fix |
4 tasks
Owner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This branch addresses #13 by adding two config options:
OverwriteFileVersionis set totrueby default. If it is set tofalse, Stamp will not overwrite theAssemblyFileVersionwith theAssemblyVersion.UseFileVersionisfalseby default. If it is set totrue, Stamp will useAssemblyFileVersionto construct theAssemblyInformationalVersion, rather than usingAssemblyVersion. Also, if this is set totrue,OverwriteFileVersionwill befalseand will ignore any explicitly set value.I included tests for both of these options that mimic
TaskTests.