Skip to content

Commit bbee985

Browse files
committed
included author information
1 parent 78aea90 commit bbee985

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Almostengr.ThermometerPi.Api/Almostengr.ThermometerPi.Api.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
33
<TargetFramework>net5.0</TargetFramework>
4+
<Company>Robinson Handy and Technology Services LLC</Company>
5+
<Copyright>Copyright © $([System.DateTime]::UtcNow.ToString(yyyy)) Robinson Handy and Technology Services</Copyright>
6+
<Product>Thermometer PI</Product>
7+
<Authors>Kenny Robinson</Authors>
8+
<AssemblyName>Almostengr.ThermometerPi.Api</AssemblyName>
9+
<RootNamespace>Almostengr.ThermometerPi.Api</RootNamespace>
10+
<Version>$([System.DateTime]::UtcNow.ToString(yyyy.MM.dd))</Version>
411
</PropertyGroup>
512
<ItemGroup>
613
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.6.3"/>

0 commit comments

Comments
 (0)