We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6be69a commit c7628a6Copy full SHA for c7628a6
1 file changed
src/EasyAppDev.Blazor.Store/EasyAppDev.Blazor.Store.csproj
@@ -18,7 +18,7 @@
18
<PropertyGroup>
19
<!-- NuGet Package Metadata -->
20
<PackageId>EasyAppDev.Blazor.Store</PackageId>
21
- <Version>2.0.8</Version>
+ <Version>2.0.9</Version>
22
<Authors>Mashrul Haque</Authors>
23
<Company>EasyAppDev</Company>
24
<Product>EasyAppDev.Blazor.Store</Product>
@@ -31,6 +31,12 @@
31
<PackageReadmeFile>README.md</PackageReadmeFile>
32
<PackageIcon>icon.png</PackageIcon>
33
<PackageReleaseNotes>
34
+v2.0.9 - LLM-Friendly Documentation
35
+
36
+New Features:
37
+- Added llms.txt and llms-full.txt following llmstxt.org specification
38
+- Enables AI agents to navigate documentation more effectively
39
40
v2.0.8 - AsyncData Refetch Support
41
42
New Features:
0 commit comments