Skip to content

Commit

Permalink
BE-14954: Contracts package.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubsemerak committed Mar 6, 2024
1 parent 6fe02e9 commit 841d4ea
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,38 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Title>UneceUnits.Contract</Title>
<RootNamespace>UneceUnits</RootNamespace>
<IsPackable>false</IsPackable>
<PackageId>UneceUnits.Contract</PackageId>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/quadient/unece-units</PackageProjectUrl>
<Copyright>https://www.quadient.com</Copyright>
<RepositoryUrl>https://github.com/quadient/unece-units</RepositoryUrl>
<Authors>Quadient, jakubsemerak, yardee</Authors>
<PackageTags>UNECE; contract; units; rec. 20; rec.21</PackageTags>
<Description>
UNECE Units Contract package for UneceUnits package for working with UNECE rec. 20 and rec. 21 standards.
</Description>
<PackageReleaseNotes>https://github.com/quadient/unece-units/releases/</PackageReleaseNotes>

<!-- Generate XML documentation -->
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>CS1591</NoWarn>
<PackageIcon>quadient.png</PackageIcon>
<EnablePackageValidation>true</EnablePackageValidation>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MinVer" Version="5.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>

<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<None Include="../quadient.png" Pack="true" PackagePath=""/>
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion dotnet/UneceGenerator/UneceUnits/UneceUnits.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
</ItemGroup>
<ItemGroup>
<None Include="README.md" Pack="true" PackagePath=""/>
<None Include="quadient.png" Pack="true" PackagePath=""/>
<None Include="../quadient.png" Pack="true" PackagePath=""/>
</ItemGroup>
</Project>
File renamed without changes

0 comments on commit 841d4ea

Please sign in to comment.