From fbb026dff83fede9c34815afe4e15d8f2a794221 Mon Sep 17 00:00:00 2001 From: damienbod Date: Mon, 15 Apr 2024 14:16:02 +0200 Subject: [PATCH] Add a build --- README.md | 7 ++++++- dry.sln | 5 +++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index daf502f..ac1e23a 100644 --- a/README.md +++ b/README.md @@ -1 +1,6 @@ -# Zurich-DNUG-2024-04-16 \ No newline at end of file +# Zurich DNUG 2024-04-16 + +[![.NET](https://github.com/damienbod/Zurich-DNUG-2024-04-16/actions/workflows/dotnet.yml/badge.svg)](https://github.com/damienbod/Zurich-DNUG-2024-04-16/actions/workflows/dotnet.yml) + + +https://www.meetup.com/de-DE/dotnet-zurich/events/299331660/ \ No newline at end of file diff --git a/dry.sln b/dry.sln index a936111..802e0ea 100644 --- a/dry.sln +++ b/dry.sln @@ -9,6 +9,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dry.Shared", "dry\Shared\dr EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dry.Client", "dry\Client\dry.Client.csproj", "{32E73041-442D-4995-8ED5-447C86C7DB59}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E6ECAFF9-253E-4635-BD80-751D47B6235D}" + ProjectSection(SolutionItems) = preProject + README.md = README.md + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU