DbgCensus.Core
1.0.0-beta.2
This is a prerelease version of DbgCensus.Core.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package DbgCensus.Core --version 1.0.0-beta.2
NuGet\Install-Package DbgCensus.Core -Version 1.0.0-beta.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DbgCensus.Core" Version="1.0.0-beta.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DbgCensus.Core" Version="1.0.0-beta.2" />
<PackageReference Include="DbgCensus.Core" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DbgCensus.Core --version 1.0.0-beta.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DbgCensus.Core, 1.0.0-beta.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=DbgCensus.Core&version=1.0.0-beta.2&prerelease
#tool nuget:?package=DbgCensus.Core&version=1.0.0-beta.2&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Contains core components for the DbgCensus.* libraries - low level wrappers for interacting with Daybreak Game Company's Census API.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net5.0
NuGet packages (2)
Showing the top 2 NuGet packages that depend on DbgCensus.Core:
Package | Downloads |
---|---|
DbgCensus.Rest
A wrapper for interacting with the query endpoints of Daybreak Game Company's Census API. |
|
DbgCensus.EventStream
A library for receiving data from the websocket event stream of Daybreak Game Company's Census API. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
3.1.2 | 204 | 4/2/2025 |
3.1.1 | 176 | 11/29/2024 |
3.0.0 | 146 | 9/21/2024 |
2.3.0 | 403 | 4/16/2024 |
2.2.0 | 325 | 11/15/2023 |
2.1.0 | 496 | 4/1/2023 |
2.0.1 | 325 | 3/22/2023 |
2.0.0 | 1,037 | 10/6/2022 |
1.5.0 | 819 | 9/8/2022 |
1.4.2 | 1,268 | 8/6/2022 |
1.4.1 | 867 | 6/16/2022 |
1.4.0 | 814 | 6/8/2022 |
1.3.2 | 1,238 | 3/15/2022 |
1.3.1 | 991 | 3/11/2022 |
1.3.0 | 864 | 3/10/2022 |
1.2.0 | 1,686 | 3/7/2022 |
1.1.0 | 1,487 | 2/3/2022 |
1.0.4 | 1,580 | 11/20/2021 |
1.0.3 | 603 | 9/24/2021 |
1.0.2 | 540 | 9/16/2021 |
1.0.1 | 555 | 9/5/2021 |
1.0.0 | 489 | 8/19/2021 |
1.0.0-beta.6 | 218 | 8/19/2021 |
1.0.0-beta.5 | 327 | 7/11/2021 |
1.0.0-beta.4 | 316 | 7/10/2021 |
1.0.0-beta.3 | 226 | 7/1/2021 |
1.0.0-beta.2 | 248 | 6/14/2021 |
1.0.0-beta.1 | 290 | 6/2/2021 |
Add DateTime / DateTimeOffset JSON converters.