Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
<p align="center">
<img src="https://raw.githubusercontent.com/muqimjon/sheetly/main/assets/banner.svg" width="100%" alt="Sheetly Banner" />
</p>

<p align="center">
<a href="https://www.nuget.org/packages/Sheetly.Core/"><img src="https://img.shields.io/nuget/v/Sheetly.Core.svg?label=Sheetly.Core&color=2f7f73" /></a>
<a href="https://www.nuget.org/packages/Sheetly.Google/"><img src="https://img.shields.io/nuget/v/Sheetly.Google.svg?label=Sheetly.Google&color=2f7f73" /></a>
<a href="https://www.nuget.org/packages/dotnet-sheetly/"><img src="https://img.shields.io/nuget/v/dotnet-sheetly.svg?label=dotnet-sheetly&color=2f7f73" /></a>
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" /></a>
</p>
![Sheetly Banner](https://raw.githubusercontent.com/muqimjon/sheetly/main/assets/banner.svg)

[![Sheetly.Core](https://img.shields.io/nuget/v/Sheetly.Core.svg?label=Sheetly.Core&color=2f7f73)](https://www.nuget.org/packages/Sheetly.Core/)
[![Sheetly.Google](https://img.shields.io/nuget/v/Sheetly.Google.svg?label=Sheetly.Google&color=2f7f73)](https://www.nuget.org/packages/Sheetly.Google/)
[![dotnet-sheetly](https://img.shields.io/nuget/v/dotnet-sheetly.svg?label=dotnet-sheetly&color=2f7f73)](https://www.nuget.org/packages/dotnet-sheetly/)
[![License-MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

---

Expand Down
2 changes: 1 addition & 1 deletion src/Sheetly.CLI/Sheetly.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ToolCommandName>dotnet-sheetly</ToolCommandName>
<PackageId>dotnet-sheetly</PackageId>

<Version>1.0.2</Version>
<Version>1.0.3</Version>
<Company>Dotnetolog</Company>
<Authors>Muqimjon Mamadaliyev</Authors>
<Copyright>Copyright (c) 2025–2026 Muqimjon Mamadaliyev</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion src/Sheetly.Core/Sheetly.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>

<PackageId>Sheetly.Core</PackageId>
<Version>1.0.2</Version>
<Version>1.0.3</Version>
<Company>Dotnetolog</Company>
<Authors>Muqimjon Mamadaliyev</Authors>
<Copyright>Copyright (c) 2025–2026 Muqimjon Mamadaliyev</Copyright>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>

<PackageId>Sheetly.DependencyInjection</PackageId>
<Version>1.0.2</Version>
<Version>1.0.3</Version>
<Company>Dotnetolog</Company>
<Authors>Muqimjon Mamadaliyev</Authors>
<Copyright>Copyright (c) 2025–2026 Muqimjon Mamadaliyev</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion src/Sheetly.Google/Sheetly.Google.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>

<PackageId>Sheetly.Google</PackageId>
<Version>1.0.2</Version>
<Version>1.0.3</Version>
<Company>Dotnetolog</Company>
<Authors>Muqimjon Mamadaliyev</Authors>
<Copyright>Copyright (c) 2025–2026 Muqimjon Mamadaliyev</Copyright>
Expand Down