Skip to content

Commit

Permalink
Merge pull request #35 from fusioncharts/develop
Browse files Browse the repository at this point in the history
added license and description
  • Loading branch information
meherhowji-5740 authored Nov 16, 2023
2 parents f534505 + a29a9c7 commit 5026dbd
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
11 changes: 8 additions & 3 deletions BlazorFusionCharts/BlazorFusionCharts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@
<Company>FusionCharts by Idera</Company>
<Product>FusionCharts</Product>
<NeutralLanguage>en</NeutralLanguage>
<Description>Description here</Description>
<Copyright>Copyright</Copyright>
<PackageLicenseUrl>License URL</PackageLicenseUrl>
<Description>BlazorFusionCharts library enables developers to seamlessly integrate FusionCharts into Blazor applications. FusionCharts is a comprehensive JavaScript charting library, and this Blazor wrapper facilitates the usage of FusionCharts within the Blazor framework.

With Blazor FusionCharts, developers can leverage the power of FusionCharts to create interactive and visually appealing charts, graphs, and dashboards in their Blazor applications. The library provides a set of components and utilities that make it easy to work with FusionCharts, allowing developers to bind data, customize appearance, and handle events in a Blazor-friendly manner.

The README file includes instructions on how to install the library, configure FusionCharts in a Blazor project, and use various features provided by the library. Developers can refer to the documentation and examples in the github repo to quickly get started with integrating FusionCharts into their Blazor applications and enhance the data visualization capabilities of their web projects.</Description>
<Copyright>Copyright 2023</Copyright>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageProjectUrl>https://www.fusioncharts.com/</PackageProjectUrl>
<PackageIconUrl>Icon URL</PackageIconUrl>
<RepositoryType>git</RepositoryType>
Expand Down Expand Up @@ -45,6 +49,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<None Include="README.md" Pack="true" PackagePath="\"/>
<None Include="LICENSE.txt" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>
23 changes: 23 additions & 0 deletions BlazorFusionCharts/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
The MIT License (MIT)

Copyright (c) .NET Foundation and Contributors

All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

0 comments on commit 5026dbd

Please sign in to comment.