Skip to content

Commit 947f326

Browse files
committed
Update package version 1.8.2
1 parent e5bfa3a commit 947f326

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.8.1</Version>
9+
<Version>1.8.2</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.8.1</Version>
6+
<Version>1.8.2</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.8.1</Version>
6+
<Version>1.8.2</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.8.1</Version>
5+
<Version>1.8.2</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>3.1.0</Version>
8+
<Version>3.1.2</Version>
99
</PropertyGroup>
1010

1111
<ItemGroup>

GridMvc/GridMvc.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<EnableDefaultEmbeddedResourceItems>False</EnableDefaultEmbeddedResourceItems>
99
<Product>GridMvc</Product>
1010
<PackageId>GridMvcCore</PackageId>
11-
<Version>3.1.1</Version>
11+
<Version>3.1.2</Version>
1212
<Title>GridMvc</Title>
1313
<Description>ASP.NET MVC Grid component</Description>
1414
<Summary>ASP.NET MVC Grid component</Summary>

0 commit comments

Comments
 (0)