aboutsummaryrefslogtreecommitdiff
path: root/lib/Plugins/src
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/src
parenta4d1d5acff5760a9432117cae634ca98881ad0ec (diff)
msbuild project file update for build stack, typo fixes
Diffstat (limited to 'lib/Plugins/src')
-rw-r--r--lib/Plugins/src/VNLib.Plugins.csproj21
1 files changed, 13 insertions, 8 deletions
diff --git a/lib/Plugins/src/VNLib.Plugins.csproj b/lib/Plugins/src/VNLib.Plugins.csproj
index e558e95..062e7a4 100644
--- a/lib/Plugins/src/VNLib.Plugins.csproj
+++ b/lib/Plugins/src/VNLib.Plugins.csproj
@@ -2,22 +2,19 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
- <RootNamespace>VNLib.Plugins</RootNamespace>
-
- <Version>1.0.1.3</Version>
-
+ <RootNamespace>VNLib.Plugins</RootNamespace>
<AssemblyName>VNLib.Plugins</AssemblyName>
-
+ <Version>1.0.1.3</Version>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<AnalysisLevel>latest-all</AnalysisLevel>
- <SignAssembly>True</SignAssembly>
- <AssemblyOriginatorKeyFile>\\vaughnnugent.com\Internal\Folder Redirection\vman\Documents\Programming\Software\StrongNameingKey.snk</AssemblyOriginatorKeyFile>
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
</PropertyGroup>
<PropertyGroup>
<Authors>Vaughn Nugent</Authors>
+ <Company>Vaughn Nugent</Company>
+ <PackageId>VNLib.Plugins</PackageId>
<Copyright>Copyright © 2023 Vaughn Nugent</Copyright>
<PackageTags>Plugins, VNLIb, VNLib Plugins, Plugin Base</PackageTags>
<Product>VNLib Plugins Interface Assembly</Product>
@@ -26,7 +23,8 @@
plugins and asynchronus web endpoint processing, compatible
with the VNLib.Plugins.Runtime loader library.
</Description>
- <PackageProjectUrl>https://www.vaughnnugent.com/resources</PackageProjectUrl>
+ <PackageProjectUrl>https://www.vaughnnugent.com/resources/software/modules/VNLib.Core</PackageProjectUrl>
+ <RepositoryUrl>https://github.com/VnUgE/VNLib.Core/tree/main/lib/Plugins</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
@@ -40,4 +38,11 @@
</PackageReference>
</ItemGroup>
+ <ItemGroup>
+ <None Include="..\README.md">
+ <Pack>True</Pack>
+ <PackagePath>\</PackagePath>
+ </None>
+ </ItemGroup>
+
</Project>