Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
Removed old dokcerhub publish profiles
Updated copyright
  • Loading branch information
sushiat committed Nov 1, 2023
1 parent bc716a5 commit b9cdf1d
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 58 deletions.
2 changes: 1 addition & 1 deletion OpenSky.Website/Helpers/ExtensionsMethods.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="ExtensionsMethods.cs" company="OpenSky">
// OpenSky project 2021
// OpenSky project 2021-2023
// </copyright>
// --------------------------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion OpenSky.Website/Models/Alert.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="Alert.cs" company="OpenSky">
// OpenSky project 2021
// OpenSky project 2021-2023
// </copyright>
// --------------------------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion OpenSky.Website/Models/AlertType.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="AlertType.cs" company="OpenSky">
// OpenSky project 2021
// OpenSky project 2021-2023
// </copyright>
// --------------------------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion OpenSky.Website/Models/NewsItem.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="NewsItem.cs" company="OpenSky">
// OpenSky project 2021
// OpenSky project 2021-2023
// </copyright>
// --------------------------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion OpenSky.Website/OpenAPIs/OpenSkyService.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="OpenSkyService.cs" company="OpenSky">
// OpenSky project 2021
// OpenSky project 2021-2023
// </copyright>
// --------------------------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion OpenSky.Website/OpenAPIs/OpenSkyServiceBase.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="OpenSkyServiceBase.cs" company="OpenSky">
// OpenSky project 2021
// OpenSky project 2021-2023
// </copyright>
// --------------------------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion OpenSky.Website/OpenAPIs/ValidationProblemDetails.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="ValidationProblemDetails.cs" company="OpenSky">
// OpenSky project 2021
// OpenSky project 2021-2023
// </copyright>
// --------------------------------------------------------------------------------------------------------------------

Expand Down
8 changes: 2 additions & 6 deletions OpenSky.Website/OpenSky.Website.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,13 @@
<Company>OpenSky</Company>
<Product>OpenSky</Product>
<Description>Website for OpenSky</Description>
<Copyright>OpenSky project 2021</Copyright>
<Copyright>OpenSky project 2021-2023</Copyright>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<PackageProjectUrl>https://www.opensky.to</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/opensky-to/website</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
<_WebToolingArtifacts Remove="Properties\PublishProfiles\dockerhub_debug.pubxml" />
<_WebToolingArtifacts Remove="Properties\PublishProfiles\dockerhub_release.pubxml" />
</ItemGroup>

<ItemGroup>
<OpenApiReference Include="OpenAPIs\swagger.json" Namespace="OpenSkyApi" ClassName="OpenSkyService">
<CodeGenerator>NSwagCSharp</CodeGenerator>
Expand All @@ -30,6 +25,7 @@
<ItemGroup>
<PackageReference Include="Blazored.LocalStorage" Version="4.4.0" />
<PackageReference Include="BlazorTransitionableRoute" Version="4.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="7.0.13" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.13" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.13" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="2.2.0" />
Expand Down
2 changes: 1 addition & 1 deletion OpenSky.Website/Program.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="Program.cs" company="OpenSky">
// OpenSky project 2021
// OpenSky project 2021-2023
// </copyright>
// --------------------------------------------------------------------------------------------------------------------

Expand Down
21 changes: 0 additions & 21 deletions OpenSky.Website/Properties/PublishProfiles/dockerhub_debug.pubxml

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion OpenSky.Website/Services/AlertService.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="AlertService.cs" company="OpenSky">
// OpenSky project 2021
// OpenSky project 2021-2023
// </copyright>
// --------------------------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion OpenSky.Website/Services/UserSessionService.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="UserSessionService.cs" company="OpenSky">
// OpenSky project 2021
// OpenSky project 2021-2023
// </copyright>
// --------------------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit b9cdf1d

Please sign in to comment.