Skip to content

Commit

Permalink
updated CRoaring to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
k-wojcik committed Aug 26, 2024
1 parent 859090a commit b5aa37e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ItemGroup>
<PackageVersion Include="coverlet.collector" Version="6.0.2"/>
<PackageVersion Include="coverlet.msbuild" Version="6.0.2"/>
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.10.0"/>
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.0"/>
<PackageVersion Include="xunit" Version="2.9.0"/>
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2">
<PrivateAssets>all</PrivateAssets>
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ The MIT License (MIT)

Copyright (c) 2024 Karol Wójcik (@k-wojcik)

Copyright for portions of project CRoaring.Net are held by
Copyright for portions of project Roaring.Net are held by
- RogueException https://github.com/Auralytical/CRoaring.Net
- Thibault Reigner https://github.com/thibault-reigner/CRoaring.Net
- Rasmus Kromann-Larsen https://github.com/rasmuskl/CRoaring.Net
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Roaring.Net

A .Net wrapper for [CRoaring](https://github.com/RoaringBitmap/CRoaring) - a C implementation of [RoaringBitmap](https://github.com/RoaringBitmap/RoaringBitmap).

[![push-master workflow status](https://img.shields.io/github/actions/workflow/status/k-wojcik/Roaring.Net/push-master.yml)](https://github.com/k-wojcik/Roaring.Net/actions/workflows/push-master.yml)
[![GitHub Release](https://img.shields.io/github/v/release/k-wojcik/Roaring.Net?include_prereleases&sort=semver)](https://github.com/k-wojcik/Roaring.Net/releases)
[![NuGet Version](https://img.shields.io/nuget/vpre/Roaring.Net)](https://www.nuget.org/packages/Roaring.Net)
[![codecov](https://codecov.io/github/k-wojcik/Roaring.Net/graph/badge.svg?token=ITL13NZGAH)](https://codecov.io/github/k-wojcik/Roaring.Net)
[![Codecov](https://img.shields.io/codecov/c/github/k-wojcik/Roaring.Net?token=ITL13NZGAH)](https://codecov.io/github/k-wojcik/Roaring.Net)


A .NET wrapper for [CRoaring](https://github.com/RoaringBitmap/CRoaring) - a C implementation of [RoaringBitmap](https://github.com/RoaringBitmap/RoaringBitmap).

## Support
### Supported runtimes
Expand Down
6 changes: 4 additions & 2 deletions vcpkg-configuration.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg-configuration.schema.json",
"overlay-triplets": [ "./build/vcpkg/triplets" ]
}
"overlay-triplets": [
"./build/vcpkg/triplets"
]
}
4 changes: 2 additions & 2 deletions vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"builtin-baseline": "1318ab14aae14db20085441cd71366891a9c9d0c",
"builtin-baseline": "821100d967e1737d96414a308e3f7cbe0d1abf18",
"dependencies": [
"roaring"
],
"overrides": [
{
"name": "roaring",
"version": "4.0.0"
"version": "4.1.1"
}
]
}

0 comments on commit b5aa37e

Please sign in to comment.