Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Commit

Permalink
Update Nuget version no. to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Akinzekeel committed Sep 7, 2021
1 parent d888d09 commit 75b66b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BlazorGrid.Abstractions/BlazorGrid.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>Akinzekeel.BlazorGrid.Abstractions</PackageId>
<Version>1.0.6</Version>
<Version>1.0.7</Version>
<Authors>Majid Iqbal</Authors>
<Company />
<Description>Common models, interfaces &amp; extension methods for BlazorGrid</Description>
Expand Down
4 changes: 2 additions & 2 deletions BlazorGrid/BlazorGrid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RazorLangVersion>3.0</RazorLangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>Akinzekeel.BlazorGrid</PackageId>
<Version>1.0.6</Version>
<Version>1.0.7</Version>
<Preview></Preview>
<Authors>Majid Iqbal</Authors>
<Company />
Expand All @@ -31,7 +31,7 @@
</ItemGroup>

<ItemGroup Condition="'$(Configuration)' == 'Release'">
<PackageReference Include="Akinzekeel.BlazorGrid.Abstractions" Version="1.0.6" />
<PackageReference Include="Akinzekeel.BlazorGrid.Abstractions" Version="1.0.7" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 75b66b0

Please sign in to comment.