Skip to content

Commit c6d1047

Browse files
author
Jack Dermody
committed
bumped package version numbers
1 parent 8c9bdb7 commit c6d1047

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: BrightData/BrightData.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net6.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
7-
<Version>3.0.2</Version>
7+
<Version>3.0.3</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>updated to .net 5, added user notification interface and cancellation token handling, added index to buffer add method and renamed ColumnType to BrightDataType</PackageReleaseNotes>
17+
<PackageReleaseNotes>updated to .net 6</PackageReleaseNotes>
1818
</PropertyGroup>
1919

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

Diff for: BrightWire/BrightWire.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
55
<Nullable>enable</Nullable>
6-
<Version>3.0.2</Version>
6+
<Version>3.0.3</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>updated to .net 5, added user notification interface and cancellation token handling, added index to buffer add method and renamed ColumnType to BrightDataType</PackageReleaseNotes>
18+
<PackageReleaseNotes>updated to .net 6</PackageReleaseNotes>
1919
</PropertyGroup>
2020

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

0 commit comments

Comments
 (0)