File tree Expand file tree Collapse file tree 6 files changed +65
-1
lines changed
src/OpenPolicyAgent.Opa.AspNetCore Expand file tree Collapse file tree 6 files changed +65
-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.2.1
7
+
8
+ This release includes support for publishing DocFX reference docs.
9
+
6
10
## 0.2.0
7
11
8
12
This release includes release engineering improvements for the Github Releases and NuGet publishing workflows.
Original file line number Diff line number Diff line change
1
+ _site /*
2
+ api /*
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "content" : [
4
+ {
5
+ "exclude" : [
6
+ " _site/**"
7
+ ],
8
+ "files" : [
9
+ " **/*.{md,yml}"
10
+ ]
11
+ },
12
+ {
13
+ "files" : [
14
+ " README.md"
15
+ ],
16
+ "src" : " ../"
17
+ }
18
+ ],
19
+ "globalMetadata" : {
20
+ "_appName" : " OPA ASP .NET Core SDK" ,
21
+ "_appTitle" : " OPA ASP .NET Core SDK" ,
22
+ "_enableSearch" : true ,
23
+ "pdf" : false
24
+ },
25
+ "output" : " _site" ,
26
+ "resource" : [
27
+ {
28
+ "files" : [
29
+ " images/**"
30
+ ]
31
+ }
32
+ ],
33
+ "template" : [
34
+ " default" ,
35
+ " modern"
36
+ ]
37
+ },
38
+ "metadata" : [
39
+ {
40
+ "dest" : " api" ,
41
+ "src" : [
42
+ {
43
+ "files" : [
44
+ " *.csproj"
45
+ ],
46
+ "src" : " ../src/OpenPolicyAgent.Opa.AspNetCore"
47
+ }
48
+ ]
49
+ }
50
+ ]
51
+ }
Original file line number Diff line number Diff line change
1
+ ---
2
+ _layout : landing
3
+ ---
4
+
5
+ [ !INCLUDE [ ] ( ../README.md )]
Original file line number Diff line number Diff line change
1
+ - name : API Reference
2
+ href : api/
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<PackageId >OpenPolicyAgent.Opa.AspNetCore</PackageId >
4
- <Version >0.2.0 </Version >
4
+ <Version >0.2.1 </Version >
5
5
<Authors >The OPA Authors</Authors >
6
6
<TargetFramework >net8.0</TargetFramework >
7
7
<IsPackable >true</IsPackable >
You can’t perform that action at this time.
0 commit comments