Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Commit 6de1097

Browse files
author
Anton Vorontsov
committed
Fixed example namespace.
1 parent 62e3a4e commit 6de1097

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

RabbitMQ.Client.Core.DependencyInjection.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Examples.AdvancedConfigurat
4747
EndProject
4848
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Examples.BatchMessageHandler", "examples\Examples.BatchMessageHandler\Examples.BatchMessageHandler.csproj", "{BC9BE326-AEFE-42F2-B592-80126188514D}"
4949
EndProject
50-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example.SslProducer", "examples\Example.SslProducer\Example.SslProducer.csproj", "{863CDE58-B16B-4058-8C48-DB78058DDDC9}"
50+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Examples.SslProducer", "examples\Examples.SslProducer\Examples.SslProducer.csproj", "{863CDE58-B16B-4058-8C48-DB78058DDDC9}"
5151
EndProject
5252
Global
5353
GlobalSection(SolutionConfigurationPlatforms) = preSolution

examples/Example.SslProducer/Program.cs renamed to examples/Examples.SslProducer/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
using RabbitMQ.Client.Core.DependencyInjection.Configuration;
99
using RabbitMQ.Client.Core.DependencyInjection.Services;
1010

11-
namespace Example.SslProducer
11+
namespace Examples.SslProducer
1212
{
1313
public static class Program
1414
{

0 commit comments

Comments
 (0)