aboutsummaryrefslogtreecommitdiff
path: root/lib/Plugins.Essentials/src/VNLib.Plugins.Essentials.csproj
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-02-14 13:23:38 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2023-02-14 13:23:38 -0500
commitf0f182b903c6807d87640514d2c1250f7d871d26 (patch)
treefc8b721dd72da40c2a5def14065044cbf13b8b66 /lib/Plugins.Essentials/src/VNLib.Plugins.Essentials.csproj
parenta4d1d5acff5760a9432117cae634ca98881ad0ec (diff)
msbuild project file update for build stack, typo fixes
Diffstat (limited to 'lib/Plugins.Essentials/src/VNLib.Plugins.Essentials.csproj')
-rw-r--r--lib/Plugins.Essentials/src/VNLib.Plugins.Essentials.csproj18
1 files changed, 14 insertions, 4 deletions
diff --git a/lib/Plugins.Essentials/src/VNLib.Plugins.Essentials.csproj b/lib/Plugins.Essentials/src/VNLib.Plugins.Essentials.csproj
index 6901401..1fa6264 100644
--- a/lib/Plugins.Essentials/src/VNLib.Plugins.Essentials.csproj
+++ b/lib/Plugins.Essentials/src/VNLib.Plugins.Essentials.csproj
@@ -4,23 +4,26 @@
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>VNLib.Plugins.Essentials</RootNamespace>
<AssemblyName>VNLib.Plugins.Essentials</AssemblyName>
-
<Version>1.0.1.3</Version>
<AnalysisLevel>latest-all</AnalysisLevel>
<EnableNETAnalyzers>True</EnableNETAnalyzers>
- <SignAssembly>True</SignAssembly>
- <AssemblyOriginatorKeyFile>\\vaughnnugent.com\Internal\Folder Redirection\vman\Documents\Programming\Software\StrongNameingKey.snk</AssemblyOriginatorKeyFile>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
</PropertyGroup>
<PropertyGroup>
<Authors>Vaughn Nugent</Authors>
+ <Company>Vaughn NUgent</Company>
+ <PackageId>VNLib.Plugins.Essentials</PackageId>
<Product>VNLib Essentials Plugin Library</Product>
<Copyright>Copyright © 2023 Vaughn Nugent</Copyright>
- <Description>Provides essential web, user, storage, and database interaction features for use with web applications</Description>
+ <Description>
+ Provides essential web, sessions, users abstractions for building extensable web applications
+ with satefull sessions, user based intraction with login and account security extensions.
+ </Description>
<PackageProjectUrl>https://www.vaughnnugent.com/resources/software</PackageProjectUrl>
<PackageTags>VNLib, Plugins, VNLib.Plugins.Essentials, Essentials, Essential Plugins, HTTP Essentials, OAuth2</PackageTags>
+ <RepositoryUrl>https://github.com/VnUgE/VNLib.Core</RepositoryUrl>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -42,6 +45,13 @@
</ItemGroup>
<ItemGroup>
+ <None Include="..\README.md">
+ <Pack>True</Pack>
+ <PackagePath>\</PackagePath>
+ </None>
+ </ItemGroup>
+
+ <ItemGroup>
<ProjectReference Include="..\..\Hashing.Portable\src\VNLib.Hashing.Portable.csproj" />
<ProjectReference Include="..\..\Net.Http\src\VNLib.Net.Http.csproj" />
<ProjectReference Include="..\..\Plugins\src\VNLib.Plugins.csproj" />