Skip to content

Commit

Permalink
Updated for release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OsirisTerje committed Dec 7, 2020
1 parent 5b63380 commit 99f4ae7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 8 additions & 2 deletions TheAnswer.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions TheAnswer/WrapThat.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Title>TheAnswer library</Title>
<PackageId>WrapThat.Answer</PackageId>
<Description>Give you two static constants to use in tests, both have value 42, which is TheAnswer</Description>
<TargetFramework>net5.0</TargetFramework>
<IsPackable>true</IsPackable>
<Authors>Terje Sandstrom</Authors>
Expand All @@ -9,6 +12,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Version>1.0.0</Version>
<RepositoryUrl>https://github.com/WrapThat/TheAnswer</RepositoryUrl>
</PropertyGroup>

</Project>

0 comments on commit 99f4ae7

Please sign in to comment.