Skip to content

Commit

Permalink
Namespace correction 🥝🍋
Browse files Browse the repository at this point in the history
  • Loading branch information
boundless-bliss committed May 11, 2024
1 parent 23b6b1f commit 3a6eacc
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Actions/ArgumentAction.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using PLCheckSummer.Data;
using LLM.CheckSummer.Data;

namespace PLCheckSummer.Actions
namespace LLM.CheckSummer.Actions
{
internal class ArgumentAction : IAction
{
Expand Down
2 changes: 1 addition & 1 deletion Actions/CompareAction.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

using System.Text;

namespace PLCheckSummer.Actions
namespace LLM.CheckSummer.Actions
{
internal class CompareAction : IAction
{
Expand Down
2 changes: 1 addition & 1 deletion Actions/HashAction.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Diagnostics;
using System.Security.Cryptography;

namespace PLCheckSummer.Actions
namespace LLM.CheckSummer.Actions
{
internal class HashAction : IAction
{
Expand Down
2 changes: 1 addition & 1 deletion Actions/IAction.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

namespace PLCheckSummer.Actions
namespace LLM.CheckSummer.Actions
{
internal interface IAction
{
Expand Down
2 changes: 1 addition & 1 deletion DataMaintainer.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Microsoft.Win32;

namespace PLCheckSummer.Data
namespace LLM.CheckSummer.Data
{
internal class DataMaintainer
{
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion PLCheckSummer.sln → LLMCheckSummer.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34202.233
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PLCheckSummer", "PLCheckSummer.csproj", "{91DD4DE2-ECD3-4A2A-BF6A-55BCD09A2C64}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LLMCheckSummer", "LLMCheckSummer.csproj", "{91DD4DE2-ECD3-4A2A-BF6A-55BCD09A2C64}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using PLCheckSummer.Actions;
using LLM.CheckSummer.Actions;

string[] arguments = Environment.GetCommandLineArgs();

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# prime-lime LiteHasher [CheckSummer]
# LLM LiteHasher [CheckSummer]
[Console] Even more lite version of MD5 CheckSummer Hasher and comparer with custom settings. Version without UI that can compare and compute chekcsums into .txt file.<br></br>

> Version with UI [<a href="https://github.com/prime-lime/MD5-CheckSummer">clickable</a>]:
<br><a href="https://github.com/prime-lime/MD5-CheckSummer"><img width="100" height="150" src="https://github.com/prime-lime/MD5-CheckSummer/blob/main/examples/1.png"> <img width="100" height="150" src="https://github.com/prime-lime/MD5-CheckSummer/blob/main/examples/2.png"> <img width="100" height="150" src="https://github.com/prime-lime/MD5-CheckSummer/blob/main/examples/3.png"> </a></br>
> Version with UI [<a href="https://github.com/limelight-mint/MD5-CheckSummer">clickable</a>]:
<br><a href="https://github.com/limelight-mint/MD5-CheckSummer"><img width="100" height="150" src="https://github.com/limelight-mint/MD5-CheckSummer/blob/main/examples/1.png"> <img width="100" height="150" src="https://github.com/limelight-mint/MD5-CheckSummer/blob/main/examples/2.png"> <img width="100" height="150" src="https://github.com/limelight-mint/MD5-CheckSummer/blob/main/examples/3.png"> </a></br>
<details>
<summary>[EN] How to use?</summary>
Expand Down Expand Up @@ -53,5 +53,5 @@ Or to compare already compiled 2 files with different separators ':' and '♡♡
<details>
<summary>i dont get it</summary>
The same app but with User Interface (buttons and images, u tiktok kids) is located here: (its easier)
https://github.com/prime-lime/MD5-CheckSummer
https://github.com/limelight-mint/MD5-CheckSummer
</details>

0 comments on commit 3a6eacc

Please sign in to comment.