Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:OpenShock/API into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
redmushie committed Oct 5, 2023
2 parents eb4e9a1 + fadc2fb commit 321df7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
4 changes: 2 additions & 2 deletions API/API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<ImplicitUsings>enable</ImplicitUsings>
<AssemblyName>OpenShock.API</AssemblyName>
<RootNamespace>OpenShock.API</RootNamespace>
<AssemblyVersion>1.5.1</AssemblyVersion>
<FileVersion>1.5.1</FileVersion>
<AssemblyVersion>1.5.2</AssemblyVersion>
<FileVersion>1.5.2</FileVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Company>OpenShock</Company>
<Product>API</Product>
Expand Down
12 changes: 0 additions & 12 deletions ServicesCommon/ServicesCommon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,4 @@
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="6.5.0" />
</ItemGroup>

<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>

<ItemGroup>
<None Remove="Properties\launchSettings.json" />
</ItemGroup>

<ItemGroup>
<None Remove="Geo\GeoLite2-City.mmdb" />
</ItemGroup>

</Project>

0 comments on commit 321df7d

Please sign in to comment.