aboutsummaryrefslogtreecommitdiff
path: root/lib/Net.Messaging.FBM/src/VNLib.Net.Messaging.FBM.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/Net.Messaging.FBM/src/VNLib.Net.Messaging.FBM.csproj
parenta4d1d5acff5760a9432117cae634ca98881ad0ec (diff)
msbuild project file update for build stack, typo fixes
Diffstat (limited to 'lib/Net.Messaging.FBM/src/VNLib.Net.Messaging.FBM.csproj')
-rw-r--r--lib/Net.Messaging.FBM/src/VNLib.Net.Messaging.FBM.csproj25
1 files changed, 20 insertions, 5 deletions
diff --git a/lib/Net.Messaging.FBM/src/VNLib.Net.Messaging.FBM.csproj b/lib/Net.Messaging.FBM/src/VNLib.Net.Messaging.FBM.csproj
index 7796425..db51bc4 100644
--- a/lib/Net.Messaging.FBM/src/VNLib.Net.Messaging.FBM.csproj
+++ b/lib/Net.Messaging.FBM/src/VNLib.Net.Messaging.FBM.csproj
@@ -2,19 +2,27 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
- <Version>1.0.1.1</Version>
- <Nullable>enable</Nullable>
+ <RootNamespace>VNLib.Net.Messaging.FBM</RootNamespace>
+ <AssemblyName>VNLib.Net.Messaging.FBM</AssemblyName>
+ <Version>1.0.1.1</Version>
+ <Nullable>enable</Nullable>
<AnalysisLevel>latest-all</AnalysisLevel>
- <SignAssembly>True</SignAssembly>
- <AssemblyOriginatorKeyFile>\\vaughnnugent.com\Internal\Folder Redirection\vman\Documents\Programming\Software\StrongNameingKey.snk</AssemblyOriginatorKeyFile>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
</PropertyGroup>
<PropertyGroup>
+ <PackageId>VNLib.Net.Messaging.FBM</PackageId>
<Authors>Vaughn Nugent</Authors>
+ <Company>Vaughn Nugent</Company>
+ <Description>
+ Fixed Buffer Messaging protocol class library. Implements a high-performance asynchronous
+ request/response messaging architecture build on top of HTTP websockets. Provides client
+ and server data structures.
+ </Description>
<Copyright>Copyright © 2023 Vaughn Nugent</Copyright>
- <PackageProjectUrl>https://www.vaughnnugent.com/resources/software</PackageProjectUrl>
+ <PackageProjectUrl>https://www.vaughnnugent.com/resources/software/modules/VNLib.Core</PackageProjectUrl>
+ <RepositoryUrl>https://github.com/VnUgE/VNLib.Core/tree/main/lib/Net.Messaging.FBM</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
@@ -34,4 +42,11 @@
<ProjectReference Include="..\..\Utils\src\VNLib.Utils.csproj" />
</ItemGroup>
+ <ItemGroup>
+ <None Include="..\README.md">
+ <Pack>True</Pack>
+ <PackagePath>\</PackagePath>
+ </None>
+ </ItemGroup>
+
</Project>