Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

Commit

Permalink
Adjusted namespace to Syncromatics.Clients (plural) for parity with o…
Browse files Browse the repository at this point in the history
…ther syncromatics projects.
  • Loading branch information
derrickcrowne committed Sep 28, 2017
1 parent 036c419 commit ff24230
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 23 deletions.
26 changes: 13 additions & 13 deletions Syncromatics.Client.Marta.sln → Syncromatics.Clients.Marta.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,35 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Syncromatics.Client.Marta.Api", "src\Syncromatics.Client.Marta.Api\Syncromatics.Client.Marta.Api.csproj", "{78FBEFF2-6958-4365-8A04-E200FCA3EB75}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6E5F55A4-221D-4EDE-A176-21A586CFDA0E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{7C50C78C-09AE-4F76-AB3D-3D39CAD3BD50}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Syncromatics.Client.Marta.Api.Tests", "tests\Syncromatics.Client.Marta.Api.Tests\Syncromatics.Client.Marta.Api.Tests.csproj", "{55EE105B-EAA6-4134-96C1-61765844C0F1}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Syncromatics.Clients.Marta.Api", "src\Syncromatics.Clients.Marta.Api\Syncromatics.Clients.Marta.Api.csproj", "{CEF577B2-F2B7-4F51-96BC-5B86B74048E1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Syncromatics.Clients.Marta.Api.Tests", "tests\Syncromatics.Clients.Marta.Api.Tests\Syncromatics.Clients.Marta.Api.Tests.csproj", "{B39327E5-D8D9-4D25-B308-011BAB87E21D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{78FBEFF2-6958-4365-8A04-E200FCA3EB75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78FBEFF2-6958-4365-8A04-E200FCA3EB75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78FBEFF2-6958-4365-8A04-E200FCA3EB75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78FBEFF2-6958-4365-8A04-E200FCA3EB75}.Release|Any CPU.Build.0 = Release|Any CPU
{55EE105B-EAA6-4134-96C1-61765844C0F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55EE105B-EAA6-4134-96C1-61765844C0F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55EE105B-EAA6-4134-96C1-61765844C0F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55EE105B-EAA6-4134-96C1-61765844C0F1}.Release|Any CPU.Build.0 = Release|Any CPU
{CEF577B2-F2B7-4F51-96BC-5B86B74048E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CEF577B2-F2B7-4F51-96BC-5B86B74048E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CEF577B2-F2B7-4F51-96BC-5B86B74048E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CEF577B2-F2B7-4F51-96BC-5B86B74048E1}.Release|Any CPU.Build.0 = Release|Any CPU
{B39327E5-D8D9-4D25-B308-011BAB87E21D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B39327E5-D8D9-4D25-B308-011BAB87E21D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B39327E5-D8D9-4D25-B308-011BAB87E21D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B39327E5-D8D9-4D25-B308-011BAB87E21D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{78FBEFF2-6958-4365-8A04-E200FCA3EB75} = {6E5F55A4-221D-4EDE-A176-21A586CFDA0E}
{55EE105B-EAA6-4134-96C1-61765844C0F1} = {7C50C78C-09AE-4F76-AB3D-3D39CAD3BD50}
{CEF577B2-F2B7-4F51-96BC-5B86B74048E1} = {6E5F55A4-221D-4EDE-A176-21A586CFDA0E}
{B39327E5-D8D9-4D25-B308-011BAB87E21D} = {7C50C78C-09AE-4F76-AB3D-3D39CAD3BD50}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BF745ECC-EEC9-4439-8832-22F82E707683}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Syncromatics.Client.Marta.Api
namespace Syncromatics.Clients.Marta.Api
{
public class ClientSettings
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
using System.Runtime.CompilerServices;
using System.Threading.Tasks;
using RestEase;
using Syncromatics.Client.Marta.Api.Models;
using Syncromatics.Clients.Marta.Api.Models;

//required for RestEase to use internal interfaces
[assembly: InternalsVisibleTo(RestClient.FactoryAssemblyName)]

namespace Syncromatics.Client.Marta.Api
namespace Syncromatics.Clients.Marta.Api
{
/// <summary>
/// RestEase interface for consuming Marta api
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using System.Collections.Generic;
using System.Threading.Tasks;
using Syncromatics.Client.Marta.Api.Models;
using Syncromatics.Clients.Marta.Api.Models;

namespace Syncromatics.Client.Marta.Api
namespace Syncromatics.Clients.Marta.Api
{
/// <summary>
/// Convenience interface for MartaApiClient if you prefer to depend on abstractions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using System.Collections.Generic;
using System.Threading.Tasks;
using RestEase;
using Syncromatics.Client.Marta.Api.Models;
using Syncromatics.Clients.Marta.Api.Models;

namespace Syncromatics.Client.Marta.Api
namespace Syncromatics.Clients.Marta.Api
{
/// <summary>
/// Client for interacting with Marta's Api
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using Newtonsoft.Json;

namespace Syncromatics.Client.Marta.Api.Models
namespace Syncromatics.Clients.Marta.Api.Models
{
/// <summary>
/// An upcoming or current arrival of a train at a station
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using FluentAssertions;
using Xunit;

namespace Syncromatics.Client.Marta.Api.Tests
namespace Syncromatics.Clients.Marta.Api.Tests
{
public class MartaApiClientTests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Syncromatics.Client.Marta.Api\Syncromatics.Client.Marta.Api.csproj" />
<ProjectReference Include="..\..\src\Syncromatics.Clients.Marta.Api\Syncromatics.Clients.Marta.Api.csproj" />
</ItemGroup>

</Project>

0 comments on commit ff24230

Please sign in to comment.