aboutsummaryrefslogtreecommitdiff
path: root/lib/Plugins
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-01-22 14:56:46 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2023-01-22 14:56:46 -0500
commit185afcee727027c60257ddda4da974dccb808e5a (patch)
treed29ba6e07d1dde6ec33f4eb1cb21c3c1c0350cad /lib/Plugins
parent05ebe3b38342ba38ad0f1c418058d5100ca776ab (diff)
Project file cleanup
Diffstat (limited to 'lib/Plugins')
-rw-r--r--lib/Plugins/src/VNLib.Plugins.csproj25
1 files changed, 16 insertions, 9 deletions
diff --git a/lib/Plugins/src/VNLib.Plugins.csproj b/lib/Plugins/src/VNLib.Plugins.csproj
index 37811ac..e558e95 100644
--- a/lib/Plugins/src/VNLib.Plugins.csproj
+++ b/lib/Plugins/src/VNLib.Plugins.csproj
@@ -3,17 +3,11 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>VNLib.Plugins</RootNamespace>
- <Authors>Vaughn Nugent</Authors>
- <Company>$(Authors)</Company>
- <Product>VNLib Plugins Interface Assembly</Product>
- <Description>Provides a standard interface for building dynamically loadable
-plugins and asynchronus web endpoint processing, compatible
-with the VNLib.Plugins.Runtime loader library.</Description>
- <PackageProjectUrl>https://www.vaughnnugent.com/resources</PackageProjectUrl>
+
<Version>1.0.1.3</Version>
- <Copyright>Copyright © 2022 Vaughn Nugent</Copyright>
+
<AssemblyName>VNLib.Plugins</AssemblyName>
- <PackageTags>Plugins, VNLIb, VNLib Plugins, Plugin Base</PackageTags>
+
<Nullable>enable</Nullable>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<AnalysisLevel>latest-all</AnalysisLevel>
@@ -22,6 +16,19 @@ with the VNLib.Plugins.Runtime loader library.</Description>
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
</PropertyGroup>
+ <PropertyGroup>
+ <Authors>Vaughn Nugent</Authors>
+ <Copyright>Copyright © 2023 Vaughn Nugent</Copyright>
+ <PackageTags>Plugins, VNLIb, VNLib Plugins, Plugin Base</PackageTags>
+ <Product>VNLib Plugins Interface Assembly</Product>
+ <Description>
+ Provides a standard interface for building dynamically loadable
+ plugins and asynchronus web endpoint processing, compatible
+ with the VNLib.Plugins.Runtime loader library.
+ </Description>
+ <PackageProjectUrl>https://www.vaughnnugent.com/resources</PackageProjectUrl>
+ </PropertyGroup>
+
<ItemGroup>
<PackageReference Include="ErrorProne.NET.CoreAnalyzers" Version="0.1.2">
<PrivateAssets>all</PrivateAssets>