Skip to content

Commit 52ef802

Browse files
committed
Tagging for a preview release
1 parent 158a341 commit 52ef802

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Fritz.InstantAPIs/Fritz.InstantAPIs.csproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@
1515
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1616
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1717
<DebugType>embedded</DebugType>
18-
<Version>0.2.0-preview-1</Version>
19-
<PackageReleaseNotes>Introduced a fluent configuration API for defining which tables to include and exclude from the Entity Framework Context.</PackageReleaseNotes>
18+
<Version>0.2.0-preview-2</Version>
19+
<PackageReleaseNotes>
20+
Introduced a fluent configuration API for defining which tables to include and exclude from the Entity Framework Context.
21+
22+
Added the ability to create APIs from JSON files on disk
23+
</PackageReleaseNotes>
2024
</PropertyGroup>
2125

2226
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">

0 commit comments

Comments
 (0)