Skip to content

Commit 28e1ec6

Browse files
committed
Update package version 1.6.7
1 parent a2d512c commit 28e1ec6

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

GridBlazor/GridBlazor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<LangVersion>8.0</LangVersion>
77
<GenerateEmbeddedFilesManifest>True</GenerateEmbeddedFilesManifest>
88
<EnableDefaultEmbeddedResourceItems>False</EnableDefaultEmbeddedResourceItems>
9-
<Version>1.6.6</Version>
9+
<Version>1.6.7</Version>
1010
<Title>GridBlazor</Title>
1111
<Description>Grid components for Blazor</Description>
1212
<Summary>Grid components for Blazor</Summary>

GridBlazorClientSide.Client/GridBlazorClientSide.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
55
<RazorLangVersion>3.0</RazorLangVersion>
6-
<Version>1.6.6</Version>
6+
<Version>1.6.7</Version>
77
</PropertyGroup>
88

99
<ItemGroup>

GridBlazorOData.Client/GridBlazorOData.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
55
<RazorLangVersion>3.0</RazorLangVersion>
6-
<Version>1.6.6</Version>
6+
<Version>1.6.7</Version>
77
</PropertyGroup>
88

99
<ItemGroup>

GridBlazorServerSide/GridBlazorServerSide.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
5-
<Version>1.6.6</Version>
5+
<Version>1.6.7</Version>
66
</PropertyGroup>
77

88
<ItemGroup>

GridMvc/GridMvc.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<EnableDefaultEmbeddedResourceItems>False</EnableDefaultEmbeddedResourceItems>
88
<Product>GridMvc</Product>
99
<PackageId>GridMvcCore</PackageId>
10-
<Version>2.15.2</Version>
10+
<Version>2.15.3</Version>
1111
<Title>GridMvc</Title>
1212
<Description>ASP.NET MVC Grid component</Description>
1313
<Summary>ASP.NET MVC Grid component</Summary>

GridShared/GridShared.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<LangVersion>8.0</LangVersion>
6-
<Version>2.15.2</Version>
6+
<Version>2.15.3</Version>
77
<Title>GridShared</Title>
88
<Description>Support library for GridBlazor and GridMvcCore component libraries</Description>
99
<Summary>Support library for GridBlazor and GridMvcCore component libraries</Summary>

0 commit comments

Comments
 (0)