|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <Title>Harp.LoadCells</Title> |
5 | | - <Authors></Authors> |
6 | | - <Copyright>Copyright © 2023</Copyright> |
| 4 | + <Title>Harp - LoadCells</Title> |
| 5 | + <Authors>harp-tech</Authors> |
| 6 | + <Copyright>Copyright © harp-tech and Contributors 2023</Copyright> |
| 7 | + <IncludeSymbols>true</IncludeSymbols> |
| 8 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
7 | 9 | <GeneratePackageOnBuild Condition="'$(Configuration)'=='Release'">true</GeneratePackageOnBuild> |
8 | | - <Description>Bonsai Library containing interfaces for data acquisition and control of Harp.LoadCells devices.</Description> |
9 | | - <GenerateDocumentationFile Condition="'$(Configuration)'=='Release'">true</GenerateDocumentationFile> |
| 10 | + <Description>Bonsai Library containing interfaces for data acquisition and control of Harp LoadCells devices.</Description> |
| 11 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
10 | 12 | <PackageTags>Harp LoadCells Bonsai Rx</PackageTags> |
11 | | - <PackageProjectUrl></PackageProjectUrl> |
12 | | - <PackageLicenseExpression></PackageLicenseExpression> |
13 | | - <PackageIcon></PackageIcon> |
14 | | - <PackageOutputPath></PackageOutputPath> |
| 13 | + <PackageProjectUrl>https://harp-tech.org</PackageProjectUrl> |
| 14 | + <RepositoryUrl>https://github.com/harp-tech/device.loadcells.git</RepositoryUrl> |
| 15 | + <RepositoryType>git</RepositoryType> |
| 16 | + <PackageIcon>icon.png</PackageIcon> |
| 17 | + <PackageLicenseFile>LICENSE</PackageLicenseFile> |
| 18 | + <PackageOutputPath>..\bin\$(Configuration)</PackageOutputPath> |
15 | 19 | <TargetFrameworks>net462;netstandard2.0</TargetFrameworks> |
16 | | - <VersionPrefix>0.1.0-preview4</VersionPrefix> |
| 20 | + <VersionPrefix>0.1.0</VersionPrefix> |
| 21 | + <VersionSuffix></VersionSuffix> |
17 | 22 | <LangVersion>9.0</LangVersion> |
18 | 23 | </PropertyGroup> |
19 | 24 |
|
20 | 25 | <ItemGroup> |
21 | | - <PackageReference Include="Bonsai.Harp" Version="3.5.0-build032701" /> |
| 26 | + <PackageReference Include="Bonsai.Harp" Version="3.5.0" /> |
| 27 | + </ItemGroup> |
| 28 | + |
| 29 | + <ItemGroup> |
| 30 | + <Content Include="..\LICENSE" PackagePath="/" /> |
| 31 | + <Content Include="..\icon.png" PackagePath="/" /> |
22 | 32 | </ItemGroup> |
23 | 33 |
|
24 | 34 | </Project> |
0 commit comments