aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-01-12 18:31:43 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2023-01-12 18:31:43 -0500
commita1ea6f09b2aba0e9a18518de78e06d29f3504507 (patch)
treebabc47e965b1c5dbb85f27cac47561ab6c2a5c35
parentd797953c74798252d7153a20e788ed034c71b0ae (diff)
Buildspec + readme
-rw-r--r--.onedev-buildspec.yml44
-rw-r--r--README.md9
-rw-r--r--lib/Emails.Transactional.Extensions/src/Emails.Transactional.Client.Extensions.csproj (renamed from lib/Emails.Transactional.Extensions/src/VNLib.Plugins.Extentions.TransactionalEmail.csproj)0
3 files changed, 52 insertions, 1 deletions
diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml
new file mode 100644
index 0000000..956f0ba
--- /dev/null
+++ b/.onedev-buildspec.yml
@@ -0,0 +1,44 @@
+version: 17
+jobs:
+- name: GitHub Push
+ steps:
+ - !PushRepository
+ name: Github push sync
+ remoteUrl: https://github.com/VnUgE/Emails.Transactional.git
+ userName: VnUgE
+ passwordSecret: github-access-token
+ withLfs: false
+ force: false
+ condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
+ triggers:
+ - !TagCreateTrigger
+ projects: Emails.Transactional
+ - !BranchUpdateTrigger
+ projects: Emails.Transactional
+ retryCondition: never
+ maxRetries: 3
+ retryDelay: 30
+ cpuRequirement: 250
+ memoryRequirement: 256
+ timeout: 3600
+- name: GitHub Pull
+ steps:
+ - !PullRepository
+ name: GitHub sync pull
+ remoteUrl: https://github.com/VnUgE/Emails.Transactional.git
+ userName: VnUgE
+ passwordSecret: github-access-token
+ refs: refs/heads/* refs/tags/*
+ withLfs: false
+ force: false
+ condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
+ triggers:
+ - !ScheduleTrigger
+ cronExpression: 0 15 10 ? * *
+ projects: Emails.Transactional
+ retryCondition: never
+ maxRetries: 3
+ retryDelay: 30
+ cpuRequirement: 250
+ memoryRequirement: 256
+ timeout: 3600
diff --git a/README.md b/README.md
index 4514762..dae0c07 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,8 @@
-# Emails.Transactional \ No newline at end of file
+# Emails.Transactional
+*A collection of libraries for building and using a transactional email service, with OAuth2 authentication*
+
+#### Builds
+Debug build w/ symbols & xml docs, release builds, NuGet packages, and individually packaged source code are available on my [website](https://www.vaughnnugent.com/resources/software). All tar-gzip (.tgz) files will have an associated .sha384 appended checksum of the desired download file.
+
+## License
+All source files in this repository is licensed under the GNU Affero General Public License (or any later version). See the LICENSE files for more information. \ No newline at end of file
diff --git a/lib/Emails.Transactional.Extensions/src/VNLib.Plugins.Extentions.TransactionalEmail.csproj b/lib/Emails.Transactional.Extensions/src/Emails.Transactional.Client.Extensions.csproj
index cc891dd..cc891dd 100644
--- a/lib/Emails.Transactional.Extensions/src/VNLib.Plugins.Extentions.TransactionalEmail.csproj
+++ b/lib/Emails.Transactional.Extensions/src/Emails.Transactional.Client.Extensions.csproj