Skip to content

Commit 7dcf184

Browse files
author
Prashanth Govindarajan
authored
Increment version and stop producing stable packages (dotnet#2922)
* Increment version and stop producing stable packages
1 parent 8d08434 commit 7dcf184

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Microsoft.Data.Analysis/Microsoft.Data.Analysis.csproj

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
<LangVersion>7.3</LangVersion>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
77
<SuppressFinalPackageVersion>false</SuppressFinalPackageVersion>
8-
<DotNetFinalVersionKind>release</DotNetFinalVersionKind>
9-
<VersionPrefix>0.4.0</VersionPrefix>
8+
<VersionPrefix>0.5.0</VersionPrefix>
109
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1110
<Description>This package contains easy-to-use and high-performance libraries for data analysis and transformation.</Description>
1211
<PackageReleaseNotes>Initial preview of robust and extensible types and algorithms for manipulating structured data that supports aggregations, statistical funtions, sorting, grouping, joins, merges, handling missing values and more. </PackageReleaseNotes>

0 commit comments

Comments
 (0)