Raml.Parser
1.0.6
See the version list below for details.
dotnet add package Raml.Parser --version 1.0.6
NuGet\Install-Package Raml.Parser -Version 1.0.6
<PackageReference Include="Raml.Parser" Version="1.0.6" />
paket add Raml.Parser --version 1.0.6
#r "nuget: Raml.Parser, 1.0.6"
// Install Raml.Parser as a Cake Addin #addin nuget:?package=Raml.Parser&version=1.0.6 // Install Raml.Parser as a Cake Tool #tool nuget:?package=Raml.Parser&version=1.0.6
A RAML Parser implementation in .NET for all CLR languages. RESTful API Modeling Language (RAML) is a simple and succinct way of describing practically-RESTful APIs. It encourages reuse, enables discovery and pattern-sharing, and aims for merit-based emergence of best practices.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Edge.js (>= 6.5.1)
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 |
---|---|---|
2.0.4 | 8,610 | 2/28/2020 |
2.0.3 | 1,739 | 2/7/2020 |
2.0.2 | 1,799 | 1/20/2020 |
2.0.1 | 1,766 | 12/5/2019 |
2.0.0 | 1,599 | 11/19/2019 |
1.0.9 | 4,797 | 9/28/2018 |
1.0.8 | 3,545 | 9/3/2018 |
1.0.7 | 22,127 | 11/24/2017 |
1.0.6 | 3,810 | 6/8/2017 |
1.0.5 | 2,796 | 4/3/2017 |
1.0.4 | 7,390 | 11/9/2016 |
1.0.3 | 2,473 | 9/6/2016 |
1.0.2 | 2,716 | 6/25/2016 |
1.0.1 | 3,640 | 6/2/2016 |
0.8.104 | 2,369 | 5/31/2016 |
0.8.103 | 11,773 | 9/4/2015 |
0.8.102 | 4,817 | 7/29/2015 |
0.8.101 | 3,299 | 4/16/2015 |
0.8.10 | 1,900 | 4/8/2015 |
0.8.1 | 2,939 | 2/12/2015 |
Enhancements:
- Update Edge.js to 6.5.1 - https://github.com/raml-org/raml-dotnet-parser-2/issues/13
Fixes:
- Type not parsed when array is explicit - https://github.com/raml-org/raml-dotnet-parser-2/issues/12
- Type not parsed when array item is a scalar - https://github.com/raml-org/raml-dotnet-parser-2/issues/11