Skip to content

Commit 4de485a

Browse files
committed
Merge tag '1.0.0' into develop
2 parents a724ffe + 3322414 commit 4de485a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Cake.AzureDevOps/Cake.AzureDevOps.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
<Description>Addin for the Cake build automation system for working with Azure DevOps.</Description>
1717
<Authors>Pascal Berger</Authors>
1818
<Copyright>Copyright © Pascal Berger</Copyright>
19-
<PackageTags>Cake Script Azure-DevOps Azure-DevOps-Server</PackageTags>
19+
<PackageTags>cake cake-addin azure-devops azure-devops-server</PackageTags>
2020
<PackageIcon>icon.png</PackageIcon>
2121
<PackageProjectUrl>http://cake-contrib.github.io/Cake.AzureDevOps/</PackageProjectUrl>
2222
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2323
<RepositoryType>git</RepositoryType>
2424
<RepositoryUrl>https://github.com/cake-contrib/Cake.AzureDevOps.git</RepositoryUrl>
25-
<PackageReleaseNotes>https://github.com/cake-contrib/Cake.AzureDevOps/releases/tag/0.5.1</PackageReleaseNotes>
25+
<PackageReleaseNotes>https://github.com/cake-contrib/Cake.AzureDevOps/releases/tag/1.0.0</PackageReleaseNotes>
2626
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
2727
<IncludeBuildOutput>false</IncludeBuildOutput>
2828
<TargetsForTfmSpecificContentInPackage>$(TargetsForTfmSpecificContentInPackage);PackBuildOutputs</TargetsForTfmSpecificContentInPackage>
@@ -37,7 +37,7 @@
3737
</PropertyGroup>
3838

3939
<ItemGroup>
40-
<PackageReference Include="Cake.Common" Version="1.0.0" />
40+
<PackageReference Include="Cake.Common" Version="1.0.0" PrivateAssets="All" />
4141
<PackageReference Include="Cake.Core" Version="1.0.0" PrivateAssets="All" />
4242
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="5.0.3">
4343
<PrivateAssets>all</PrivateAssets>

src/Cake.AzureDevOps/icon.png

313 Bytes
Loading

0 commit comments

Comments
 (0)