We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78aea90 commit bbee985Copy full SHA for bbee985
Almostengr.ThermometerPi.Api/Almostengr.ThermometerPi.Api.csproj
@@ -1,6 +1,13 @@
1
<Project Sdk="Microsoft.NET.Sdk.Web">
2
<PropertyGroup>
3
<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>
11
</PropertyGroup>
12
<ItemGroup>
13
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.6.3"/>
0 commit comments