Contents tagged with Visual Studio
-
Assembly File Version Auto-Increment 'Magic'
For those who do not have the time or the resources to maintain TFS-based continuous integration environment and leverage its very powerful MSBuild functionality, here's a relatively simple way to auto-increment your assembly file version.
-
Finding Those Pesky Unicode Characters in Visual Studio
Sometimes I’m handed HTML that I need to wire up and I find these
characters. Usually there are only a couple on the page and, while annoying to find, it’s not a big deal. Recently I found dozens and dozens of these guys on a page and wasn’t very happy at the prospect of having to manually search them all out and remove/replace them. That is, until I did some research and found this very helpful article by Aaron Jensen - Finding Non-ASCII Characters with Visual Studio.