Skip to content

Assembly info patch for console #142

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 10, 2014

Conversation

JakeGinnivan
Copy link
Contributor

Fixes #111

@JakeGinnivan
Copy link
Contributor Author

Also makes a start on #133

});
_cleanupBackupTasks.Add(() => File.Delete(backupAssemblyInfo));

var assemblyVersion = string.Format("{0}.{1}.0.0", variables[VariableProvider.Major], variables[VariableProvider.Minor]);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Am thinking we need to pull this logic out somewhere common, like maybe Core :P

@JakeGinnivan
Copy link
Contributor Author

@SimonCropp @andreasohlund review would be great

@JakeGinnivan
Copy link
Contributor Author

@SimonCropp rebased

@JakeGinnivan
Copy link
Contributor Author

Hey @SimonCropp @andreasohlund, could either of you review? :)

@andreasohlund
Copy link
Contributor

Looks good to me!

On Wed, Apr 9, 2014 at 2:39 PM, Jake Ginnivan [email protected]:

Hey @SimonCropp https://github.com/SimonCropp @andreasohlundhttps://github.com/andreasohlund,
could either of you review? :)

Reply to this email directly or view it on GitHubhttps://github.com//pull/142#issuecomment-39958621
.

JakeGinnivan added a commit that referenced this pull request Apr 10, 2014
@JakeGinnivan JakeGinnivan merged commit da16f66 into GitTools:master Apr 10, 2014
@JakeGinnivan JakeGinnivan deleted the AssemblyInfoPatch branch April 10, 2014 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

/UpdateAssemblyInfo switch for exe
2 participants