Skip to content

Commit dc0dba1

Browse files
author
Jack Dermody
committed
Merge branch 'master' of https://github.com/jdermody/brightwire
2 parents 616ed16 + 32c0847 commit dc0dba1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: ExampleCode/ExampleCode.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="SharpCompress" Version="0.26.0" />
10+
<PackageReference Include="SharpCompress" Version="0.29.0" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ To install the cpu version (no CUDA support) use:
3434

3535
```
3636
Install-Package BrightWire
37-
Install-Package BrightWire.Numerics
37+
Install-Package BrightData.Numerics
3838
```
3939

4040
To add CUDA support use:
4141

4242
```
4343
Install-Package BrightWire
44-
Install-Package BrightWire.Cuda
44+
Install-Package BrightData.Cuda
4545
```
4646

4747
## Features

0 commit comments

Comments
 (0)