Skip to content

Commit 60b5f5e

Browse files
committed
refactor to simplify code base
1 parent 1779784 commit 60b5f5e

32 files changed

+1277
-1594
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Build
22

33
env:
4-
BUILD_VERSION: "7.0.${{github.run_number}}${{github.ref != 'refs/heads/master' && '-beta' || ''}}"
5-
BUILD_INFORMATION: "7.0.${{github.run_number}}${{github.ref != 'refs/heads/master' && '-beta' || ''}}+Branch.${{github.ref_name}}.Sha.${{github.sha}}"
4+
BUILD_VERSION: "8.0.${{github.run_number}}${{github.ref != 'refs/heads/master' && '-beta' || ''}}"
5+
BUILD_INFORMATION: "8.0.${{github.run_number}}${{github.ref != 'refs/heads/master' && '-beta' || ''}}+Branch.${{github.ref_name}}.Sha.${{github.sha}}"
66

77
on:
88
push:

Build.ps1

Lines changed: 0 additions & 38 deletions
This file was deleted.

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
8.0.0
2+
* Breaking: major refactor to simplify code base
3+
* Removed: AzureTableStorageWithProperties extension removed, use equivalent AzureTableStorage
4+
* Removed: ICloudTableProvider provider removed
5+
* Added: IDocumentFactory to allow control over table document
6+
* Change: PartitionKey and RowKey changed to new implementation
7+
8+
7.0.0
9+
* Update dependencies: repace Microsoft.Azure.Cosmos.Table with Azure.Data.Tables
10+
111
6.0.0
212
* Updated dependencies: replace deprecated package WindowsAzure.Storage with Microsoft.Azure.Cosmos.Table 1.0.8
313
* Updated dependencies: Serilog 2.10.0

serilog-sinks-azuretablestorage.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Artifacts", "Artifacts", "{40D1EC3F-DCD9-47EB-8629-54D71AC31757}"
77
ProjectSection(SolutionItems) = preProject
88
.editorconfig = .editorconfig
9-
Build.ps1 = Build.ps1
109
.github\workflows\build.yml = .github\workflows\build.yml
1110
CHANGES.md = CHANGES.md
1211
README.md = README.md

src/Serilog.Sinks.AzureTableStorage/AzureTableStorageExtensions.cs

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/Serilog.Sinks.AzureTableStorage/LoggerConfigurationAzureTableStorageExtensions.cs

Lines changed: 177 additions & 80 deletions
Large diffs are not rendered by default.

src/Serilog.Sinks.AzureTableStorage/LoggerConfigurationAzureTableStorageWithPropertiesExtensions.cs

Lines changed: 0 additions & 215 deletions
This file was deleted.

src/Serilog.Sinks.AzureTableStorage/ObjectNaming.cs

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)