Skip to content

Commit

Permalink
Fix dotnet pack #93 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
mom-bbtsoftware authored Mar 17, 2023
1 parent a0d8eb8 commit 37f3a91
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
Binary file removed icon.png
Binary file not shown.
17 changes: 12 additions & 5 deletions src/BBT.StrategyPattern/BBT.StrategyPattern.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,28 @@
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
<AssemblyTitle>BBT.StrategyPattern</AssemblyTitle>
<CodeAnalysisRuleSet>..\BBT.StrategyPattern.ruleset</CodeAnalysisRuleSet>
<DocumentationFile>bin\$(Configuration)\BBT.StrategyPattern.XML</DocumentationFile>
<DocumentationFile>bin\$(Configuration)\BBT.StrategyPattern.xml</DocumentationFile>
<OutputPath>bin\$(Configuration)\</OutputPath>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

<PropertyGroup>
<Title>BBT.StrategyPattern</Title>
<Description>A strategy pattern implementation for .NET</Description>
<Title>BBT StrategyPattern</Title>
<Description>A strategy pattern implementation for .NET.</Description>
<Product>BBT.StrategyPattern</Product>
<Company>BBT Software AG</Company>
<Authors>BBT Software AG</Authors>
<Copyright>Copyright © BBT Software AG</Copyright>
<PackageTags>copy compare convert</PackageTags>
<PackageId>BBT.StrategyPattern</PackageId>
<PackageTags>Strategy Pattern</PackageTags>
<PackageIcon>icon.png</PackageIcon>
<PackageProjectUrl>http://bbtsoftware.github.io/BBT.StrategyPattern/</PackageProjectUrl>
<PackageProjectUrl>https://github.com/bbtsoftware/BBT.StrategyPattern/</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/bbtsoftware/BBT.StrategyPattern.git</RepositoryUrl>
<PackageReleaseNotes>https://github.com/bbtsoftware/BBT.StrategyPattern/releases/tag/1.1.0</PackageReleaseNotes>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb;.xml</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand All @@ -32,6 +35,10 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
</PropertyGroup>

<ItemGroup>
<None Include="icon.png" Pack="true" PackagePath="" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="SauceControl.InheritDoc" Version="1.3.0">
Expand Down

0 comments on commit 37f3a91

Please sign in to comment.