VOOZH about

URL: https://www.nuget.org/packages/Ubiety.Dns.Core/

⇱ NuGet Gallery | Ubiety.Dns.Core 4.2.2




Ubiety.Dns.Core 4.2.2

dotnet add package Ubiety.Dns.Core --version 4.2.2
 
 
NuGet\Install-Package Ubiety.Dns.Core -Version 4.2.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="Ubiety.Dns.Core" Version="4.2.2" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ubiety.Dns.Core" Version="4.2.2" />
 
Directory.Packages.props
<PackageReference Include="Ubiety.Dns.Core" />
 
Project file
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 Ubiety.Dns.Core --version 4.2.2
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Ubiety.Dns.Core, 4.2.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.
#:package Ubiety.Dns.Core@4.2.2
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Ubiety.Dns.Core&version=4.2.2
 
Install as a Cake Addin
#tool nuget:?package=Ubiety.Dns.Core&version=4.2.2
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Flexible DNS library for .NET

Product Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 is compatible.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 was computed.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 was computed.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Core netcoreapp2.0 netcoreapp2.0 was computed.  netcoreapp2.1 netcoreapp2.1 was computed.  netcoreapp2.2 netcoreapp2.2 was computed.  netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 netstandard2.0 is compatible.  netstandard2.1 netstandard2.1 was computed. 
.NET Framework net461 net461 was computed.  net462 net462 was computed.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 was computed.  net48 net48 was computed.  net481 net481 was computed. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen40 tizen40 was computed.  tizen60 tizen60 was computed. 
Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Ubiety.Dns.Core:

Package Downloads
CPSysUDB

[pt-BR] .NET Framework 4.7.2 ou posterior * Uso de entidades (classes), cada entidade é uma tabela no banco de dados * Rotina para sempre recriar o banco de dados (muito útil para desenvolvimento) com opção para desabilitar * Controle total das rotinas de criação e atualização do banco de dados * Comunicação híbrida com SQL Server, MySQL, Firebird e SQLite sem necessidade de criar querys separadas apenas trocando os dados de conexão * Auto atualização do banco de dados, tabelas e campos * Criação de PK com auto incremento e FK * Respeitar regras do banco de dados (não usar palavras reservadas, criação das tabelas por dependência, ...) * Cria o banco de dados automaticamente * Create DataBase, Create Table, Insert, Update, Delete, Select * Uso de funções como count, max, min, avg, upper, lower, trim nos campos do select e do where * Where, Order By, Group By, Union, Limit e Joins * Suporte para int, string, DateTime, double e enum * Suporte para funções do banco de dados como GETDATE e DATEADD * Suporte para usar um campo de uma tabela no where * Compatível com WEB e Desktop [en-US] .NET Framework 4.7.2 or later * Usage of entities (class), each entity is a table in the database * Routine to always recreate the database (very useful for development) with option to disable * Full control of database creation and update routines * Hybrid communication with SQL Server, MySQL, Firebird and SQLite without the need to create separate queries just exchanging connection data * Auto update of database, tables and fields * PK creation with auto increment and FK * Respect database rules (do not use reserved words, creation of tables by dependency, ...) * Creates the database automatically * Create DataBase, Create Table, Insert, Update, Delete, Select * Use of functions like count, max, min, avg, upper, lower, trim in select and where fields * Where, Order By, Group By, Union, Limit and Joins * Support for int, string, DateTime, double and enum * Support for database functions like GETDATE and DATEDD * Support for using a field from a table in where * Compatible with WEB and Desktop

zAppDev.DotNet.Framework

Package Description

Hath.PlayerStats

Enriches your server by saving and displaying player statistics. a range of in-game performance metrics, and other pertinent data.

IsrarCommonLib

Commons utility library

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.2.2 140,316 10/29/2021
4.2.1 4,490 12/8/2020
4.2.0 93,883 6/6/2020
4.1.2 57,002 4/1/2020
4.1.1 2,976 4/1/2020
4.1.0 3,261 3/31/2020
4.0.0 12,333 3/28/2020
3.0.4 3,043 3/27/2020
3.0.3 4,450 3/25/2020
3.0.2 23,625 3/24/2020
2.5.0 80,849 1/22/2020
2.4.1 156,691 8/25/2019
2.3.0 20,300 3/12/2019
2.3.0-alpha0039 1,236 3/12/2019
2.2.1 64,923 6/22/2018
2.2.0 3,762 6/22/2018
2.0.0 4,553 6/8/2018