File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file. This
44project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
55
6+ ## 0.1.7
7+
8+ This release includes minor documentation fixes.
9+
610## 0.1.6
711
812This release includes minor documentation comment fixes.
Original file line number Diff line number Diff line change @@ -23,12 +23,13 @@ dotnet add package Styra.Opa.AspNetCore
2323## SDK Example Usage (high-level)
2424
2525``` csharp
26+ using Styra .Opa ;
2627using Styra .Opa .AspNetCore ;
2728
2829// ...
2930
30- string opaURL = System .Environment .GetEnvironmentVariable (" OPA_URL" ) ?? " http://localhost:8181" ;
31- OPAClient opa = new OPAClient ( opaURL );
31+ string opaUrl = System .Environment .GetEnvironmentVariable (" OPA_URL" ) ?? " http://localhost:8181" ;
32+ OpaClient opa = new OpaClient ( opaUrl );
3233
3334var builder = new WebHostBuilder ()
3435 .ConfigureServices (services =>
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <PackageId >Styra.Opa.AspNetCore</PackageId >
4- <Version >0.1.6 </Version >
4+ <Version >0.1.7 </Version >
55 <Authors >Styra</Authors >
66 <TargetFramework >net8.0</TargetFramework >
77 <IsPackable >true</IsPackable >
You can’t perform that action at this time.
0 commit comments