From 99f4ae7b1f80f8f1c6cadc6df2ff66f070ae66dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Terje=20Sandstr=C3=B8m?= Date: Mon, 7 Dec 2020 17:39:28 +0100 Subject: [PATCH] Updated for release 1.0.0 --- TheAnswer.sln | 10 ++++++++-- TheAnswer/WrapThat.csproj | 4 ++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/TheAnswer.sln b/TheAnswer.sln index 8da0f0b..d06b49c 100644 --- a/TheAnswer.sln +++ b/TheAnswer.sln @@ -3,9 +3,15 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.30717.126 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WrapThat", "TheAnswer\WrapThat.csproj", "{55CB96DF-9BAC-4F69-828A-51222901B0CF}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WrapThat", "TheAnswer\WrapThat.csproj", "{55CB96DF-9BAC-4F69-828A-51222901B0CF}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WrapThat.Tests", "Hermit.Tests\WrapThat.Tests.csproj", "{D71CEF2F-D2F5-4D9E-B47F-CB194A360033}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WrapThat.Tests", "Hermit.Tests\WrapThat.Tests.csproj", "{D71CEF2F-D2F5-4D9E-B47F-CB194A360033}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{368AADF4-2384-4EAD-AC67-27FE958AFC00}" + ProjectSection(SolutionItems) = preProject + .gitignore = .gitignore + README.md = README.md + EndProjectSection EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/TheAnswer/WrapThat.csproj b/TheAnswer/WrapThat.csproj index 0c25721..727a0cb 100644 --- a/TheAnswer/WrapThat.csproj +++ b/TheAnswer/WrapThat.csproj @@ -1,6 +1,9 @@ + TheAnswer library + WrapThat.Answer + Give you two static constants to use in tests, both have value 42, which is TheAnswer net5.0 true Terje Sandstrom @@ -9,6 +12,7 @@ true snupkg 1.0.0 + https://github.com/WrapThat/TheAnswer