Perigee 24.4.1.4

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

// Install Perigee as a Cake Tool
#tool nuget:?package=Perigee&version=24.4.1.4

30 Day Free Trial

To get a full 30 day free trial, please visit https://perigee.software/trial and signup today to receive your free trial license.

Welcome to Perigee

When it comes to integrations, data transformation tasks, automations, and parallel operations, Perigee stands unrivaled.

Our software development kit (SDK) is meticulously crafted to supercharge your team's productivity while ensuring unparalleled stability.

Why settle for anything less? Dive into a world of unmatched software development potential. The Perigee SDK sets a gold standard that others can only aspire to reach.

Licensing

To purchase a license, please visit https://www.perigee.software/plans-pricing

Documentation

To view full documentation visit https://docs.perigee.software

YouTube

See our latest content over on YouTube https://www.youtube.com/@Perigee.Software

Basic Configuration

To actually use the logging and start Perigee, we need a basic appsettings.json file in the project.

  1. Create the file (appsettings.json) in the root of the project with the code below. Be sure to set to "Copy Always" in the property window.
{
  "ConnectionStrings": {
  
  },
  "AppSettings": {
  
  },
  "Perigee": { "HideConsole": false },
  "Serilog": {
    "MinimumLevel": "Debug",
    "WriteTo": [
      { "Name": "Console" }
    ]
  }
}
  1. Drop in your license file, if you have one. Otherwise feel free to take full advantage of the trial period!

  2. Add the correct usings to the top of the code window:

using Microsoft.Extensions.Logging;
using Perigee;
  1. Run your first thread managed application, logging "Hello Perigee from FirstApp" every minute, on the 0 second mark using a CRON string
PerigeeApplication.ApplicationNoInit("FirstApp", (taskConfig) => {

    taskConfig.AddCRON("HelloWorld", "0 * * * * *", (ct, log) => {
        log.LogInformation("Hello Perigee from {appName}", taskConfig.AppName);
    });

});
  1. Dive into the examples and getting started series: https://docs.perigee.software/getting-started/hello-perigee
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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
24.4.1.4 35 4/22/2024
24.4.1.3 46 4/21/2024
24.4.1.2 89 4/10/2024
24.4.1.1 93 4/1/2024
24.2.1.2 109 2/12/2024
24.1.1.6 86 1/31/2024
24.1.1.5 85 1/23/2024
24.1.1.4 102 1/15/2024
24.1.1.3 116 1/12/2024
23.12.1.3 155 12/15/2023
23.12.1.2 110 12/14/2023
23.12.1.1 127 12/1/2023
23.11.1.2 96 11/27/2023
23.10.1.2 128 10/3/2023
23.9.1.4 118 9/29/2023
23.9.1.3 119 9/19/2023
23.9.1.2 106 9/18/2023
23.9.1.1 141 9/1/2023
23.8.1.8 139 8/24/2023
23.8.1.7 153 8/22/2023
23.8.1.5 133 8/18/2023
23.8.1.4 151 8/4/2023
23.7.1.5 138 7/26/2023
23.7.1.4 132 7/20/2023
23.7.1.3 198 7/6/2023
23.7.1.2 159 7/4/2023
23.6.1.3 138 6/12/2023
23.6.1.1 154 6/7/2023
23.5.1.9 140 5/24/2023
23.5.1.8 139 5/23/2023
23.5.1.5 131 5/15/2023
23.5.1.4 149 5/14/2023
23.5.1.3 139 5/10/2023
23.5.1.2 137 5/8/2023
23.5.1.1 160 5/1/2023
23.4.1.14 150 4/24/2023
23.4.1.13 175 4/21/2023
23.4.1.12 161 4/18/2023