Skip to content

Commit

Permalink
Updated AwesomeResult and added status badges
Browse files Browse the repository at this point in the history
  • Loading branch information
apfohl committed Jan 25, 2024
1 parent c46ef69 commit a97fb67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion HotwiredBooks/HotwiredBooks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AwesomeResult" Version="0.5.0" />
<PackageReference Include="AwesomeResult" Version="0.5.1" />
<PackageReference Include="bridgefield.FoundationalBits" Version="0.1.2" />
<PackageReference Include="Humanizer" Version="2.14.1" />
<PackageReference Include="System.Reactive" Version="6.0.0" />
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# HotwiredBooks

[![.NET](https://github.com/apfohl/HotwiredBooks/actions/workflows/dotnet.yml/badge.svg)](https://github.com/apfohl/HotwiredBooks/actions/workflows/dotnet.yml) [![codecov](https://codecov.io/gh/apfohl/HotwiredBooks/graph/badge.svg?token=H95UBUIYAU)](https://codecov.io/gh/apfohl/HotwiredBooks)

This is a proof of concept application showing a way to integrate [Hotwire](https://hotwired.dev) and [ASP.NET](https://dotnet.microsoft.com/en-us/apps/aspnet).

## Build and run
Expand Down

0 comments on commit a97fb67

Please sign in to comment.