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