Skip to content

Commit

Permalink
feat(nuget): better meta-data
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablePrime committed Oct 28, 2023
1 parent 072792b commit c782687
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions Elements.Quantity/Elements.Quantity.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<!-- NUGET META DATA -->
<PropertyGroup>
<Company>Yellow Dog Man Studios</Company>
<Authors>Yellow Dog Man Studios</Authors>
<PackageId>YellowDogMan.Elements.Quantity</PackageId>
<Description>Library for working with various quantities that have asociated units with them. E.g. Temperature, Weight, Distance. Provides utilities for working with them.</Description>
<Copyright>Copyright (c) Yellow Dog Man Studios s.r.o. 2023</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>

<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Expand All @@ -12,10 +23,6 @@
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile></TargetFrameworkProfile>

<Company>Yellow Dog Man Studios</Company>
<Authors>Yellow Dog Man Studios</Authors>
<PackageId>YellowDogMan.Elements.Quantity</PackageId>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -69,8 +76,9 @@
<Compile Include="Quantities\Electronic\Voltage.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Quantities\QuantitySITemplate.txt" />
<Content Include="Quantities\QuantityTemplate.txt" />
<Content Include="Quantities\QuantitySITemplate.txt" Pack="false" CopyToOutput="false"/>
<Content Include="Quantities\QuantityTemplate.txt" Pack="false" CopyToOutput="false"/>
<None Include="Images\icon.png" Pack="true" PackagePath="\"/>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
Binary file added Elements.Quantity/Images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c782687

Please sign in to comment.