Skip to content

Commit

Permalink
Versions bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Lanayx committed Feb 7, 2024
1 parent 2b074c1 commit 4c8f7c9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/Basic/Basic.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Oxpecker" Version="0.6.1" />
<PackageReference Include="Oxpecker" Version="0.7.0" />
<PackageReference Include="Oxpecker.ViewEngine" Version="0.2.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion examples/CRUD/CRUD.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Oxpecker" Version="0.6.1" />
<PackageReference Include="Oxpecker" Version="0.7.0" />
<PackageReference Include="FSharp.UMX" Version="1.1.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion tests/Oxpecker.Tests/Oxpecker.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Oxpecker" Version="0.6.1" />
<PackageReference Include="Oxpecker" Version="0.7.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion tests/PerfTest/PerfTest.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="Giraffe.ViewEngine" Version="2.0.0-alpha-1" />
<PackageReference Include="Giraffe" Version="6.2.0" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.1"/>
<PackageReference Include="Oxpecker" Version="0.6.1" />
<PackageReference Include="Oxpecker" Version="0.7.0" />
<PackageReference Include="Oxpecker.ViewEngine" Version="0.2.0" />
</ItemGroup>

Expand Down

0 comments on commit 4c8f7c9

Please sign in to comment.