Hacker News new | ask | show | jobs
by jetti 3113 days ago
If you haven't check out the subreddits /r/dotnet and /r/csharp on Reddit. You can promote it there.

Question for you: Any particular reason you split out v6 and v7 into different repos on github? I would suggest using branches to do your dev work and keep master as is as the latest version. If need be, you could branch off and create v6 branches if you want to support old versions. The only reason I mention that is if people are using v7 and then you make a new repo for v8, many of the people who use v7 will never know about v8.

1 comments

the reason is I just want to isolate them from each other. because v6 is not the successor of v5 and v7 is not a successor of v6. I'm keeping them there just to be accessible for old projects. Actually, I need to use xeora account for v7 completely because v7 have framework, visual studio extensions, xeora cli, separate session service implementations and the like. with this way it is currently located under v7 repository. I'll take care of it more structured soon.

And also thank you for your advice. I'll check what can I do on reddit.