Skip to content

Commit 6940612

Browse files
committed
fix description project
1 parent 7fcfafb commit 6940612

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

NuGet_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![NuGet Downloads](https://img.shields.io/nuget/dt/Cropper.Blazor?logo=nuget&label=nuget%20downloads&color=ff5c9b)](https://www.nuget.org/packages/Cropper.Blazor)
99
[![NuGet Version](https://img.shields.io/nuget/v/Cropper.Blazor?logo=nuget&label=nuget%20version&color=009DEA)](https://www.nuget.org/packages/Cropper.Blazor)
1010

11-
The most powerful image cropping tool for Blazor WebAssembly / Server, Hybrid with MAUI, MVC and
11+
The most powerful image cropping tool for Blazor Web App / WebAssembly / Server, Hybrid with MAUI, MVC and
1212
other frameworks.
1313

1414
Cropper.Blazor is an essential component for building interactive image cropping and manipulation features in Blazor web applications. This versatile Blazor library empowers developers to integrate intuitive image cropping functionality directly into their Blazor projects, offering users a seamless and responsive image editing experience.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
[![NuGet Downloads](https://img.shields.io/nuget/dt/Cropper.Blazor?logo=nuget&label=nuget%20downloads&color=ff5c9b)](https://www.nuget.org/packages/Cropper.Blazor)
1919
[![NuGet Version](https://img.shields.io/nuget/v/Cropper.Blazor?logo=nuget&label=nuget%20version&color=009DEA)](https://www.nuget.org/packages/Cropper.Blazor)
2020

21-
The most powerful image cropping tool for Blazor WebAssembly / Server, Hybrid with MAUI, MVC and
21+
The most powerful image cropping tool for Blazor Web App / WebAssembly / Server, Hybrid with MAUI, MVC and
2222
other frameworks.
2323

2424
Cropper.Blazor is an essential component for building interactive image cropping and manipulation features in Blazor web applications. This versatile Blazor library empowers developers to integrate intuitive image cropping functionality directly into their Blazor projects, offering users a seamless and responsive image editing experience.

src/Cropper.Blazor/Cropper.Blazor/Cropper.Blazor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1111
<PackageIcon>NuGet.png</PackageIcon>
1212
<Company>Cropper.Blazor</Company>
13-
<Authors>Max56132, ColdForeign</Authors>
13+
<Authors>@MaxymGorn (Maksym Hornytskiy), @ColdForeign (George Radchuk)</Authors>
1414
<Copyright>Copyright 2022-present Cropper.Blazor</Copyright>
1515
<Description>Cropper.Blazor is a component that wraps around Cropper.js</Description>
1616
<PackageTags>Blazor, Cropper.Blazor, Cropper.js, Blazor Components, Blazor Library, Blazor Cropper, Cropper, Image, Crop, Resize, image-cropper, crop-image, csharp, blazor-cropper </PackageTags>

src/Cropper.Blazor/Cropper.Blazor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Cropper.Blazor",
33
"version": "1.5.1",
4-
"description": "",
4+
"description": "The most powerful image cropping tool for Blazor Web App / WebAssembly / Server, Hybrid with MAUI, MVC and other frameworks.",
55
"main": "index.js",
66
"scripts": {
77
"build:debug": "webpack --mode=development",
@@ -13,7 +13,7 @@
1313
"lint": "eslint",
1414
"lint:fix": "eslint --fix"
1515
},
16-
"author": "",
16+
"author": "@MaxymGorn (Maksym Hornytskiy), @ColdForeign (George Radchuk)",
1717
"license": "MIT",
1818
"devDependencies": {
1919
"@typescript-eslint/eslint-plugin": "8.52.0",

0 commit comments

Comments
 (0)