Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@

> An Akka.NET quality of life extension library. Filled with features that you didn't know you actually missed ;)

![Image](https://raw.githubusercontent.com/Bavaria-Black/servus.akka/refs/heads/main/logo_servus.png)

[![NuGet](https://img.shields.io/nuget/v/Servus.Akka.svg)](https://www.nuget.org/packages/Servus.Akka/)
[![Build Status](https://img.shields.io/github/actions/workflow/status/Bavaria-Black/servus.akka/build-and-release.yml?branch=main)](https://github.com/Bavaria-Black/servus.akka/actions)
[![License](https://img.shields.io/github/license/Bavaria-Black/servus.akka)](LICENSE)
[![Downloads](https://img.shields.io/nuget/dt/Servus.Akka.svg)](https://www.nuget.org/packages/Servus.Akka/)

<p align="center">
<img width="256" height="256" src="logo.svg" alt="servus.akka logo">
</p>

## Overview

I started **Servus.Akka** after I wrote the same quality of life improvements for the third time across different projects. This library contains all those little utilities, extensions, and helpers that make working with Akka.NET more enjoyable and productive.
Expand Down
75 changes: 44 additions & 31 deletions logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logo_servus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/Servus.Akka/Servus.Akka.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Authors>Christian Dirnhofer</Authors>
Expand All @@ -25,9 +25,9 @@
</ItemGroup>

<ItemGroup>
<None Include="../../README.md" Visible="false" Pack="true" PackagePath="\"/>
<None Include="../../logo.png" Visible="false" Pack="true" PackagePath=""/>
<None Include="../../LICENSE" Visible="false" Pack="true" PackagePath="\"/>
<None Include="../../README.md" Pack="true" Visible="false" PackagePath="\"/>
<None Include="../../logo.png" Pack="true" Visible="false" PackagePath="\"/>
<None Include="../../LICENSE" Pack="true" Visible="false" PackagePath="\"/>
</ItemGroup>

<Target Name="ServusLogo" BeforeTargets="Build">
Expand Down