Skip to content

Commit 311a907

Browse files
committed
Update package version 1.6.8
1 parent 9f4b4e8 commit 311a907

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

GridBlazor.Tests/GridBlazor.Tests.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.4</Version>
5+
<Version>1.6.8</Version>
66
</PropertyGroup>
77

88
<ItemGroup>

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.7</Version>
9+
<Version>1.6.8</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.7</Version>
6+
<Version>1.6.8</Version>
77
</PropertyGroup>
88

99
<ItemGroup>

GridBlazorClientSide.Server/GridBlazorClientSide.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<DisableImplicitComponentsAnalyzers>true</DisableImplicitComponentsAnalyzers>
6-
<Version>1.6.4</Version>
6+
<Version>1.6.8</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.7</Version>
6+
<Version>1.6.8</Version>
77
</PropertyGroup>
88

99
<ItemGroup>

GridBlazorOData.Server/GridBlazorOData.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<DisableImplicitComponentsAnalyzers>true</DisableImplicitComponentsAnalyzers>
6-
<Version>1.6.4</Version>
6+
<Version>1.6.8</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.7</Version>
5+
<Version>1.6.8</Version>
66
</PropertyGroup>
77

88
<ItemGroup>

GridMvc.Demo/GridMvc.Demo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
66
<TypeScriptToolsVersion>3.1</TypeScriptToolsVersion>
77
<AssetTargetFallback>$(AssetTargetFallback);portable-net45+win8+wp8+wpa81;</AssetTargetFallback>
8-
<Version>2.15.1</Version>
8+
<Version>2.15.4</Version>
99
</PropertyGroup>
1010

1111
<ItemGroup>

GridMvc.Tests/GridMvc.Tests.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>2.15.1</Version>
5+
<Version>2.15.4</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.3</Version>
10+
<Version>2.15.4</Version>
1111
<Title>GridMvc</Title>
1212
<Description>ASP.NET MVC Grid component</Description>
1313
<Summary>ASP.NET MVC Grid component</Summary>

0 commit comments

Comments
 (0)