LeeCampbell / HdrHistogram.NET

Port of the HdrHistorgram to .NET/C#
Other
18 stars 3 forks source link

Mark the Nuget Package as "Unofficial" #58

Closed LeeCampbell closed 8 years ago

LeeCampbell commented 8 years ago

As this isn't the official HdrHistogram.NET Repo*, we shouldn't be taking the HdrHistogram nuget package title. It appears to have been taken anyway by the existing thing. https://www.nuget.org/packages/HdrHistogram.NET/

Also worth removing the build time dependency that has made it into the nuspec file declaration

<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
  <metadata>
    <!--TODO: rename to HdrHistogram -->
    <id>HdrHistogram</id>
    <version>2.0.75-beta</version>
    <title>HdrHistogram</title>
    ...
    <tags>HdrHistogram Histogram Instrumentation</tags>
    <!--TODO: remove this build time dependency -->
    <dependencies>
      <dependency id="AssemblyVersion.MSBuild" version="0.1.0" />
    </dependencies>
  </metadata>
</package>

*Official one is here - https://github.com/HdrHistogram/HdrHistogram.net

LeeCampbell commented 8 years ago

Arguably he can keep the HdrHistogram.NET package, and we can just take HdrHistogram? The .NET seem redundant here. We dont get Rx.NET, we get Rx, right?!

LeeCampbell commented 8 years ago

As part of this fix, it seems that the existing tools have just enough friction that we will need to script a bunch of things.

I think it is going to be best to follow the lead of the JSON.NET project.

peske commented 8 years ago

It's great to see that we'll finally have actively developed supported HdrHistogram port. Thanks for that guyz! Now question: Nuget package is not available yet, right? Any estimation when it will be published? Thanks!

LeeCampbell commented 8 years ago

I am doing my best to get it out asap. Was hoping to get it out in the weekend, but was battling build issues. Should be a matter of days. Would love to get feedback when it is out. On 11 Apr 2016 8:22 AM, "peske" notifications@github.com wrote:

It's great to see that we'll finally have actively developed supported HdrHistogram port. Thanks for that guyz! Now question: Nuget package is not available yet, right? Any estimation when it will be published? Thanks!

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/LeeCampbell/HdrHistogram.NET/issues/58#issuecomment-208100573

LeeCampbell commented 8 years ago

And we have a nuget package! - https://www.nuget.org/packages/HdrHistogram/

Ok so I didn't go with naming it unofficial, but due to the amount of work I have poured into this project, it feels pretty bloody official to me! ;-)