From 16626114931eae860475fa9e9c4c3e290081f29a Mon Sep 17 00:00:00 2001 From: Bradley Grainger Date: Sat, 19 Oct 2019 12:24:57 -0700 Subject: [PATCH] Release 0.2.2. --- .github/workflows/{dotnet.yml => build.yml} | 0 src/PlaygroundLibrary/PlaygroundLibrary.csproj | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{dotnet.yml => build.yml} (100%) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/build.yml similarity index 100% rename from .github/workflows/dotnet.yml rename to .github/workflows/build.yml diff --git a/src/PlaygroundLibrary/PlaygroundLibrary.csproj b/src/PlaygroundLibrary/PlaygroundLibrary.csproj index a3c50fe..538f08e 100644 --- a/src/PlaygroundLibrary/PlaygroundLibrary.csproj +++ b/src/PlaygroundLibrary/PlaygroundLibrary.csproj @@ -1,7 +1,7 @@  - 0.2.1 + 0.2.2 netstandard2.0 true Playground Library