Skip to content

Commit 0f54c8e

Browse files
committed
Release v0.1.6 (#13)
Signed-off-by: Philip Conrad <[email protected]>
1 parent c43f325 commit 0f54c8e

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file. This
44
project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## 0.1.6
7+
8+
This release includes minor documentation comment fixes.
9+
610
## 0.1.5
711

812
This release is a release engineering test of the decoupled workflow.

src/Styra.Opa.AspNetCore/ContextDataProvider.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using Microsoft.AspNetCore.Http;
22

3+
namespace Styra.Opa.AspNetCore;
34

45
/// <summary>
56
/// This interface can be used to expose additional information to the OPA

src/Styra.Opa.AspNetCore/Styra.Opa.AspNetCore.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<PackageId>Styra.Opa.AspNetCore</PackageId>
4-
<Version>0.1.5</Version>
4+
<Version>0.1.6</Version>
55
<Authors>Styra</Authors>
66
<TargetFramework>net8.0</TargetFramework>
77
<IsPackable>true</IsPackable>

0 commit comments

Comments
 (0)