Skip to content

Commit

Permalink
Test with OPA 0.62.1
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille committed Mar 17, 2024
1 parent 8a25d4d commit 22afed2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion sample-policies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Main file from https://github.com/open-policy-agent/opa/tree/main/capabilities

`
.\concat-capabilities.ps1 -Files v0.61.0.json, simple-custom-builtincall.capabilities.json, custom-builtincall.capabilities.json -Destination unittest.capabilities.json
.\concat-capabilities.ps1 -Files v0.62.1.json, simple-custom-builtincall.capabilities.json, custom-builtincall.capabilities.json -Destination unittest.capabilities.json
`

## Step 2: Building WASMs
Expand Down
6 changes: 3 additions & 3 deletions src/Opa.Wasm.UnitTests/Opa.Wasm.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NUnit" Version="4.0.1" />
<PackageReference Include="NUnit.Analyzers" Version="4.0.0">
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnit.Analyzers" Version="4.1.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Opa.Wasm/Opa.Wasm.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<Version>0.81.0</Version>
<Version>0.82.0</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/christophwille/dotnet-opa-wasm</PackageProjectUrl>
<RepositoryUrl>https://github.com/christophwille/dotnet-opa-wasm.git</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/Opa.Wasm/docs/PackageReadme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## About

Built and tested against Open Policy Agent v0.61.0.
Built and tested against Open Policy Agent v0.62.1.


## Features
Expand Down

0 comments on commit 22afed2

Please sign in to comment.