diff --git a/.circleci/config.yml b/.circleci/config.yml index 153c89c80..1a6e3dcb0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -46,7 +46,7 @@ jobs: - ~/.nuget/packages key: dotnet-packages-windows-{{ checksum "Projects/Server/Server.csproj" }}-{{ checksum "Projects/Scripts/Scripts.csproj" }} - run: - name: Building ModernUO for Linux (Debug) + name: Building ModernUO for Windows (Debug) command: dotnet build -c Release /p:PublishProfile=Windows code_styling: description: Code analysis diff --git a/README.md b/README.md index d7806924e..956823e9e 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,22 @@ ModernUO ===== +##### Ultima Online Server Emulator for the modern era! -Ultima Online Server Emulator for the modern era! +[![GitHub stars](https://img.shields.io/github/stars/modernuo/ModernUO?logo=github)](https://github.com/modernuo/ModernUO/stargazers) +[![GitHub issues](https://img.shields.io/github/issues/modernuo/ModernUO?logo=github)](https://github.com/modernuo/ModernUO/issues) +![Platforms](https://img.shields.io/badge/platforms-linux%20%7C%20osx%20%7C%20windows-lightgrey) +![Build status](https://img.shields.io/circleci/build/gh/modernuo/ModernUO/master?logo=circleci) +[![GitHub license](https://img.shields.io/github/license/modernuo/ModernUO?color=blue)](https://github.com/modernuo/ModernUO/blob/master/LICENSE) +![Discord](https://img.shields.io/discord/458277173208547350?logo=discord) ## Join and Follow! -- [Discord Channel](https://discord.gg/VdyCpjQ) +- [Discord](https://discord.gg/VdyCpjQ) - [Twitter](https://www.twitter.com/modernuo) - [Reddit](https://www.reddit.com/r/modernuo) ## Goals - See [Goals](./GOALS.md) - ## Publishing a build #### Requirements - [.NET Core 3.1 SDK](https://dotnet.microsoft.com/download/dotnet-core/3.1)