From ddaad3277cd0fb91b10ae098f573947450386fb8 Mon Sep 17 00:00:00 2001 From: Sejoslaw Date: Thu, 18 Jun 2020 08:12:37 +0200 Subject: [PATCH] Code cleaning; --- Chemistry.NET/Chemistry.NET.csproj | 8 ++------ .../{ModelLogics => ModelsLogics}/ElectronShell.cs | 0 .../{ModelLogics => ModelsLogics}/ElectronSubShell.cs | 0 .../Elements/{ModelLogics => ModelsLogics}/Isotope.cs | 0 4 files changed, 2 insertions(+), 6 deletions(-) rename Chemistry.NET/Elements/{ModelLogics => ModelsLogics}/ElectronShell.cs (100%) rename Chemistry.NET/Elements/{ModelLogics => ModelsLogics}/ElectronSubShell.cs (100%) rename Chemistry.NET/Elements/{ModelLogics => ModelsLogics}/Isotope.cs (100%) diff --git a/Chemistry.NET/Chemistry.NET.csproj b/Chemistry.NET/Chemistry.NET.csproj index d20264a..222b85f 100644 --- a/Chemistry.NET/Chemistry.NET.csproj +++ b/Chemistry.NET/Chemistry.NET.csproj @@ -3,7 +3,7 @@ netstandard2.1 Chemistry.NET - 1.5.0 + 1.6.0 https://github.com/Sejoslaw/Chemistry.NET https://github.com/Sejoslaw/Chemistry.NET https://github.com/Sejoslaw/Chemistry.NET @@ -11,9 +11,5 @@ true MIT - - - - - + diff --git a/Chemistry.NET/Elements/ModelLogics/ElectronShell.cs b/Chemistry.NET/Elements/ModelsLogics/ElectronShell.cs similarity index 100% rename from Chemistry.NET/Elements/ModelLogics/ElectronShell.cs rename to Chemistry.NET/Elements/ModelsLogics/ElectronShell.cs diff --git a/Chemistry.NET/Elements/ModelLogics/ElectronSubShell.cs b/Chemistry.NET/Elements/ModelsLogics/ElectronSubShell.cs similarity index 100% rename from Chemistry.NET/Elements/ModelLogics/ElectronSubShell.cs rename to Chemistry.NET/Elements/ModelsLogics/ElectronSubShell.cs diff --git a/Chemistry.NET/Elements/ModelLogics/Isotope.cs b/Chemistry.NET/Elements/ModelsLogics/Isotope.cs similarity index 100% rename from Chemistry.NET/Elements/ModelLogics/Isotope.cs rename to Chemistry.NET/Elements/ModelsLogics/Isotope.cs