Skip to content

Commit

Permalink
falco 5.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
pimbrouwers committed Jan 25, 2025
1 parent 0e47951 commit 14c726b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Falco.Htmx/Falco.Htmx.fsproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>Falco.Htmx</AssemblyName>
<Version>1.0.0-beta2</Version>
<Version>1.0.0-rc1</Version>

<!-- General info -->
<Description>HTMX Bindings for the Falco web toolkit.</Description>
Expand Down Expand Up @@ -35,7 +35,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Falco" Version="5.0.0-beta5" />
<PackageReference Include="Falco" Version="5.0.0-rc2" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.*" PrivateAssets="All" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions test/Falco.Htmx.IntegrationTests/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ open Microsoft.AspNetCore.Mvc.Testing
open Xunit
open Falco.Htmx.IntegrationTests.App

module FalcoOpenApiTestServer =
module FalcoHtmxTestServer =
let createFactory() =
new WebApplicationFactory<Program>()

module Tests =
let private factory = FalcoOpenApiTestServer.createFactory ()
let private factory = FalcoHtmxTestServer.createFactory ()

module Program = let [<EntryPoint>] main _ = 0

0 comments on commit 14c726b

Please sign in to comment.