We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 616ed16 + 32c0847 commit dc0dba1Copy full SHA for dc0dba1
ExampleCode/ExampleCode.csproj
@@ -7,7 +7,7 @@
7
</PropertyGroup>
8
9
<ItemGroup>
10
- <PackageReference Include="SharpCompress" Version="0.26.0" />
+ <PackageReference Include="SharpCompress" Version="0.29.0" />
11
</ItemGroup>
12
13
README.md
@@ -34,14 +34,14 @@ To install the cpu version (no CUDA support) use:
34
35
```
36
Install-Package BrightWire
37
-Install-Package BrightWire.Numerics
+Install-Package BrightData.Numerics
38
39
40
To add CUDA support use:
41
42
43
44
-Install-Package BrightWire.Cuda
+Install-Package BrightData.Cuda
45
46
47
## Features
0 commit comments