|
6 | 6 | <Nullable>enable</Nullable> |
7 | 7 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
8 | 8 | <PackageId>Tensor.NET</PackageId> |
9 | | - <Version>0.0.8</Version> |
| 9 | + <Version>0.1.0</Version> |
10 | 10 | <Authors>AsakusaRinne</Authors> |
11 | 11 | <Company>Null</Company> |
12 | 12 | <Description> |
13 | | - This is a test version, please do not download and use. |
| 13 | + A lightweight and high-performance tensor library which provides numpy-like operations but .NET style interfaces. It supports generic tensor, Linq, C# native slices and so on. It is young so that it may may lack some features or have some BUGs. Please tell us on github or via email, thank you! |
| 14 | + |
| 15 | + Github repository: https://github.com/AsakusaRinne/Tensor.NET |
| 16 | + |
| 17 | + Email: AsakusaRinne@gmail.com |
14 | 18 | </Description> |
| 19 | + <PackageLicenseExpression>Apache2.0</PackageLicenseExpression> |
15 | 20 | <GeneratePackageOnBuild>True</GeneratePackageOnBuild> |
16 | 21 | </PropertyGroup> |
17 | 22 |
|
18 | 23 | <ItemGroup> |
19 | | - <!-- <Content Include="./CppLibrary/libnumnet.dll"> |
20 | | - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
21 | | - <Pack>true</Pack> |
22 | | - <PackagePath>lib\$(TargetFramework)</PackagePath> |
23 | | - </Content> |
24 | | - <Content Include="./CppLibrary/libnumnet_core_base.dll"> |
25 | | - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
26 | | - <Pack>true</Pack> |
27 | | - <PackagePath>lib\$(TargetFramework)</PackagePath> |
28 | | - </Content> |
29 | | - <Content Include="./CppLibrary/libnumnet_core_op.dll"> |
| 24 | + <Content Include="./CppLibrary/libnumnet.dll"> |
30 | 25 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
31 | 26 | <Pack>true</Pack> |
32 | 27 | <PackagePath>lib\$(TargetFramework)</PackagePath> |
|
40 | 35 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
41 | 36 | <Pack>true</Pack> |
42 | 37 | <PackagePath>lib\$(TargetFramework)</PackagePath> |
43 | | - </Content> --> |
| 38 | + </Content> |
44 | 39 | <Content Include="libnumnet.so"> |
45 | 40 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
46 | 41 | <PackageCopyToOutput>true</PackageCopyToOutput> |
|
0 commit comments