mirror of
https://github.com/tonytins/StaggerPost.git
synced 2025-03-17 11:11:21 +00:00
Renamed to StaggerPost
This commit is contained in:
parent
1d2f15793c
commit
3ceff705a3
5 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
// I hereby waive this project under the public domain - see UNLICENSE for details.
|
||||
namespace PublishTimes;
|
||||
namespace StaggerPost;
|
||||
|
||||
/// <summary>
|
||||
/// Represents the configuration settings for exporting a schedule,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
global using System.Diagnostics;
|
||||
global using Tomlyn;
|
||||
global using Tomlyn.Model;
|
||||
global using PublishTimes;
|
||||
global using StaggerPost;
|
||||
global using System.Text.Json;
|
||||
global using System.Text.Json.Serialization;
|
|
@ -1,4 +1,4 @@
|
|||
# Publish Times
|
||||
# StaggerPost
|
||||
|
||||
This is a very simple console application that generates a list of times to publish news articles within a randomized 2-3 hour delay within a 30-minute window to avoid conflicts. This keeps thing flowing at an organic and slow pace.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// I hereby waive this project under the public domain - see UNLICENSE for details.
|
||||
namespace PublishTimes;
|
||||
namespace StaggerPost;
|
||||
|
||||
/// <summary>
|
||||
/// Provides debug-only console output methods.
|
||||
|
|
Loading…
Add table
Reference in a new issue