Skip to content

Commit 9fb4998

Browse files
author
Danny Logsdon
committed
# 1.4.0-e
- Minor fixes - New test home page
1 parent 6df5c1f commit 9fb4998

91 files changed

Lines changed: 2915 additions & 640 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ReleaseNotes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.4.0-e
2+
- Minor fixes
3+
- New test home page
4+
15
# 1.4.0-d
26
- Moved email and sms provider interfaces to Model package
37
- Removed SendGrid from Microservice package (standalone)

src/V1/ServiceBricks.Notification.AzureDataTables/Resource/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![ServiceBricks Logo](https://github.com/holomodular/ServiceBricks/blob/main/Logo.png)
1+
![ServiceBricks Logo](https://raw.githubusercontent.com/holomodular/ServiceBricks/main/Logo.png)
22

33
[![NuGet version](https://badge.fury.io/nu/ServiceBricks.svg)](https://badge.fury.io/nu/ServiceBricks)
44
![badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/holomodular-support/bdb5c7c570a7a88ffb3efb3505273e34/raw/servicebricks-codecoverage.json)

src/V1/ServiceBricks.Notification.AzureDataTables/ServiceBricks.Notification.AzureDataTables.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>1.4.0-d</Version>
4+
<Version>1.4.0-e</Version>
55
<Description>The open source microservices platform. Visit https://ServiceBricks.com to learn more.</Description>
66
<PackageId>ServiceBricks.Notification.AzureDataTables</PackageId>
77
<Title>ServiceBricks.Notification.AzureDataTables</Title>
@@ -36,6 +36,6 @@
3636
<ProjectReference Include="..\ServiceBricks.Notification\ServiceBricks.Notification.csproj" />
3737
</ItemGroup>
3838
<ItemGroup>
39-
<PackageReference Include="ServiceBricks.Core" Version="1.4.0-d" />
39+
<PackageReference Include="ServiceBricks.Core" Version="1.4.0-e" />
4040
</ItemGroup>
4141
</Project>

src/V1/ServiceBricks.Notification.Cosmos/Resource/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![ServiceBricks Logo](https://github.com/holomodular/ServiceBricks/blob/main/Logo.png)
1+
![ServiceBricks Logo](https://raw.githubusercontent.com/holomodular/ServiceBricks/main/Logo.png)
22

33
[![NuGet version](https://badge.fury.io/nu/ServiceBricks.svg)](https://badge.fury.io/nu/ServiceBricks)
44
![badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/holomodular-support/bdb5c7c570a7a88ffb3efb3505273e34/raw/servicebricks-codecoverage.json)

src/V1/ServiceBricks.Notification.Cosmos/ServiceBricks.Notification.Cosmos.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>1.4.0-d</Version>
4+
<Version>1.4.0-e</Version>
55
<Description>The open source microservices platform. Visit https://ServiceBricks.com to learn more.</Description>
66
<PackageId>ServiceBricks.Notification.Cosmos</PackageId>
77
<Title>ServiceBricks.Notification.Cosmos</Title>
@@ -36,7 +36,7 @@
3636
<ProjectReference Include="..\ServiceBricks.Notification.EntityFrameworkCore\ServiceBricks.Notification.EntityFrameworkCore.csproj" />
3737
</ItemGroup>
3838
<ItemGroup>
39-
<PackageReference Include="ServiceBricks.Core" Version="1.4.0-d" />
39+
<PackageReference Include="ServiceBricks.Core" Version="1.4.0-e" />
4040
</ItemGroup>
4141

4242
</Project>

src/V1/ServiceBricks.Notification.EntityFrameworkCore/Resource/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![ServiceBricks Logo](https://github.com/holomodular/ServiceBricks/blob/main/Logo.png)
1+
![ServiceBricks Logo](https://raw.githubusercontent.com/holomodular/ServiceBricks/main/Logo.png)
22

33
[![NuGet version](https://badge.fury.io/nu/ServiceBricks.svg)](https://badge.fury.io/nu/ServiceBricks)
44
![badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/holomodular-support/bdb5c7c570a7a88ffb3efb3505273e34/raw/servicebricks-codecoverage.json)

src/V1/ServiceBricks.Notification.EntityFrameworkCore/ServiceBricks.Notification.EntityFrameworkCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>1.4.0-d</Version>
4+
<Version>1.4.0-e</Version>
55
<Description>The open source microservices platform. Visit https://ServiceBricks.com to learn more.</Description>
66
<PackageId>ServiceBricks.Notification.EntityFrameworkCore</PackageId>
77
<Title>ServiceBricks.Notification.EntityFrameworkCore</Title>
@@ -36,6 +36,6 @@
3636
<ProjectReference Include="..\ServiceBricks.Notification\ServiceBricks.Notification.csproj" />
3737
</ItemGroup>
3838
<ItemGroup>
39-
<PackageReference Include="ServiceBricks.Core" Version="1.4.0-d" />
39+
<PackageReference Include="ServiceBricks.Core" Version="1.4.0-e" />
4040
</ItemGroup>
4141
</Project>

src/V1/ServiceBricks.Notification.InMemory/Resource/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![ServiceBricks Logo](https://github.com/holomodular/ServiceBricks/blob/main/Logo.png)
1+
![ServiceBricks Logo](https://raw.githubusercontent.com/holomodular/ServiceBricks/main/Logo.png)
22

33
[![NuGet version](https://badge.fury.io/nu/ServiceBricks.svg)](https://badge.fury.io/nu/ServiceBricks)
44
![badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/holomodular-support/bdb5c7c570a7a88ffb3efb3505273e34/raw/servicebricks-codecoverage.json)

src/V1/ServiceBricks.Notification.InMemory/ServiceBricks.Notification.InMemory.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>1.4.0-d</Version>
4+
<Version>1.4.0-e</Version>
55
<Description>The open source microservices platform. Visit https://ServiceBricks.com to learn more.</Description>
66
<PackageId>ServiceBricks.Notification.InMemory</PackageId>
77
<Title>ServiceBricks.Notification.InMemory</Title>
@@ -36,7 +36,7 @@
3636
<ProjectReference Include="..\ServiceBricks.Notification.EntityFrameworkCore\ServiceBricks.Notification.EntityFrameworkCore.csproj" />
3737
</ItemGroup>
3838
<ItemGroup>
39-
<PackageReference Include="ServiceBricks.Core" Version="1.4.0-d" />
39+
<PackageReference Include="ServiceBricks.Core" Version="1.4.0-e" />
4040
</ItemGroup>
4141

4242
</Project>

src/V1/ServiceBricks.Notification.Microservice/Resource/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![ServiceBricks Logo](https://github.com/holomodular/ServiceBricks/blob/main/Logo.png)
1+
![ServiceBricks Logo](https://raw.githubusercontent.com/holomodular/ServiceBricks/main/Logo.png)
22

33
[![NuGet version](https://badge.fury.io/nu/ServiceBricks.svg)](https://badge.fury.io/nu/ServiceBricks)
44
![badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/holomodular-support/bdb5c7c570a7a88ffb3efb3505273e34/raw/servicebricks-codecoverage.json)

0 commit comments

Comments
 (0)