Skip to content

Commit

Permalink
Set Authors and Company properties in csproj (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell authored Aug 16, 2024
1 parent 75f8659 commit 8ac86ae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Tingle.AzureCleaner/Tingle.AzureCleaner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Deterministic>true</Deterministic>
<Authors>Tingle Software</Authors>
<Company>Tingle Software</Company>
<IsPackable>true</IsPackable> <!-- Needed when OutputType is Exe -->
<Description>Cleanup tool for Azure resources for reviews.</Description>
<Product>Azure resources cleaner</Product>
Expand All @@ -14,6 +15,10 @@
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>

<PropertyGroup>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<InternalsVisibleTo Include="Tingle.AzureCleaner.Tests" />
</ItemGroup>
Expand Down

0 comments on commit 8ac86ae

Please sign in to comment.