Skip to content

Commit 1832f1e

Browse files
committed
Finalizing first package
First package can be built. I will have to run some more tests
1 parent f85e734 commit 1832f1e

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
**A full-featured Syncfusion-based UI renderer for [Orbyss.Blazor.JsonForms](https://github.com/orbyss-io/Orbyss.Blazor.JsonForms).**
44
This package brings the power of Syncfusion Blazor components to schema-driven forms using JSON Schema, UI Schema, and Translation Schema.
55

6+
![NuGet](https://img.shields.io/nuget/v/Orbyss.Blazor.Syncfusion.JsonForms)
7+
![NuGet Downloads](https://img.shields.io/nuget/dt/Orbyss.Blazor.Syncfusion.JsonForms)
68
---
79

810
## 🎯 What is this?

src/Orbyss.Blazor.Syncfusion.JsonForms.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@
4242
</ItemGroup>
4343

4444
<ItemGroup>
45+
<None Include="README.md" Pack="true" PackagePath="" />
46+
<None Include="icon.png" Pack="true" PackagePath="" />
47+
<None Include="LICENSE" Pack="true" PackagePath="" />
48+
</ItemGroup>
49+
50+
<ItemGroup>
51+
4552
<PackageReference Include="Orbyss.Blazor.JsonForms" Version="1.0.0" />
4653

4754
<PackageReference Include="Syncfusion.Blazor.Buttons" Version="30.1.42" />

0 commit comments

Comments
 (0)