Skip to content

Commit 990d5ec

Browse files
author
Jack Dermody
committed
Updated nuget package info
1 parent 6d9bd26 commit 990d5ec

File tree

4 files changed

+21
-8
lines changed

4 files changed

+21
-8
lines changed

BrightData.Cuda/BrightData.Cuda.csproj

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
5-
<Version>3.0.0-beta</Version>
5+
<Version>3.0.0</Version>
66
<Authors>Jack Dermody</Authors>
77
<Company />
88
<Product />
@@ -13,7 +13,7 @@
1313
<Copyright>Copyright © Jack Dermody 2016-2021</Copyright>
1414
<PackageTags>cuda gpu</PackageTags>
1515
<PackageIcon>bw_favicon.png</PackageIcon>
16-
<PackageReleaseNotes>Beta release</PackageReleaseNotes>
16+
<PackageReleaseNotes>Initial 3.0 release - Support for CUDA 11</PackageReleaseNotes>
1717
<Nullable>enable</Nullable>
1818
</PropertyGroup>
1919

@@ -40,42 +40,55 @@
4040
<None Remove="cuda\brightwire_80.ptx" />
4141
<Content Include="cuda\brightwire.ptx">
4242
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
43+
<PackageCopyToOutput>true</PackageCopyToOutput>
4344
</Content>
4445
<Content Include="cuda\brightwire_35.ptx">
4546
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
47+
<PackageCopyToOutput>true</PackageCopyToOutput>
4648
</Content>
4749
<Content Include="cuda\brightwire_37.ptx">
4850
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
51+
<PackageCopyToOutput>true</PackageCopyToOutput>
4952
</Content>
5053
<Content Include="cuda\brightwire_50.ptx">
5154
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
55+
<PackageCopyToOutput>true</PackageCopyToOutput>
5256
</Content>
5357
<Content Include="cuda\brightwire_52.ptx">
5458
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
59+
<PackageCopyToOutput>true</PackageCopyToOutput>
5560
</Content>
5661
<Content Include="cuda\brightwire_53.ptx">
5762
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
63+
<PackageCopyToOutput>true</PackageCopyToOutput>
5864
</Content>
5965
<Content Include="cuda\brightwire_60.ptx">
6066
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
67+
<PackageCopyToOutput>true</PackageCopyToOutput>
6168
</Content>
6269
<Content Include="cuda\brightwire_61.ptx">
6370
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
71+
<PackageCopyToOutput>true</PackageCopyToOutput>
6472
</Content>
6573
<Content Include="cuda\brightwire_62.ptx">
6674
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
75+
<PackageCopyToOutput>true</PackageCopyToOutput>
6776
</Content>
6877
<Content Include="cuda\brightwire_70.ptx">
6978
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
79+
<PackageCopyToOutput>true</PackageCopyToOutput>
7080
</Content>
7181
<Content Include="cuda\brightwire_72.ptx">
7282
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
83+
<PackageCopyToOutput>true</PackageCopyToOutput>
7384
</Content>
7485
<Content Include="cuda\brightwire_75.ptx">
7586
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
87+
<PackageCopyToOutput>true</PackageCopyToOutput>
7688
</Content>
7789
<Content Include="cuda\brightwire_80.ptx">
7890
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
91+
<PackageCopyToOutput>true</PackageCopyToOutput>
7992
</Content>
8093
<None Include="..\bw_favicon.png">
8194
<Pack>True</Pack>

BrightData.Numerics/BrightData.Numerics.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
5-
<Version>3.0.0-beta</Version>
5+
<Version>3.0.0</Version>
66
<Authors>Jack Dermody</Authors>
77
<Product>Bright ML</Product>
88
<Description>Numerics provider for Bright Data - allows CPU computation, including with MKL</Description>
@@ -12,7 +12,7 @@
1212
<RepositoryUrl>https://github.com/jdermody/brightwire</RepositoryUrl>
1313
<PackageTags>mkl</PackageTags>
1414
<PackageIcon>bw_favicon.png</PackageIcon>
15-
<PackageReleaseNotes>Beta release</PackageReleaseNotes>
15+
<PackageReleaseNotes>Initial 3.0 release</PackageReleaseNotes>
1616
<Nullable>enable</Nullable>
1717
</PropertyGroup>
1818

BrightData/BrightData.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<Nullable>enable</Nullable>
66
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
7-
<Version>3.0.0-beta</Version>
7+
<Version>3.0.0</Version>
88
<PackageLicenseFile>LICENSE</PackageLicenseFile>
99
<PackageProjectUrl>https://github.com/jdermody/brightwire</PackageProjectUrl>
1010
<RepositoryUrl>https://github.com/jdermody/brightwire</RepositoryUrl>
@@ -14,7 +14,7 @@
1414
<Description>Bright data is a performance oriented data table and linear algebra library that supports both CPU and GPU computation</Description>
1515
<Copyright>Copyright © Jack Dermody 2016-2021</Copyright>
1616
<PackageIcon>bw_favicon.png</PackageIcon>
17-
<PackageReleaseNotes>Beta release</PackageReleaseNotes>
17+
<PackageReleaseNotes>Initial 3.0 release</PackageReleaseNotes>
1818
</PropertyGroup>
1919

2020
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

BrightWire/BrightWire.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<Nullable>enable</Nullable>
6-
<Version>3.0.0-beta</Version>
6+
<Version>3.0.0</Version>
77
<Authors>Jack Dermody</Authors>
88
<Company />
99
<Product>Bright ML</Product>
@@ -15,7 +15,7 @@
1515
<PackageTags>machinelearning</PackageTags>
1616
<PackageIcon>bw_favicon.png</PackageIcon>
1717
<EnableNETAnalyzers>false</EnableNETAnalyzers>
18-
<PackageReleaseNotes>Beta release</PackageReleaseNotes>
18+
<PackageReleaseNotes>Initial 3.0 release</PackageReleaseNotes>
1919
</PropertyGroup>
2020

2121
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

0 commit comments

Comments
 (0)