From 3fd79cb9d82f4c77777781473a0f324a67251502 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 23 Nov 2021 16:23:58 +0100 Subject: [PATCH] 0.18.0 --- ExampleMod.csproj | 10 +++++----- NuGet.config | 6 ++++++ 2 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 NuGet.config diff --git a/ExampleMod.csproj b/ExampleMod.csproj index 32c4271..414cf0b 100644 --- a/ExampleMod.csproj +++ b/ExampleMod.csproj @@ -5,12 +5,12 @@ - + - - - - + + + + diff --git a/NuGet.config b/NuGet.config new file mode 100644 index 0000000..5ada7e5 --- /dev/null +++ b/NuGet.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file