Skip to content

Commit ee10dbd

Browse files
committedAug 5, 2019
[FIX] - Geolocation, bin gitignore
1 parent 105e67e commit ee10dbd

6 files changed

+7
-6
lines changed
 

‎.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,5 @@ src/Infra/Integration/App\.Infra\.Integration\.Aws/bin/
6464
src/Infra/Integration/App\.Infra\.Integration\.RabbitMq/obj/
6565

6666
src/Infra/Integration/App\.Infra\.Integration\.RabbitMq/bin/
67+
68+
src/Infra/Implementations/App\.Infra\.Implementation\.Geolocation/obj/

‎dotnet.boilerplate.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App.Bootstrap", "src\Bootst
4949
EndProject
5050
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Implementations", "Implementations", "{395515D7-7555-4207-B04A-81AD5C6975C3}"
5151
EndProject
52-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "App.Infra.Implementation.Geolocation", "src\Infra\Implementations\App.Infra.Implementation.Geolocation\App.Infra.Implementation.Geolocation.csproj", "{EB076B81-6F72-47A2-AC9C-E2C7990CD614}"
52+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "App.Infra.Implementation.GeoLocation", "src\Infra\Implementations\App.Infra.Implementation.Geolocation\App.Infra.Implementation.GeoLocation.csproj", "{EB076B81-6F72-47A2-AC9C-E2C7990CD614}"
5353
EndProject
5454
Global
5555
GlobalSection(SolutionConfigurationPlatforms) = preSolution

‎src/Infra/Implementations/App.Infra.Implementation.Geolocation/App.Infra.Implementation.GeoLocation.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
<ItemGroup>
88
<Folder Include="Models\" />
9-
<Folder Include="Attributes\" />
109
</ItemGroup>
1110

1211
</Project>

‎src/Infra/Implementations/App.Infra.Implementation.Geolocation/obj/Debug/netcoreapp2.2/App.Infra.Implementation.Geolocation.AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
using System;
1212
using System.Reflection;
1313

14-
[assembly: System.Reflection.AssemblyCompanyAttribute("App.Infra.Implementation.GeoLocation")]
14+
[assembly: System.Reflection.AssemblyCompanyAttribute("App.Infra.Implementation.Geolocation")]
1515
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
1616
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
1717
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
18-
[assembly: System.Reflection.AssemblyProductAttribute("App.Infra.Implementation.GeoLocation")]
19-
[assembly: System.Reflection.AssemblyTitleAttribute("App.Infra.Implementation.GeoLocation")]
18+
[assembly: System.Reflection.AssemblyProductAttribute("App.Infra.Implementation.Geolocation")]
19+
[assembly: System.Reflection.AssemblyTitleAttribute("App.Infra.Implementation.Geolocation")]
2020
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
2121

2222
// Generated by the MSBuild WriteCodeFragment class.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f0bf11075e2bfc2fd9bf1f8214e9bf7b040161a0
1+
e1e0ff53e939cbdf511d3974a1a62ce5221d5bff

0 commit comments

Comments
 (0)
Please sign in to comment.