-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
99adeaf
commit 1f48081
Showing
31 changed files
with
33 additions
and
225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<Version>0.2.0</Version> | ||
<Authors>Jacques Kang</Authors> | ||
<Product>JKang.EventBus</Product> | ||
<PackageTags>eventbus</PackageTags> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
9 changes: 9 additions & 0 deletions
9
src/JKang.EventBus.Abstractions/JKang.EventBus.Abstractions.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<RootNamespace>JKang.EventBus</RootNamespace> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
</PropertyGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\JKang.Events.Abstractions\JKang.EventBus.Abstractions.csproj" /> | ||
<ProjectReference Include="..\JKang.Events.InMemory\JKang.EventBus.InMemory.csproj" /> | ||
<ProjectReference Include="..\JKang.EventBus.Abstractions\JKang.EventBus.Abstractions.csproj" /> | ||
<ProjectReference Include="..\JKang.EventBus.InMemory\JKang.EventBus.InMemory.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> |
12 changes: 0 additions & 12 deletions
12
src/JKang.Events.Abstractions/JKang.EventBus.Abstractions.csproj
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
src/JKang.Events.Samples.RabbitMq.AspNetCore/Events/MessageSent.cs
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
...JKang.Events.Samples.RabbitMq.AspNetCore/JKang.EventBus.Samples.RabbitMq.Publisher.csproj
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
src/JKang.Events.Samples.RabbitMq.AspNetCore/Pages/Index.cshtml
This file was deleted.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
src/JKang.Events.Samples.RabbitMq.AspNetCore/Pages/Index.cshtml.cs
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
src/JKang.Events.Samples.RabbitMq.AspNetCore/Pages/_ViewImports.cshtml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
...Kang.Events.Samples.RabbitMq.Subscriber/JKang.EventBus.Samples.RabbitMq.Subscriber.csproj
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.