Skip to content

Commit

Permalink
Add logo to quantities package. (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
atmoos authored Mar 22, 2024
2 parents 96564e8 + 0302473 commit 922ed1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions source/Quantities.Pack.targets
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<PropertyGroup>
<Authors>Thomas Kägi</Authors>
<Copyright>Thomas Kägi</Copyright>
<PackageIcon>icon.png</PackageIcon>
<PackageProjectUrl>https://github.com/atmoos/Quantities</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>units, quantities, measures, measurements, unitsofmeasure, units-of-measure, units-of-measurement, conversion, unit-conversion, units-measures-converter</PackageTags>
Expand All @@ -14,6 +15,7 @@

<ItemGroup>
<None Include="readme.md" Pack="true" PackagePath="\"/>
<None Include="$(RootDirectory)assets\images\nuget.png" Pack="true" PackagePath="\icon.png"/>
</ItemGroup>

<ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion source/Quantities/Quantities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<Import Project="../Quantities.Pack.targets"/>

<PropertyGroup>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<RootDirectory>../../</RootDirectory>
<RootNamespace>Quantities</RootNamespace>
<Description>Type-safe and efficient handling of physical quantities.</Description>
</PropertyGroup>
Expand Down

0 comments on commit 922ed1e

Please sign in to comment.