Skip to content

Commit

Permalink
chore: Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
me-viper committed Oct 11, 2023
1 parent 42dba4f commit 142d1cd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
<PackageVersion Include="Microsoft.Toolkit.HighPerformance" Version="7.1.2" />
<PackageVersion Include="Moq" Version="4.18.4" />
<PackageVersion Include="OpaDotNet.Compilation.Cli" Version="1.4.0" />
<PackageVersion Include="OpaDotNet.Compilation.Interop" Version="1.4.0" />
<PackageVersion Include="OpaDotNet.Compilation.Cli" Version="1.4.1" />
<PackageVersion Include="OpaDotNet.Compilation.Interop" Version="1.4.1" />
<PackageVersion Include="Semver" Version="2.3.0" />
<PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="7.0.1" />
<PackageVersion Include="Wasmtime" Version="13.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion docs/snippets/Snippets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public async Task CompileBundleCli()
var policy = await compiler.CompileBundle(

// Directory with bundle sources.
"quickstart/",
"quickstart",

// Entrypoints (same you would pass for -e parameter for opa build).
new[] { "example/hello" }
Expand Down
4 changes: 2 additions & 2 deletions docs/snippets/Snippets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2"/>
<PackageReference Include="OpaDotNet.Compilation.Cli" Version="1.4.0" />
<PackageReference Include="OpaDotNet.Compilation.Interop" Version="1.4.0" />
<PackageReference Include="OpaDotNet.Compilation.Cli" Version="1.4.1" />
<PackageReference Include="OpaDotNet.Compilation.Interop" Version="1.4.1" />
<PackageReference Include="OpaDotNet.Extensions.AspNetCore" Version="1.1.0"/>
<PackageReference Include="xunit" Version="2.5.1"/>
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OpaDotNet.Compilation.Cli" Version="1.4.0" />
<PackageReference Include="OpaDotNet.Compilation.Cli" Version="1.4.1" />
</ItemGroup>

</Project>

0 comments on commit 142d1cd

Please sign in to comment.