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 9fecd08 commit f6da24cCopy full SHA for f6da24c
Fritz.InstantAPIs/Fritz.InstantAPIs.csproj
@@ -15,7 +15,7 @@
15
<PublishRepositoryUrl>true</PublishRepositoryUrl>
16
<EmbedUntrackedSources>true</EmbedUntrackedSources>
17
<DebugType>embedded</DebugType>
18
- <Version>0.2.0-preview-2</Version>
+ <Version>0.2.0-preview-3</Version>
19
</PropertyGroup>
20
21
RELEASE_NOTES.txt
@@ -1,3 +1,5 @@
1
v0.2.0
2
- Introduced a fluent configuration API for defining which tables to include and exclude from the Entity Framework Context.
3
-- Added the ability to create APIs from JSON files on disk
+- Added the ability to create APIs from JSON files on disk
4
+- Added ability to specify OpenAPI configuration
5
+- Added Logging for reflection API generation
0 commit comments