-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rewrite for .NET 6 #135
Comments
what are the thoughts on
What are the current permissions on this repository, who currently owns and manages likes of PRs? |
So
At the moment the master branch (at somepoint we should change to main) is protected
|
I've on the tail end of a long burn out, but I do hope to get back into things. My two cents is the best way to rejuvenate the project would be a new branch in the existing repo and not a new repo as it would hamper discovery |
Great summary. I'd very much like to be apart of this rewrite. Creating a new branch would be alot less confusing since we already have the 1.x and 2.x branches here. |
@marblekirby Awesome stuff! Ahh i see we have 2.x tag & a 2.x release hidden away! 3.x it is then! |
Great shall we create the new branch and get some issues created for the 2.x.x release? |
3.x (pretend theres a winky face because i couldnt find it) Shall we go with feature/core-rewrite for the time being and at somepoint down the line merge that into a 3.x branch or? |
Shall we get an issue created for the 3.x 😉 and discuss there. I think that the feature/core-rewrite is fine, or some reference to .net 6 might be helpful as Microsoft have dropped "core" for the .net 5/6 releases. |
Closing to move over to #136 |
My thoughts are that we use github actions to deploy a 2.x.x-alpha to NuGet which we can use for testing etc. with the wider community.
In regards to the main branch, we keep that going and alive for the time being with the outlook to have a 1.x.x branch where the old code sits for any bug fixes and such. However i think people should moving on from old .net versions!
The text was updated successfully, but these errors were encountered: