By tag: Versioning
0
kicks
Merge Files with Git Merge Tool
This article shows you how you can merge branches in git with git merge and how to use git mergetool for conflict resolution.
0
kicks
Versioning Builds With TFS & MSBuild
How to automatically use the TFS changeset number for the revision number part of a version string.
0
kicks
.Net and C# Versioning Clarifications
Many people have misconceptions of the versions of the .Net Framework and the .Net languages. Let's set the record straight.
0
kicks
ChannelFactory
Our application is huge; we expect it to consist of dozens of Web services each with dozens of methods. Anticipating many years of evolution, maintenance, and service packs, we immediately asked questions like “How will we maintain shape changes to service contracts?”
0
kicks
Same Assembly Version For All Project
A simple tip for managing the same Assembly Version for several project I.e. have it managed in one place.
0
kicks
Which Version of Version?
Phil Haack discusses versioning schemes and the lack of agreement.
0
kicks
Software Downloads, Versions & Coupling
You'd be surprised how some of the biggest companies drive their customers nuts by failing to clearly version their software or needlessly packaging software.
0
kicks
Building Plugins Resilient to Versioning
This article discusses how to design a plugin architecture that is resilient to versioning and changes.