Skip to content

Commit

Permalink
Fix dotnet pack #120
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Mohr committed Mar 13, 2023
1 parent 1e9296b commit c435b6a
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/TfsUrlParser/TfsUrlParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,34 @@
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyTitle>TfsUrlParser</AssemblyTitle>
<CodeAnalysisRuleSet>..\TfsUrlParser.ruleset</CodeAnalysisRuleSet>
<DocumentationFile>bin\$(Configuration)\TfsUrlParser.XML</DocumentationFile>
<DocumentationFile>bin\$(Configuration)\TfsUrlParser.xml</DocumentationFile>
<OutputPath>bin\$(Configuration)\</OutputPath>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

<PropertyGroup>
<Title>TfsUrlParser</Title>
<Description>Azure DevOps URL Parser</Description>
<Title>Azure DevOps URL Parser</Title>
<Description>Provides a parser to get repository information from an Azure DevOps and Azure DevOps Server URLs.</Description>
<Product>TfsUrlParser</Product>
<Company>BBT Software AG</Company>
<Authors>BBT Software AG</Authors>
<Copyright>Copyright © BBT Software AG</Copyright>
<PackageId>TfsUrlParser</PackageId>
<PackageTags>AzureDevOps Git Parser</PackageTags>
<PackageIcon>icon.png</PackageIcon>
<PackageProjectUrl>https://github.com/bbtsoftware/TfsUrlParser/</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/bbtsoftware/TfsUrlParser.git</RepositoryUrl>
<PackageReleaseNotes>https://github.com/bbtsoftware/TfsUrlParser/releases/tag/1.4.1</PackageReleaseNotes>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb;.xml</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit c435b6a

Please sign in to comment.