Skip to content

Commit

Permalink
Increment version and stop producing stable packages (dotnet#2922)
Browse files Browse the repository at this point in the history
* Increment version and stop producing stable packages
  • Loading branch information
Prashanth Govindarajan committed May 26, 2020
1 parent 8d08434 commit 7dcf184
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Microsoft.Data.Analysis/Microsoft.Data.Analysis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
<LangVersion>7.3</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<SuppressFinalPackageVersion>false</SuppressFinalPackageVersion>
<DotNetFinalVersionKind>release</DotNetFinalVersionKind>
<VersionPrefix>0.4.0</VersionPrefix>
<VersionPrefix>0.5.0</VersionPrefix>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Description>This package contains easy-to-use and high-performance libraries for data analysis and transformation.</Description>
<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>
Expand Down

0 comments on commit 7dcf184

Please sign in to comment.