We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9838915 commit f5cbd21Copy full SHA for f5cbd21
.vscode/Questy.code-workspace
@@ -4,5 +4,7 @@
4
"path": ".."
5
}
6
],
7
- "settings": {}
+ "settings": {
8
+ "dotnet.defaultSolution": "Questy.sln"
9
+ }
10
.vscode/settings.json
Questy/Questy.csproj
@@ -12,7 +12,7 @@
12
<Deterministic>true</Deterministic>
13
14
<!-- Assembly/NuGet info -->
15
- <Version>0.0.3</Version>
+ <Version>0.0.4</Version>
16
<Authors>Nickolas Gupton and MediatR contributors up to commit 3f5c3eca8db07e3791f638243bbb879ef847c09e</Authors>
17
<RepositoryUrl>https://github.com/CorruptComputer/Questy</RepositoryUrl>
18
<GenerateDocumentationFile>true</GenerateDocumentationFile>
0 commit comments