From 2a3c168e8c75c5d34597ebe7db6ed91565de9074 Mon Sep 17 00:00:00 2001
From: Ivan Josipovic <9521987+IvanJosipovic@users.noreply.github.com>
Date: Sat, 2 Nov 2019 16:40:52 -0700
Subject: [PATCH 1/5] updated description
---
README.md | 2 +-
src/BlazorTable/BlazorTable.csproj | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index befd2ae8..30f467e9 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
**Work in progress!**
-A simple Table Control for Blazor
+A simple Table Control for Blazor with Sorting, Paging and Filtering
## Features
- Edit Mode ([Template Switching](/src/BlazorTable.Sample/Pages/EditMode.razor))
diff --git a/src/BlazorTable/BlazorTable.csproj b/src/BlazorTable/BlazorTable.csproj
index dc535b0e..d24accc0 100644
--- a/src/BlazorTable/BlazorTable.csproj
+++ b/src/BlazorTable/BlazorTable.csproj
@@ -5,7 +5,7 @@
3.0
true
BlazorTable
- A Table Control for Blazor with Paging, Sorting, Filtering
+ A simple Table Control for Blazor with Sorting, Paging and Filtering
Ivan Josipovic
https://BlazorTable.netlify.com
Blazor;Table;Grid;DataTable;Data;Sort;Filter;AspNetCore;AspNet
From 4ed924df349f2febc828a821489ce4f1ed26842b Mon Sep 17 00:00:00 2001
From: Ivan Josipovic <9521987+IvanJosipovic@users.noreply.github.com>
Date: Sat, 2 Nov 2019 18:13:15 -0700
Subject: [PATCH 2/5] Update LICENSE
From 58b47ae96f9c868c9ac12bb2fbe8104aaf55cf32 Mon Sep 17 00:00:00 2001
From: Ivan Josipovic <9521987+IvanJosipovic@users.noreply.github.com>
Date: Mon, 4 Nov 2019 08:52:39 -0800
Subject: [PATCH 3/5] Updated to .NET Core 3.1 Preview 2
---
src/BlazorTable.Sample/BlazorTable.Sample.csproj | 8 ++++----
src/BlazorTable/BlazorTable.csproj | 6 +++---
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/BlazorTable.Sample/BlazorTable.Sample.csproj b/src/BlazorTable.Sample/BlazorTable.Sample.csproj
index a821a22f..8c4f985f 100644
--- a/src/BlazorTable.Sample/BlazorTable.Sample.csproj
+++ b/src/BlazorTable.Sample/BlazorTable.Sample.csproj
@@ -8,10 +8,10 @@
-
-
-
-
+
+
+
+
diff --git a/src/BlazorTable/BlazorTable.csproj b/src/BlazorTable/BlazorTable.csproj
index d24accc0..a85ed308 100644
--- a/src/BlazorTable/BlazorTable.csproj
+++ b/src/BlazorTable/BlazorTable.csproj
@@ -21,9 +21,9 @@
-
-
-
+
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
From 59e733cf8bf97001531dc029c2156be7f3f32a05 Mon Sep 17 00:00:00 2001
From: Ivan Josipovic <9521987+IvanJosipovic@users.noreply.github.com>
Date: Mon, 4 Nov 2019 08:54:02 -0800
Subject: [PATCH 4/5] updated dotnet sdk to 3.1.100-preview2-014569
---
.github/workflows/cicd.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml
index 960be956..340a6734 100644
--- a/.github/workflows/cicd.yml
+++ b/.github/workflows/cicd.yml
@@ -24,7 +24,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
- dotnet-version: 3.1.100-preview1-014459
+ dotnet-version: 3.1.100-preview2-014569
- name: Dotnet Build
run: dotnet build --configuration Release
- name: Dotnet Publish
From 2b51e5ec0fb64a84a7ddae461b92edbe74974911 Mon Sep 17 00:00:00 2001
From: Ivan Josipovic <9521987+IvanJosipovic@users.noreply.github.com>
Date: Mon, 4 Nov 2019 08:56:09 -0800
Subject: [PATCH 5/5] updated dotnet sdk to 3.1.100-preview2-014569
---
.github/workflows/release.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index ed1c59c4..73e3826c 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
- dotnet-version: 3.1.100-preview1-014459
+ dotnet-version: 3.1.100-preview2-014569
- name: Dotnet Pack
working-directory: src/BlazorTable
run: dotnet pack -c Release -p:Version=${GITHUB_REF##*/v}