File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file. This
4
4
project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
+ ## 0.1.6
7
+
8
+ This release includes minor documentation comment fixes.
9
+
6
10
## 0.1.5
7
11
8
12
This release is a release engineering test of the decoupled workflow.
Original file line number Diff line number Diff line change 1
1
using Microsoft . AspNetCore . Http ;
2
2
3
+ namespace Styra . Opa . AspNetCore ;
3
4
4
5
/// <summary>
5
6
/// This interface can be used to expose additional information to the OPA
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<PackageId >Styra.Opa.AspNetCore</PackageId >
4
- <Version >0.1.5 </Version >
4
+ <Version >0.1.6 </Version >
5
5
<Authors >Styra</Authors >
6
6
<TargetFramework >net8.0</TargetFramework >
7
7
<IsPackable >true</IsPackable >
You can’t perform that action at this time.
0 commit comments