Grabbing a version number from a NuGet package’s file name
If you ever want to pull a version number out of a file’s name (like a NuGet package, for example), it is pretty easy with regex. Of course, I suck at regex. I always need to look up the syntax and even then I probably won’t get it right. So, anyway, here is the code … [Read more…]