nobjectid by Junyu Zhou

<PackageReference Include="nobjectid" Version="1.0.0" />

.NET API 13,824 bytes

 nobjectid 1.0.0

objectid from mongodb is a sort of global unique identifier(guid)

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>nobjectid</id>
    <version>1.0.0</version>
    <authors>Junyu Zhou</authors>
    <owners>Junyu Zhou</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <projectUrl>https://github.com/rainrcn/nobjectid</projectUrl>
    <description>objectid from mongodb is a sort of global unique identifier(guid)</description>
    <repository type="git" url="https://github.com/rainrcn/nobjectid.git" />
    <dependencies>
      <group targetFramework=".NETFramework4.5" />
      <group targetFramework=".NETStandard2.0" />
    </dependencies>
  </metadata>
</package>