Skip to content

Commit

Permalink
Merge pull request #107 from nils-a/feature/GH-104
Browse files Browse the repository at this point in the history
(#104) updated reference to CakeContrib.Guidelines
  • Loading branch information
nils-a authored Jul 20, 2024
2 parents 9f1c3f3 + e81f69a commit ddabf36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net50;netstandard2.0</TargetFrameworks>
<TargetFrameworks>net461;net5.0;netstandard2.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DebugType>pdbonly</DebugType>
<NeutralLanguage>en-GB</NeutralLanguage>
Expand All @@ -25,12 +25,10 @@
<Title>$(AssemblyTitle)</Title>
<Authors>gep13;$(Company)</Authors>
<Copyright>Copyright © $(FullYear) — $(Authors.Replace(';',','))</Copyright>
<Description>Cake addin for executing DotNetVersionDetector (http://www.asoft.be/prod_netver.html)</Description>
<PackageIcon>icon.png</PackageIcon>
<PackageIconUrl>https://cdn.jsdelivr.net/gh/cake-contrib/graphics/png/cake-contrib-medium.png</PackageIconUrl>
<Description>Cake addin for executing DotNetVersionDetector (https://www.asoft.be/prod_netver.html)</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://cake-contrib.github.io/Cake.DotNetVersionDetector/</PackageProjectUrl>
<PackageTags>Cake;Cake Script;Build;DotNetVersionDetector;</PackageTags>
<PackageTags>Cake;Cake Script;Build;DotNetVersionDetector;cake-build;addin;cake-addin</PackageTags>
<RepositoryType>git</RepositoryType>
<PackageSourceProjectUrl>https://github.com/cake-contrib/Cake.DotNetVersionDetector</PackageSourceProjectUrl>
<RepositoryUrl>$(PackageSourceProjectUrl).git</RepositoryUrl>
Expand All @@ -40,7 +38,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CakeContrib.Guidelines" Version="0.5.0">
<PackageReference Include="CakeContrib.Guidelines" Version="1.5.1">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Cake.Addin.Analyzer" Version="0.1.1">
Expand Down
Binary file removed Source/Cake.DotNetVersionDetector/icon.png
Binary file not shown.

0 comments on commit ddabf36

Please sign in to comment.