Skip to content

Commit

Permalink
Centralize package info in Directory.Build.props
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed Apr 6, 2023
1 parent c26fec7 commit 72b953c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 6 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,22 @@
<PropertyGroup>
<ContinuousIntegrationBuild Condition="'$(GITHUB_RUN_ID)' != ''">true</ContinuousIntegrationBuild>
<DevelopmentDependency>true</DevelopmentDependency>
<Title>PolySharp</Title>
<RepositoryUrl>https://github.com/Sergio0694/PolySharp/</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<ProjectUrl>https://github.com/Sergio0694/PolySharp/</ProjectUrl>
<Authors>Sergio Pedri</Authors>
<Owners>Sergio Pedri</Owners>
<Company>Sergio Pedri</Company>
<Copyright>Copyright (c) 2022 Sergio Pedri</Copyright>
<Copyright>Copyright (c) 2023 Sergio Pedri</Copyright>
<PackageId>PolySharp</PackageId>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageProjectUrl>https://github.com/Sergio0694/ComputeSharp/</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<Description>PolySharp provides generated, source-only polyfills for C# language features, to easily use all runtime-agnostic features downlevel</Description>
<PackageTags>dotnet net netcore netstandard csharp library generator polyfill roslyn</PackageTags>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
Expand Down
7 changes: 0 additions & 7 deletions src/PolySharp.Package/PolySharp.Package.msbuildproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@
<NoWarn>$(NoWarn);NU5128</NoWarn>
</PropertyGroup>

<PropertyGroup>
<PackageId>PolySharp</PackageId>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Title>PolySharp</Title>
<Description>PolySharp provides generated, source-only polyfills for C# language features, to easily use all runtime-agnostic features downlevel</Description>
</PropertyGroup>

<ItemGroup>
<None Include="icon.png" PackagePath="\" Pack="true" />
<None Include="README.md" PackagePath="\" Pack="true" />
Expand Down

0 comments on commit 72b953c

Please sign in to comment.