NetworkResurrector.Agent.PublishedLanguage 1.2.0

NetworkResurrector.Agent.PublishedLanguage

NetworkResurrector.Agent is a .NET service specialized in executing Shutdown, Restart, Sleep, Logout and Lock actions on the host machine on which it is installed.

NetworkResurrector.Agent.PublishedLanguage is a nuget package that contains NetworkResurrector.Agent's published language. It facilitates communication with an instance of the agent in a .NET environment by exposing DTOs (Data Transfer Objects) and constants.

Package repository

NetworkResurrector.Agent.PublishedLanguage can be installed from my self hosted NuGet feed: https://lab.code-rove.com/public-nuget-server/

Installation

Visual Studio

NuGet.config file

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <clear />
    <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
    <add key="lab.nuget" value="https://lab.code-rove.com/public-nuget-server/v3/index.json" />
  </packageSources>
</configuration>

Configure the above file in the Visual Studio solution or set the new NuGet feed in NuGet Package Manager. After one of these steps, NetworkResurrector.Agent.PublishedLanguage can be installed using NuGet Package Manager.

CLI

dotnet add package NetworkResurrector.Agent.PublishedLanguage --source https://lab.code-rove.com/public-nuget-server/v3/index.json

Run the above command in a console open in a .NET project directory.

Showing the top 20 packages that depend on NetworkResurrector.Agent.PublishedLanguage.

Packages Downloads
NetworkResurrector.Agent.Wrapper
Network resurrector agent wrapper nuget package
51
NetworkResurrector.Agent.Wrapper
NetworkResurrector.Agent.Wrapper is a NuGet package that simplifies the integration of the agent within a .NET environment. It registers a service, IResurrectorAgentService, in the application’s service collection, providing methods for each supported action.
5

1.2.0 release [2025-03-29 00:38] ◾ Added support for .NET 8.0 ◾ Added release notes, icon and readme files

1.1.0 release [2023-01-29 1:53] ◾ Code refactoring ◾ .NET6 upgrade

1.0.0 release [2021-12-21 23:52] ◾ Initial release of NetworkResurrector.Agent.PublishedLanguage

.NET 8.0

Version Downloads Last updated
1.2.1 5 03/29/2025
1.2.0 5 03/28/2025
1.1.0 58 02/25/2023