Skip to content

Commit a969cf9

Browse files
committed
Update package version 1.7.0
1 parent e1fe5dd commit a969cf9

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
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.11</Version>
5+
<Version>1.7.0</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.11</Version>
9+
<Version>1.7.0</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.8</Version>
6+
<Version>1.7.0</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.8</Version>
6+
<Version>1.7.0</Version>
77
</PropertyGroup>
88

99
<ItemGroup>

GridBlazorClientSide.Shared/GridBlazorClientSide.Shared.csproj

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

33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
5-
<Version>1.6.4</Version>
5+
<Version>1.7.0</Version>
66
</PropertyGroup>
77

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

99
<ItemGroup>

GridBlazorOData.Shared/GridBlazorOData.Shared.csproj

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

33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
5-
<Version>1.6.4</Version>
5+
<Version>1.7.0</Version>
66
</PropertyGroup>
77

88
<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.8</Version>
5+
<Version>1.7.0</Version>
66
</PropertyGroup>
77

88
<ItemGroup>

0 commit comments

Comments
 (0)