Skip to content

Commit

Permalink
Merge pull request #9 from ronimizy/chore/nuget
Browse files Browse the repository at this point in the history
chore: nuget
  • Loading branch information
ronimizy authored Aug 5, 2022
2 parents eeb60a4 + b921361 commit 8a6cbe2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

[![badge](https://img.shields.io/nuget/vpre/FluentSpreadsheets.ClosedXML?style=flat-square)](https://www.nuget.org/packages/FluentSpreadsheets.ClosedXML/)

### FluentSpreadsheets.GoogleSheets

[![badge](https://img.shields.io/nuget/vpre/FluentSpreadsheets.GoogleSheets?style=flat-square)](https://www.nuget.org/packages/FluentSpreadsheets.GoogleSheets/)

## Overview

### FluentSpreadsheets library consists of two APIs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<Title>FluentSpreadsheets.ClosedXML</Title>
<Authors>ronimizy</Authors>
<Description>An integration library for FluentSpreadsheets that provides an ability to render components using ClosedXML</Description>
<PackageProjectUrl>https://github.com/ronimizy/FluentSpreadsheets</PackageProjectUrl>
<RepositoryUrl>https://github.com/ronimizy/FluentSpreadsheets</RepositoryUrl>
<RepositoryType>github</RepositoryType>
<PackageTags>spreadsheet;layout;closedxml;</PackageTags>
Expand All @@ -20,7 +21,7 @@
</PropertyGroup>

<PropertyGroup>
<PackageVersion>0.0.1-alpha</PackageVersion>
<PackageVersion>0.0.2-alpha</PackageVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<Title>FluentSpreadsheets.GoogleSheets</Title>
<Authors>ronimizy</Authors>
<Description>An integration library for FluentSpreadsheets that provides an ability to render components using Google Sheets API v4</Description>
<PackageProjectUrl>https://github.com/ronimizy/FluentSpreadsheets</PackageProjectUrl>
<RepositoryUrl>https://github.com/ronimizy/FluentSpreadsheets</RepositoryUrl>
<RepositoryType>github</RepositoryType>
<PackageTags>spreadsheet;layout;google;</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion Source/FluentSpreadsheets/FluentSpreadsheets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</PropertyGroup>

<PropertyGroup>
<PackageVersion>0.0.1-alpha</PackageVersion>
<PackageVersion>0.0.2-alpha</PackageVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 8a6cbe2

Please sign in to comment.