nng 1.5.0

dotnet add package nng --version 1.5.0
NuGet\Install-Package nng -Version 1.5.0
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="nng" Version="1.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add nng --version 1.5.0
#r "nuget: nng, 1.5.0"
#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.
// Install nng as a Cake Addin
#addin nuget:?package=nng&version=1.5.0

// Install nng as a Cake Tool
#tool nuget:?package=nng&version=1.5.0

nng

Nuget License badge GitHub issues Build and release

Ядро, используемое во всех проектах nng.

data.json

Во всех проектах nng используется единый файл, в котором содержится информация как о группах, так и о заблокированных пользователях:

{
  "$schema": "https://raw.githubusercontent.com/MrAlonas/nng/master/schema.json",
  "lst": [
    10000,
    20000
  ],
  "bnnd": [
    {
      "id": 1,
      "name": "Павел Дуров",
      "priority": 4,
      "bot": false,
      "warned": 1,
      "compliant": [
        23000
      ],
      "deleted": false
    },
    {
      "id": 2,
      "name": "Александра Владимирова",
      "priority": 1,
      "bot": true,
      "warned": 0,
      "deleted": true
    }
  ],
  "thx": [
    {
      "id": 3,
      "name": "Вячеслав"
    }
  ]
}

При составлении файла опирайтесь на схему.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.0 1,021 10/21/2022
1.4.1 715 9/30/2022
1.4.0 616 9/29/2022
1.3.1 667 8/26/2022
1.3.0 503 8/15/2022
1.2.0 624 7/14/2022
1.1.0 547 6/19/2022
1.0.0 463 6/9/2022