From 864cce4b4fbc094ccc5f6a2345c87b66dd007600 Mon Sep 17 00:00:00 2001 From: ScottIsAFool Date: Fri, 21 Nov 2014 21:58:03 +0000 Subject: [PATCH 1/2] Added commercial-projects.md Also corrected spelling mistake in dotnet-projects.md --- commercial-projects.md | 11 +++++++++++ dotnet-projects.md | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 commercial-projects.md diff --git a/commercial-projects.md b/commercial-projects.md new file mode 100644 index 0000000..7634e7d --- /dev/null +++ b/commercial-projects.md @@ -0,0 +1,11 @@ +# .NET Commercial Projects + +There are many .NET based open source commercial projects. You can always use a search engine to find projects, and that's a good approach. This list is an intended to provide a showcase for projects that want it. It is intended to be community maintained. PR a change in and it will be accepted (modulo duplicates). Projects should be sorted alphabetically and project source links and product website are allowed. + +* Media Streaming + * [Media Browser](https://github.com/mediabrowser/) - [www.mediabrowser.tv](http://www.mediabrowser.tv) + + +This list is just a starting point - also take a look at all the projects on [CodePlex](http://www.codeplex.com/) and on [GitHub Trending C#](https://github.com/trending?l=csharp). + +Thanks to @scottisafool for providing the initial list. diff --git a/dotnet-projects.md b/dotnet-projects.md index 86a2843..b9a48e4 100644 --- a/dotnet-projects.md +++ b/dotnet-projects.md @@ -1,6 +1,6 @@ # .NET Projects -There are many .NET open source projects. You can always use a search engine to find projects, and that's a good approach. This list is an intended to provide a showcase for projects that want it. It is itendeded to be community maintained. PR a change in and it will be accepted (modulo duplicates). Projects should be sorted alphabetically and GitHub links are preferred. +There are many .NET open source projects. You can always use a search engine to find projects, and that's a good approach. This list is an intended to provide a showcase for projects that want it. It is intended to be community maintained. PR a change in and it will be accepted (modulo duplicates). Projects should be sorted alphabetically and GitHub links are preferred. * Platforms * [.NET Core](https://github.com/dotnet/core) From 0d2cb9053c582913014562002f649c378b3ef7b8 Mon Sep 17 00:00:00 2001 From: ScottIsAFool Date: Sun, 23 Nov 2014 15:57:47 +0000 Subject: [PATCH 2/2] Renamed from commercial projects to consumer --- commercial-projects.md | 11 ----------- consumer-projects.md | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 commercial-projects.md create mode 100644 consumer-projects.md diff --git a/commercial-projects.md b/commercial-projects.md deleted file mode 100644 index 7634e7d..0000000 --- a/commercial-projects.md +++ /dev/null @@ -1,11 +0,0 @@ -# .NET Commercial Projects - -There are many .NET based open source commercial projects. You can always use a search engine to find projects, and that's a good approach. This list is an intended to provide a showcase for projects that want it. It is intended to be community maintained. PR a change in and it will be accepted (modulo duplicates). Projects should be sorted alphabetically and project source links and product website are allowed. - -* Media Streaming - * [Media Browser](https://github.com/mediabrowser/) - [www.mediabrowser.tv](http://www.mediabrowser.tv) - - -This list is just a starting point - also take a look at all the projects on [CodePlex](http://www.codeplex.com/) and on [GitHub Trending C#](https://github.com/trending?l=csharp). - -Thanks to @scottisafool for providing the initial list. diff --git a/consumer-projects.md b/consumer-projects.md new file mode 100644 index 0000000..ecfe1ed --- /dev/null +++ b/consumer-projects.md @@ -0,0 +1,11 @@ +# .NET Consumer Projects + +There are many .NET based open source consumer projects. You can always use a search engine to find projects, and that's a good approach. This list is an intended to provide a showcase for projects that want it. It is intended to be community maintained. PR a change in and it will be accepted (modulo duplicates). Projects should be sorted alphabetically and project source links and product website are allowed. This list could include desktop applications, websites, mobile apps, etc. + +* Media Streaming + * [Media Browser](https://github.com/mediabrowser/) - [www.mediabrowser.tv](http://www.mediabrowser.tv) + + +This list is just a starting point - also take a look at all the projects on [CodePlex](http://www.codeplex.com/) and on [GitHub Trending C#](https://github.com/trending?l=csharp). + +Thanks to @scottisafool for providing the initial list.