Thursday, October 4, 2018

Create NuGet packages for Managed and Native libraries

Create NuGet packages for Managed and Native libraries

Managed libraries Nuspec file Before jumping into nuspec file creation, one should know that nuget can generate a package directly from a visual studio project: nuget pack MyPackage.csproj If you're willing to enter advanced mode, then you need a nuspec file. First of all, instead of recreating the

Monday, August 13, 2018

Migration from SVN to GIT

Migration from SVN to GIT

Step 0 : Define migration strategy Option 1 [recommended] : If possible, do not bother to migrate the SVN history to git but rather keep the old repositories archived and start over in git from the tip of the trunk. Option 2 : Migrate trunk and tags only.
Pages (14)123456

 
biz.