BiExcellence.OpenBi.Api.Role 0.0.46-ci.15788

This is a prerelease version of BiExcellence.OpenBi.Api.Role.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package BiExcellence.OpenBi.Api.Role --version 0.0.46-ci.15788
                    
NuGet\Install-Package BiExcellence.OpenBi.Api.Role -Version 0.0.46-ci.15788
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BiExcellence.OpenBi.Api.Role" Version="0.0.46-ci.15788" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BiExcellence.OpenBi.Api.Role" Version="0.0.46-ci.15788" />
                    
Directory.Packages.props
<PackageReference Include="BiExcellence.OpenBi.Api.Role" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BiExcellence.OpenBi.Api.Role --version 0.0.46-ci.15788
                    
#r "nuget: BiExcellence.OpenBi.Api.Role, 0.0.46-ci.15788"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package BiExcellence.OpenBi.Api.Role@0.0.46-ci.15788
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BiExcellence.OpenBi.Api.Role&version=0.0.46-ci.15788&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=BiExcellence.OpenBi.Api.Role&version=0.0.46-ci.15788&prerelease
                    
Install as a Cake Tool

BiExcellence.OpenBi.Api.Role

Includes APIs to get / create / delete and assign roles and role content in open bi Respository Servers.

Usage

using BiExcellence.OpenBi.Api.Commands.Roles;
using BiExcellence.OpenBi.Api.Commands.RoleContents;
var roles = await session.GetRoles().SendAsync(cancellationToken);
var role = await session.GetRoleByIdAsync(id, cancellationToken);
var userRoles = await session.GetRolesByUsernameAsync(username, cancellationToken);
var organisationRoles = await session.GetRolesByOrganisationAsync(organisationId, cancellationToken);

var newRole = new Role { Name = "New Role Name", Description = "New Role Description" };

await session.CreateRoleAsync(newRole, cancellationToken);

await session.DeleteRoleAsync(newRole, cancellationToken);
var roleContents = await session.GetRoleContentAsync(roleId, cancellationToken);
var roleContentElement = await session.GetContentElementByIdAsync(id, cancellationToken);

var newRoleContentElement = new RoleContentElement { Name = "New Role Content Name", ContentAscii = "Hello World" };

await session.CreateRoleContentAsync(newRoleContentElement, cancellationToken);

await session.AssignElementToRoleAsync(newRoleContentElement, role, cancellationToken);
await session.RemoveElementFromRoleAsync(newRoleContentElement, role, cancellationToken);

var roleContentHistory = await session.GetRoleContentHistoryAsync(elementId, cancellationToken);
var roleContentElementHistory = await session.GetContentElementHistoryByIdAsync(historyId, role, cancellationToken);

await session.DeleteRoleContentAsync(newRoleContentElement, cancellationToken);
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.3-ci.17920 144 9/9/2025
1.0.3-ci.17855 179 8/29/2025
1.0.3-ci.17841 163 8/29/2025
1.0.3-ci.17839 155 8/29/2025
1.0.3-ci.17812 204 8/27/2025
1.0.3-ci.17809 187 8/26/2025
1.0.3-ci.17808 186 8/26/2025
1.0.3-ci.17722 113 8/18/2025
1.0.2-ci.17699 132 8/13/2025
1.0.2-ci.17698 121 8/13/2025
1.0.2-ci.17691 118 8/12/2025
1.0.2-ci.17688 121 8/12/2025
1.0.2-ci.17657 201 8/5/2025
1.0.2-ci.17631 97 7/30/2025
1.0.2-ci.17568 163 7/15/2025
1.0.2-ci.17562 121 7/14/2025
1.0.2-ci.17213 131 5/20/2025
1.0.2-ci.17138 137 5/2/2025
1.0.1-ci.16873 731 3/24/2025
1.0.1-ci.16652 490 2/22/2025
1.0.1-ci.16648 77 2/22/2025
1.0.0-ci.15795 80 11/21/2024
1.0.0-ci.15793 68 11/21/2024
0.0.46-ci.15922 70 11/30/2024
0.0.46-ci.15796 494 11/21/2024
0.0.46-ci.15788 70 11/20/2024
0.0.45-ci.15769 75 11/19/2024
0.0.45-ci.15039 89 9/8/2024
0.0.45-ci.15030 81 9/7/2024
0.0.45-ci.14912 99 8/23/2024
0.0.45-ci.14786 333 7/30/2024
0.0.45-ci.14671 78 7/11/2024
0.0.45-ci.14642 78 7/8/2024
0.0.45-ci.14416 95 6/2/2024
0.0.45-ci.14414 89 5/31/2024
0.0.45-ci.14377 121 5/23/2024
0.0.45-ci.14376 92 5/23/2024
0.0.45-ci.14351 105 5/21/2024
0.0.45-ci.14331 106 5/15/2024
0.0.45-ci.14124 118 4/25/2024
0.0.45-ci.14033 115 4/13/2024
0.0.45-ci.13804 113 3/20/2024
0.0.45-ci.13743 97 3/14/2024
0.0.45-ci.13689 109 3/7/2024
0.0.45-ci.13688 89 3/7/2024
0.0.45-ci.13687 81 3/7/2024
0.0.45-ci.13685 88 3/7/2024
0.0.45-ci.13684 99 3/7/2024
0.0.44-ci-13527 118 2/11/2024
0.0.44-ci-13362 131 1/13/2024
0.0.44-ci-13101 182 12/15/2023
0.0.44-ci-12837 163 11/17/2023
0.0.44-ci-12746 123 11/4/2023
0.0.44-ci-12516 184 10/2/2023
0.0.44-ci-12514 125 10/2/2023
0.0.44-ci-12371 135 9/15/2023
0.0.44-ci-12095 152 8/12/2023
0.0.44-ci-12078 144 8/10/2023
0.0.44-ci-11834 178 7/19/2023
0.0.44-ci-11274 156 4/24/2023
0.0.44-ci-10785 188 3/1/2023
0.0.44-ci-10361 229 1/6/2023
0.0.44-ci-10144 333 11/20/2022
0.0.44-ci.13683 85 3/7/2024
0.0.44-ci.13679 82 3/5/2024
0.0.43-ci-10037 185 11/1/2022
0.0.42-ci-9858 208 9/26/2022
0.0.42-ci-9833 215 9/21/2022
0.0.42-ci-9799 206 8/31/2022
0.0.42-ci-9793 259 8/26/2022
0.0.42-ci-9770 208 8/20/2022
0.0.42-ci-9766 216 8/18/2022
0.0.42-ci-9763 214 8/17/2022
0.0.42-ci-9757 212 8/16/2022
0.0.42-ci-9755 212 8/16/2022
0.0.42-ci-9750 222 8/13/2022
0.0.42-ci-9749 217 8/13/2022
0.0.42-ci-9745 231 8/11/2022
0.0.42-ci-10034 188 11/1/2022
0.0.41-ci-9718 249 8/6/2022
0.0.41-ci-9715 222 8/6/2022
0.0.41-ci-9714 210 8/6/2022
0.0.40-ci-9639 229 7/23/2022
0.0.40-ci-9635 254 7/22/2022
0.0.40-ci-9613 246 7/17/2022
0.0.40-ci-9560 249 7/10/2022
0.0.30-ci-9543 230 7/4/2022
0.0.30-ci-9502 253 6/23/2022
0.0.29-ci-9501 215 6/23/2022
0.0.29-ci-9471 240 6/14/2022
0.0.28-ci-9409 237 5/25/2022
0.0.28-ci-9063 451 2/6/2022
0.0.28-ci-9062 238 2/6/2022
0.0.28-ci-8937 255 1/1/2022
0.0.28-ci-7ef2e29d087c0c861... 274 12/20/2021
0.0.28-ci-0dbfeaa779f651d57... 236 12/25/2021
0.0.27-ci-cc5208f2acb657039... 325 10/16/2021
0.0.27-ci-bc25b02dcdd89050a... 285 10/21/2021
0.0.27-ci-8629 274 8/29/2021
0.0.27-ci-8602 324 8/10/2021
0.0.27-ci-8598 276 8/9/2021
0.0.27-ci-8594 268 8/9/2021
0.0.27-ci-8574 291 8/2/2021
0.0.27-ci-8573 305 7/30/2021
0.0.27-ci-8568 295 7/29/2021
0.0.27-ci-8567 307 7/28/2021
0.0.27-ci-8566 298 7/28/2021
0.0.27-ci-6c1253a67d3c8a846... 299 10/19/2021
0.0.27-ci-2f40d9dd27860f124... 304 10/16/2021
0.0.26-ci-8544 331 7/16/2021
0.0.26-ci-8529 286 7/8/2021
0.0.26-ci-8527 295 7/8/2021
0.0.26-ci-8513 292 6/25/2021
0.0.25-ci-8510 292 6/25/2021
0.0.25-ci-8499 302 6/24/2021
0.0.25-ci-8492 343 6/22/2021
0.0.24-ci-8477 276 6/15/2021
0.0.24-ci-8468 297 6/14/2021
0.0.24-ci-8467 292 6/14/2021
0.0.24-ci-8431 276 6/1/2021
0.0.24-ci-8422 284 5/27/2021
0.0.24-ci-8415 308 5/21/2021
0.0.24-ci-8414 312 5/21/2021
0.0.24-ci-8291 313 4/2/2021
0.0.24-ci-8256 344 3/19/2021
0.0.23-ci-8207 306 3/3/2021
0.0.22-ci-8196 297 2/26/2021
0.0.22-ci-8188 309 2/25/2021
0.0.22-ci-8187 305 2/25/2021
0.0.22-ci-8166 308 2/22/2021
0.0.22-ci-8120 289 2/12/2021
0.0.22-ci-8116 304 2/12/2021
0.0.22-ci-8075 307 1/29/2021
0.0.22-ci-8006 335 1/16/2021
0.0.22-ci-7989 319 1/12/2021
0.0.22-ci-7986 339 1/12/2021
0.0.22-ci-7983 365 1/11/2021
0.0.22-ci-7982 378 1/11/2021
0.0.22-ci-7981 314 1/11/2021
0.0.22-ci-7974 343 1/5/2021
0.0.22-ci-7957 344 12/29/2020
0.0.22-ci-7956 313 12/29/2020
0.0.21-ci-7949 382 12/17/2020
0.0.20-ci-7944 358 12/16/2020
0.0.20-ci-7920 332 11/26/2020
0.0.20-ci-7829 396 11/2/2020
0.0.20-ci-7668 425 9/24/2020
0.0.20-ci-7561 412 8/26/2020
0.0.20-ci-7551 433 8/24/2020
0.0.20-ci-7545 400 8/24/2020
0.0.20-ci-7530 413 8/17/2020
0.0.20-ci-7513 449 8/13/2020
0.0.20-ci-7506 435 8/12/2020
0.0.20-ci-7478 441 8/6/2020
0.0.20-ci-7398 452 7/27/2020
0.0.20-ci-7390 422 7/24/2020
0.0.19-ci-7387 495 7/23/2020
0.0.19-ci-7376 427 7/21/2020
0.0.19-ci-7367 432 7/19/2020
0.0.19-ci-7342 537 7/11/2020
0.0.18-ci-7328 444 7/9/2020
0.0.18-ci-7282 419 7/3/2020
0.0.18-ci-7281 447 7/3/2020
0.0.18-ci-7278 424 7/2/2020
0.0.18-ci-7275 444 7/1/2020
0.0.18-ci-7272 428 7/1/2020
0.0.18-ci-7271 421 7/1/2020
0.0.18-ci-7270 431 7/1/2020
0.0.18-ci-7240 513 6/24/2020
0.0.18-ci-7230 447 6/24/2020
0.0.18-ci-7229 458 6/24/2020
0.0.18-ci-7228 468 6/24/2020
0.0.18-ci-7226 434 6/23/2020
0.0.18-ci-7213 453 6/22/2020
0.0.18-ci-7207 477 6/22/2020
0.0.18-ci-7191 446 6/19/2020
0.0.18-ci-7187 437 6/19/2020
0.0.17-ci-7163 440 6/15/2020
0.0.17-ci-7156 464 6/15/2020
0.0.17-ci-7150 450 6/14/2020
0.0.17-ci-7144 458 6/11/2020
0.0.17-ci-7142 422 6/10/2020
0.0.17-ci-7140 432 6/10/2020
0.0.17-ci-7133 473 6/10/2020
0.0.17-ci-7132 440 6/10/2020
0.0.17-ci-7131 461 6/9/2020
0.0.17-ci-7128 461 6/9/2020
0.0.16-ci-7125 440 6/6/2020
0.0.16-ci-7106 440 6/2/2020
0.0.16-ci-7105 466 6/2/2020
0.0.16-ci-7103 450 5/31/2020
0.0.16-ci-7101 458 5/31/2020
0.0.16-ci-7100 482 5/31/2020
0.0.16-ci-7099 472 5/30/2020
0.0.16-ci-7098 471 5/30/2020
0.0.15-ci-7082 449 5/28/2020
0.0.15-ci-7081 486 5/28/2020
0.0.15-ci-7079 458 5/28/2020
0.0.15-ci-7075 450 5/28/2020
0.0.15-ci-7074 458 5/28/2020
0.0.14-ci-6927 481 4/18/2020
0.0.14-ci-6891 516 4/7/2020
0.0.13-ci-6888 536 4/7/2020
0.0.13-ci-6887 483 4/7/2020
0.0.13-ci-6736 476 2/26/2020
0.0.13-ci-6716 487 2/24/2020
0.0.13-ci-6693 469 2/18/2020
0.0.13-ci-6609 510 1/28/2020
0.0.13-ci-6608 503 1/28/2020
0.0.13-ci-6599 474 1/24/2020
0.0.13-ci-6597 505 1/23/2020
0.0.13-ci-6595 473 1/22/2020
0.0.13-ci-6587 544 1/17/2020
0.0.13-ci-6585 476 1/17/2020
0.0.12-ci-6582 493 1/16/2020
0.0.12-ci-6575 501 1/15/2020
0.0.12-ci-6561 513 1/13/2020
0.0.12-ci-6534 496 12/9/2019
0.0.12-ci-6506 502 11/14/2019
0.0.12-ci-6505 497 11/13/2019
0.0.12-ci-6502 495 11/12/2019
0.0.12-ci-6487 489 11/8/2019
0.0.12-ci-6481 482 11/8/2019
0.0.12-ci-6469 512 11/5/2019
0.0.12-ci-6468 513 11/5/2019
0.0.12-ci-6428 551 10/14/2019
0.0.12-ci-6384 565 9/19/2019
0.0.12-ci-6338 507 9/3/2019
0.0.12-ci-6293 529 8/22/2019
0.0.12-ci-6257 547 8/8/2019
0.0.12-ci-6215 556 7/29/2019
0.0.12-ci-6208 533 7/26/2019
0.0.12-ci-6204 533 7/26/2019
0.0.12-ci-6200 525 7/25/2019
0.0.12-ci-6188 539 7/24/2019
0.0.12-ci-6187 518 7/24/2019
0.0.11-ci-6185 525 7/24/2019
0.0.11-ci-6146 555 7/16/2019
0.0.11-ci-6131 533 7/15/2019
0.0.11-ci-6099 577 7/11/2019
0.0.11-ci-6094 567 7/10/2019
0.0.11-ci-6086 539 7/9/2019
0.0.11-ci-6071 557 7/5/2019
0.0.11-ci-6070 525 7/5/2019
0.0.11-ci-6068 528 7/5/2019
0.0.11-ci-6067 528 7/5/2019
0.0.11-ci-6062 530 7/4/2019
0.0.11-ci-6054 538 7/2/2019
0.0.11-ci-6053 548 7/2/2019
0.0.11-ci-6049 560 7/1/2019
0.0.11-ci-6045 557 6/28/2019
0.0.11-ci-6038 526 6/28/2019
0.0.11-ci-6020 541 6/14/2019
0.0.11-ci-6013 546 6/13/2019
0.0.11-ci-6011 550 6/13/2019
0.0.11-ci-6003 569 6/11/2019
0.0.11-ci-5999 573 6/5/2019
0.0.11-ci-5995 583 6/4/2019
0.0.11-ci-5992 578 6/4/2019
0.0.11-ci-5990 555 6/4/2019
0.0.11-ci-5985 577 5/31/2019
0.0.11-ci-5973 564 5/28/2019
0.0.11-ci-5972 575 5/28/2019
0.0.11-ci-5967 576 5/24/2019
0.0.11-ci-5964 556 5/23/2019
0.0.11-ci-5900 599 4/25/2019
0.0.11-ci-5821 562 4/4/2019
0.0.11-ci-5797 583 4/2/2019
0.0.11-ci-5737 599 3/22/2019
0.0.11-ci-5608 577 3/1/2019
0.0.11-ci-5595 588 2/27/2019
0.0.11-ci-5584 575 2/25/2019
0.0.11-ci-5583 579 2/25/2019
0.0.11-ci-5558 606 2/21/2019
0.0.11-ci-5549 650 2/20/2019
0.0.11-ci-5542 642 2/19/2019
0.0.11-ci-5541 650 2/19/2019
0.0.11-ci-5530 672 2/18/2019
0.0.11-ci-5523 641 2/18/2019
0.0.11-ci-5522 674 2/18/2019
0.0.11-ci-5411 644 2/1/2019
0.0.11-ci-5384 660 1/29/2019
0.0.11-ci-5373 649 1/28/2019
0.0.11-ci-5352 653 1/22/2019
0.0.11-ci-5331 684 1/16/2019
0.0.11-ci-5329 674 1/15/2019
0.0.11-ci-5276 640 12/20/2018
0.0.11-ci-5275 702 12/20/2018
0.0.11-ci-5272 670 12/18/2018
0.0.11-ci-5261 661 12/15/2018
0.0.11-ci-5260 677 12/15/2018
0.0.11-ci-5249 681 12/14/2018
0.0.11-ci-5248 662 12/14/2018
0.0.11-ci-5245 690 12/13/2018
0.0.10-ci-5242 675 12/13/2018
0.0.10-ci-5241 662 12/13/2018
0.0.10-ci-5219 682 12/6/2018
0.0.10-ci-5133 700 11/26/2018
0.0.10-ci-5094 702 11/21/2018
0.0.10-ci-5092 778 11/21/2018
0.0.10-ci-5088 696 11/21/2018
0.0.10-ci-5040 711 11/13/2018
0.0.10-ci-4979 719 10/30/2018
0.0.10-ci-4837 788 9/20/2018
0.0.10-ci-4810 780 9/12/2018
0.0.10-ci-4774 793 9/5/2018
0.0.10-ci-4771 853 9/5/2018
0.0.10-ci-4756 797 8/31/2018
0.0.10-ci-4735 809 8/30/2018
0.0.10-ci-4710 764 8/27/2018
0.0.10-ci-4690 784 8/24/2018
0.0.10-ci-4687 782 8/23/2018
0.0.10-ci-4662 850 8/20/2018
0.0.10-ci-4556 886 8/1/2018
0.0.10-ci-4554 897 8/1/2018
0.0.10-ci-4553 923 8/1/2018
0.0.10-ci-4549 912 7/31/2018
0.0.10-ci-4547 899 7/31/2018
0.0.10-ci-4543 914 7/31/2018
0.0.10-ci-4541 900 7/31/2018
0.0.10-ci-4540 899 7/31/2018
0.0.10-ci-4533 946 7/30/2018
0.0.10-ci-4522 896 7/26/2018
0.0.10-ci-4505 904 7/24/2018
0.0.10-ci-4417 1,158 7/7/2018
0.0.10-ci-4416 1,107 7/7/2018
0.0.10-ci-4362 1,103 6/28/2018
0.0.10-ci-4327 1,097 6/20/2018
0.0.10-ci-4294 1,108 6/13/2018
0.0.10-ci-4282 934 6/12/2018
0.0.10-ci-4262 1,125 6/7/2018
0.0.10-ci-4217 1,153 5/29/2018
0.0.10-ci-4151 1,155 5/11/2018
0.0.10-ci-4141 1,173 5/9/2018
0.0.10-ci-4027 1,123 4/6/2018
0.0.10-ci-4023 1,123 4/5/2018
0.0.10-ci-4022 1,170 4/5/2018
0.0.10-ci-4013 1,131 4/4/2018
0.0.10-ci-3976 1,138 3/25/2018
0.0.10-ci-3973 1,023 3/23/2018
0.0.10-ci-3970 1,300 3/23/2018
0.0.9-ci-3951 1,146 3/21/2018
0.0.9-ci-3949 1,155 3/21/2018
0.0.9-ci-3947 1,195 3/21/2018
0.0.9-ci-3946 1,147 3/21/2018
0.0.9-ci-3927 1,230 3/19/2018
0.0.9-ci-3910 1,140 3/16/2018
0.0.9-ci-3909 1,142 3/15/2018
0.0.9-ci-3908 993 3/15/2018
0.0.9-ci-3907 1,153 3/15/2018
0.0.9-ci-3889 1,135 3/13/2018
0.0.9-ci-3831 1,162 3/4/2018
0.0.9-ci-3829 1,142 3/4/2018
0.0.8-ci-3772 1,179 2/23/2018
0.0.8-ci-3583 1,165 1/19/2018
0.0.8-ci-3549 1,165 1/8/2018
0.0.8-ci-3526 1,178 12/28/2017
0.0.7-ci-3490 1,000 12/14/2017
0.0.6-ci-3176 972 10/18/2017
0.0.6-ci-3066 980 9/24/2017
0.0.6-ci-3065 966 9/24/2017
0.0.5-ci-2938 974 9/3/2017
0.0.5-ci-2937 971 9/3/2017
0.0.4-ci-2927 983 9/2/2017
0.0.4-ci-2915 981 9/2/2017
0.0.4-ci-2914 984 9/1/2017
0.0.4-ci-2913 981 9/1/2017
0.0.4-ci-2798 983 8/19/2017
0.0.4-ci-2797 979 8/19/2017
0.0.4-ci-2758 996 8/16/2017
0.0.2-ci-2686 996 8/9/2017
0.0.2-ci-2685 1,021 8/9/2017
0.0.2-ci-2682 1,008 8/9/2017
0.0.2-ci-2681 1,005 8/9/2017
0.0.2-ci-2675 990 8/8/2017
0.0.2-ci-2672 987 8/8/2017

chore: try out dotnet cli