Skip to content

Commit

Permalink
(cake-contribGH-21) Cleanup NuGet and asembly properties
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Sep 9, 2018
1 parent 521676c commit 45dff4b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 18 deletions.
14 changes: 7 additions & 7 deletions nuspec/nuget/Cake.Figlet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>Cake.Figlet</id>
<title>Cake.Figlet</title>
<version>0.0.0</version>
<authors>Phil Scott</authors>
<owners>Phil Scott</owners>
<title>Cake.Figlet</title>
<description>Cake Build addon to provide Ascii art.</description>
<owners>enkafan cake-contrib</owners>
<summary>Cake Build addon to provide Ascii art.</summary>
<licenseUrl>https://raw.githubusercontent.com/enkafan/Cake.Figlet/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/enkafan/Cake.Figlet</projectUrl>
<iconUrl>https://raw.githubusercontent.com/enkafan/Cake.Figlet/master/icon.png</iconUrl>
<description>Cake Build addon to provide Ascii art.</description>
<licenseUrl>https://raw.githubusercontent.com/cake-contrib/Cake.Figlet/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/cake-contrib/Cake.Figlet</projectUrl>
<iconUrl>https://cdn.rawgit.com/cake-contrib/graphics/a5cf0f881c390650144b2243ae551d5b9f836196/png/cake-contrib-medium.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<repository type="git" url="https://github.com/cake-contrib/Cake.Figlet"/>
<copyright>Copyright (c) Phil Scott 2016</copyright>
<releaseNotes>Bumps minimum supported Cake to v0.17</releaseNotes>
<tags>Cake Script Build Figlet</tags>
</metadata>

Expand Down
1 change: 1 addition & 0 deletions src/Cake.Figlet.Tests/Cake.Figlet.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFrameworks>netcoreapp2.0</TargetFrameworks>
<RuntimeFrameworkVersion>2.0.3</RuntimeFrameworkVersion>
<Description>Test cases for the Cake.Figlet addin.</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Cake.Core" Version="0.28.0" />
Expand Down
7 changes: 0 additions & 7 deletions src/Cake.Figlet/Cake.Figlet.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<Authors>Phil Scott</Authors>
<Company />
<PackageLicenseUrl>https://raw.githubusercontent.com/enkafan/Cake.Figlet/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/enkafan/Cake.Figlet</PackageProjectUrl>
<RepositoryUrl>https://github.com/enkafan/Cake.Figlet</RepositoryUrl>
<PackageTags>Cake Script Build Figlet</PackageTags>
<Description>Cake Build addon to provide Ascii art.</Description>
<PackageIconUrl>https://cdn.rawgit.com/cake-contrib/graphics/a5cf0f881c390650144b2243ae551d5b9f836196/png/cake-contrib-medium.png</PackageIconUrl>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'">
Expand Down
7 changes: 3 additions & 4 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
<Project>
<!-- These properties will be shared for all projects -->
<PropertyGroup>
<Version>1.0.0</Version>
<Product>Cake.Figlet</Product>
<Description>Cake.Figlet</Description>
<Copyright>Copyright (c) 2017</Copyright>
<Company>Cake.Figlet</Company>
<Authors>Phil Scott</Authors>
<Copyright>Copyright (c) Phil Scott 2016</Copyright>
<Company />
</PropertyGroup>

<!-- Treat warnings as errors for all projects -->
Expand Down

0 comments on commit 45dff4b

Please sign in to comment.