aboutsummaryrefslogtreecommitdiff
path: root/lib/Net.Rest.Client
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/Net.Rest.Client
parent05ebe3b38342ba38ad0f1c418058d5100ca776ab (diff)
Project file cleanup
Diffstat (limited to 'lib/Net.Rest.Client')
-rw-r--r--lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj13
1 files changed, 8 insertions, 5 deletions
diff --git a/lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj b/lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj
index 117855e..f4d5188 100644
--- a/lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj
+++ b/lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj
@@ -2,13 +2,9 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
- <Copyright>Copyright © 2022 Vaughn Nugent</Copyright>
- <Authors>Vaughn Nugent</Authors>
- <Version>1.0.1.1</Version>
- <Description>An Oauth2 rest client connection pool for OAuth2 authenticated services</Description>
- <PackageProjectUrl>https://www.vaughnnugent.com/resources</PackageProjectUrl>
<AssemblyName>VNLib.Net.Rest.Client</AssemblyName>
<RootNamespace>VNLib.Net.Rest.Client</RootNamespace>
+ <Version>1.0.1.1</Version>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<AnalysisLevel>latest-all</AnalysisLevel>
<SignAssembly>True</SignAssembly>
@@ -16,6 +12,13 @@
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
</PropertyGroup>
+ <PropertyGroup>
+ <Authors>Vaughn Nugent</Authors>
+ <Copyright>Copyright © 2023 Vaughn Nugent</Copyright>
+ <Description>An Oauth2 rest client connection pool for OAuth2 authenticated services</Description>
+ <PackageProjectUrl>https://www.vaughnnugent.com/resources</PackageProjectUrl>
+ </PropertyGroup>
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<Deterministic>False</Deterministic>
</PropertyGroup>