Source Code is a year old and not up to date with current releases. Please update.
I saw a discussion about this, and your mention of GIT not being easy. However GIT is fairly easy to use, especially if you are using Visual Studio 2012 with the Microsoft GIT extension or Visual Studio 2013 with GIT built in. No command line required any more there are tons of GUI clients.
If you are not a fan of GIT see if you can convert your project to TFS or Mercurial, GIT is not a requirement for using CodePlex, as a mater of fact GIT on CodePlex is kind of crappy, if you want to use GIT with an opensource project I would recommend GitHub. TFS is the best source control for CodePlex if you are going to use Visual Studio as your development environment, as it will just work.
Anyway, in order to be an open source hosted project on CodePlex you really need to keep the source in sync with what is being released.
I saw a discussion about this, and your mention of GIT not being easy. However GIT is fairly easy to use, especially if you are using Visual Studio 2012 with the Microsoft GIT extension or Visual Studio 2013 with GIT built in. No command line required any more there are tons of GUI clients.
If you are not a fan of GIT see if you can convert your project to TFS or Mercurial, GIT is not a requirement for using CodePlex, as a mater of fact GIT on CodePlex is kind of crappy, if you want to use GIT with an opensource project I would recommend GitHub. TFS is the best source control for CodePlex if you are going to use Visual Studio as your development environment, as it will just work.
Anyway, in order to be an open source hosted project on CodePlex you really need to keep the source in sync with what is being released.