Zonit.Plugins.Articles.Abstractions 0.0.6

dotnet add package Zonit.Plugins.Articles.Abstractions --version 0.0.6
                    
NuGet\Install-Package Zonit.Plugins.Articles.Abstractions -Version 0.0.6
                    
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="Zonit.Plugins.Articles.Abstractions" Version="0.0.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Zonit.Plugins.Articles.Abstractions" Version="0.0.6" />
                    
Directory.Packages.props
<PackageReference Include="Zonit.Plugins.Articles.Abstractions" />
                    
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 Zonit.Plugins.Articles.Abstractions --version 0.0.6
                    
#r "nuget: Zonit.Plugins.Articles.Abstractions, 0.0.6"
                    
#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=Zonit.Plugins.Articles.Abstractions&version=0.0.6
                    
Install Zonit.Plugins.Articles.Abstractions as a Cake Addin
#tool nuget:?package=Zonit.Plugins.Articles.Abstractions&version=0.0.6
                    
Install Zonit.Plugins.Articles.Abstractions as a Cake Tool

Zonit.Plugins

Overview

Zonit.Plugins is a modular .NET library designed to provide abstractions and event definitions for managing articles within a system. It enables developers to track, respond to, and integrate with various changes and actions related to articles, such as creation, updates, publication, and permission changes. The library is built with extensibility in mind, making it suitable for plugin-based architectures or systems requiring event-driven workflows.

Available Events

The following events are defined in the library:

  • ArticleCreatedEvent
    Triggered when a new article is created. Contains the article's unique identifier and optional references to organization, project, or user.

  • ArticleDraftUpdatedEvent
    Triggered when an article draft is updated. Includes the article ID, updated content, and optionally the user who made the change.

  • ArticlePublishedEvent
    Triggered when an article is published. Contains the article ID and its published content.

  • ArticlePublishedAtUpdated
    Triggered when the publication date and time of an article is updated. Contains the article ID and the new publication timestamp.

  • ArticleExpiredAtUpdatedEvent
    Triggered when the expiration date of an article is updated. Contains the article ID and the new expiration date.

  • ArticleStatusUpdatedEvent
    Triggered when the status of an article is updated. Contains the article ID and the new status.

  • ArticleTitleUpdatedEvent
    Triggered when the title of an article is updated. Contains the article ID and the new title.

  • ArticleCultureUpdatedEvent
    Triggered when the culture (e.g., language or locale) of an article is updated. Contains the article ID and the new culture.

  • ArticleFlagsUpdatedEvent
    Triggered when the flags associated with an article are updated. Contains the article ID.

  • ArticlePermissionUpdatedEvent
    Triggered when the permissions for an article are updated. Contains the article ID and the new permission value.

  • ArticleDescriptionUpdatedEvent
    Wywo�ywany, gdy opis artyku�u zostaje zaktualizowany. Zawiera identyfikator artyku�u oraz nowy opis.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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 is compatible.  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 is compatible.  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.
  • net10.0

    • No dependencies.
  • net8.0

    • No dependencies.
  • net9.0

    • No dependencies.

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
0.0.6 127 5/17/2025
0.0.5 130 5/17/2025
0.0.4 132 5/17/2025
0.0.3 130 5/17/2025
0.0.2 143 5/16/2025
0.0.1 151 5/16/2025