aboutsummaryrefslogtreecommitdiff
path: root/plugins/VNLib.Plugins.Essentials.Accounts.Registration
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/VNLib.Plugins.Essentials.Accounts.Registration')
-rw-r--r--plugins/VNLib.Plugins.Essentials.Accounts.Registration/README.md8
-rw-r--r--plugins/VNLib.Plugins.Essentials.Accounts.Registration/src/VNLib.Plugins.Essentials.Accounts.Registration.csproj24
2 files changed, 25 insertions, 7 deletions
diff --git a/plugins/VNLib.Plugins.Essentials.Accounts.Registration/README.md b/plugins/VNLib.Plugins.Essentials.Accounts.Registration/README.md
index e69de29..a02a0ac 100644
--- a/plugins/VNLib.Plugins.Essentials.Accounts.Registration/README.md
+++ b/plugins/VNLib.Plugins.Essentials.Accounts.Registration/README.md
@@ -0,0 +1,8 @@
+# VNLib.Plugins.Essentials.Accounts.Registration
+*An essentials plugin that provides endpoints for registering, local user accounts via transactional emails*
+
+#### 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
+Source files in for this project are licensed to you 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/plugins/VNLib.Plugins.Essentials.Accounts.Registration/src/VNLib.Plugins.Essentials.Accounts.Registration.csproj b/plugins/VNLib.Plugins.Essentials.Accounts.Registration/src/VNLib.Plugins.Essentials.Accounts.Registration.csproj
index a41482a..5eb0a73 100644
--- a/plugins/VNLib.Plugins.Essentials.Accounts.Registration/src/VNLib.Plugins.Essentials.Accounts.Registration.csproj
+++ b/plugins/VNLib.Plugins.Essentials.Accounts.Registration/src/VNLib.Plugins.Essentials.Accounts.Registration.csproj
@@ -4,21 +4,31 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
+ <RootNamespace>VNLib.Plugins.Essentials.Accounts.Registration</RootNamespace>
+ <AssemblyName>Essentials.EmailRegistration</AssemblyName>
<GenerateDocumentationFile>False</GenerateDocumentationFile>
- <Title>VNLib.Plugins.Essentials.Accounts.Registration</Title>
- <Authors>Vaughn Nugent</Authors>
<Copyright>Copyright © 2023 Vaughn Nugent</Copyright>
<PackageProjectUrl>https://www.vaughnnugent.com/resources</PackageProjectUrl>
<ProduceReferenceAssembly>False</ProduceReferenceAssembly>
<SignAssembly>False</SignAssembly>
<AssemblyVersion>1.0.0.1</AssemblyVersion>
- <AssemblyName>Essentials.EmailRegistration</AssemblyName>
- <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
- <SignAssembly>True</SignAssembly>
- <AssemblyOriginatorKeyFile>\\vaughnnugent.com\Internal\Folder Redirection\vman\Documents\Programming\Software\StrongNameingKey.snk</AssemblyOriginatorKeyFile>
<AnalysisLevel>latest-all</AnalysisLevel>
</PropertyGroup>
+ <PropertyGroup>
+ <Title>VNLib.Plugins.Essentials.Accounts.Registration</Title>
+ <PackageId>VNLib.Net.Http</PackageId>
+ <Authors>Vaughn Nugent</Authors>
+ <Company>Vaughn Nugent</Company>
+ <Product>Essentials email registration plugin</Product>
+ <Description>
+ *An essentials plugin that provides endpoints for registering, local user accounts via transactional emails
+ </Description>
+ <Copyright>Copyright © 2023 Vaughn Nugent</Copyright>
+ <PackageProjectUrl>https://www.vaughnnugent.com/resources/software/modules/Plugins.Essentials</PackageProjectUrl>
+ <RepositoryUrl>https://github.com/VnUgE/Plugins.Essentials/tree/master/plugins/VNLib.Plugins.Essentials.Accounts.Registration</RepositoryUrl>
+ </PropertyGroup>
+
<!-- Resolve nuget dll files and store them in the output dir -->
<PropertyGroup>
<!--Enable dynamic loading-->
@@ -31,7 +41,7 @@
<Deterministic>False</Deterministic>
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="FluentValidation" Version="11.4.0" />
+ <PackageReference Include="FluentValidation" Version="11.5.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\..\core\lib\Plugins.Essentials\src\VNLib.Plugins.Essentials.csproj" />