keenlabs / keen-sdk-net

A .NET SDK for the Keen IO API
MIT License
37 stars 24 forks source link

Rename NetStandard projects #136

Closed masojus closed 6 years ago

masojus commented 6 years ago

Rename Keen.NetStandard->Keen and also drop a level in the nested namespace hierarchy, so now instead of Keen.Core, Keen.Core.Query, Keen.NET, Keen.Core.EventCache etc....everything is in a namespace once nested from Keen, so Keen.Core, Keen.Query, Keen.Datasets and so forth are all siblings. One could argue some stuff needs to move up into just Keen but we can do that later if needed.

Mostly namespace renames, but again there are changes in project files/.sln/CI configs and scripts to reference the right assets and such.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 75.802% when pulling b92b2011ba995fc3735ff2903562ce87de81561c on jm_RenameNetStandardProj into 639d8701ce85832056483d8989c7c7141f856673 on jm_OnlyNetStandardProj.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 75.802% when pulling 50e974038385c06954b87e486f9837a031d82b52 on jm_RenameNetStandardProj into 1980af1ea9c574d66d6817bf67066f12a22ed49b on jm_OnlyNetStandardProj.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 75.802% when pulling 39153602c4ad5eaecfb50423e75861a59b038c01 on jm_RenameNetStandardProj into 16046c9b05dddedb6717ae25c9117126e8c5619c on jm_OnlyNetStandardProj.

masojus commented 6 years ago

Merging even though the MacOS CI job hasn't finished...changes since last successful MacOS build are comment-only. If there's an issue, I'll deal with the merge of this and PR #135 directly in master, but it'd unlikely.