Skip to content

Commit

Permalink
Move C# source files
Browse files Browse the repository at this point in the history
This aligns the namespace to be more C# "standard"
  • Loading branch information
eXpl0it3r committed Feb 21, 2022
1 parent 0e90fc6 commit 1e2bc4a
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Clockify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<UseWindowsForms>false</UseWindowsForms>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyName>Clockify</AssemblyName>
<RootNamespace>Clockify</RootNamespace>
<RootNamespace></RootNamespace>
<OutputType>Exe</OutputType>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
Expand Down
1 change: 0 additions & 1 deletion Source/ClockifyContext.cs → Clockify/ClockifyContext.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Threading.Tasks;
using BarRaider.SdTools;
Expand Down
1 change: 0 additions & 1 deletion Source/PluginSettings.cs → Clockify/PluginSettings.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System.Collections.Generic;
using Newtonsoft.Json;

namespace Clockify
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 1e2bc4a

Please sign in to comment.