Replaced all instances of 'Scan2Email' (beta name) with 'Send2Email'

This commit is contained in:
dylan_banta 2025-02-25 11:03:05 -05:00
parent e4bc664da6
commit 78ae0e7a52
31 changed files with 295 additions and 10 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
.vs/Send2Email/v17/.suo Normal file

Binary file not shown.

View File

@ -1,9 +1,9 @@
 
Microsoft Visual Studio Solution File, Format Version 12.00 Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16 # Visual Studio Version 17
VisualStudioVersion = 16.0.30611.23 VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1 MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Scan2Email", "SendEmail\Scan2Email.csproj", "{1A02CCC7-F2E8-46BE-8329-FA552F5EEBFF}" Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Send2Email", "SendEmail\Send2Email.csproj", "{1A02CCC7-F2E8-46BE-8329-FA552F5EEBFF}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution

View File

@ -8,7 +8,7 @@
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
namespace Scan2Email.Properties { namespace Send2Email.Properties {
using System; using System;
@ -39,7 +39,7 @@ namespace Scan2Email.Properties {
internal static global::System.Resources.ResourceManager ResourceManager { internal static global::System.Resources.ResourceManager ResourceManager {
get { get {
if (object.ReferenceEquals(resourceMan, null)) { if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Scan2Email.Properties.Resources", typeof(Resources).Assembly); global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Send2Email.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp; resourceMan = temp;
} }
return resourceMan; return resourceMan;

View File

@ -0,0 +1,263 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v3.1",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v3.1": {
"Send2Email/1.0.0": {
"dependencies": {
"Microsoft.AspNetCore.Http.Abstractions": "2.2.0",
"Microsoft.Extensions.Configuration.UserSecrets": "3.1.13",
"Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
"Newtonsoft.Json": "13.0.1"
},
"runtime": {
"Send2Email.dll": {}
}
},
"Microsoft.AspNetCore.Http.Abstractions/2.2.0": {
"dependencies": {
"Microsoft.AspNetCore.Http.Features": "2.2.0",
"System.Text.Encodings.Web": "4.5.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": {
"assemblyVersion": "2.2.0.0",
"fileVersion": "2.2.0.18316"
}
}
},
"Microsoft.AspNetCore.Http.Features/2.2.0": {
"dependencies": {
"Microsoft.Extensions.Primitives": "3.1.13"
},
"runtime": {
"lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": {
"assemblyVersion": "2.2.0.0",
"fileVersion": "2.2.0.18316"
}
}
},
"Microsoft.Extensions.Configuration/3.1.13": {
"dependencies": {
"Microsoft.Extensions.Configuration.Abstractions": "3.1.13"
},
"runtime": {
"lib/netcoreapp3.1/Microsoft.Extensions.Configuration.dll": {
"assemblyVersion": "3.1.13.0",
"fileVersion": "3.100.1321.11604"
}
}
},
"Microsoft.Extensions.Configuration.Abstractions/3.1.13": {
"dependencies": {
"Microsoft.Extensions.Primitives": "3.1.13"
},
"runtime": {
"lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll": {
"assemblyVersion": "3.1.13.0",
"fileVersion": "3.100.1321.11604"
}
}
},
"Microsoft.Extensions.Configuration.FileExtensions/3.1.13": {
"dependencies": {
"Microsoft.Extensions.Configuration": "3.1.13",
"Microsoft.Extensions.FileProviders.Physical": "3.1.13"
},
"runtime": {
"lib/netcoreapp3.1/Microsoft.Extensions.Configuration.FileExtensions.dll": {
"assemblyVersion": "3.1.13.0",
"fileVersion": "3.100.1321.11604"
}
}
},
"Microsoft.Extensions.Configuration.Json/3.1.13": {
"dependencies": {
"Microsoft.Extensions.Configuration": "3.1.13",
"Microsoft.Extensions.Configuration.FileExtensions": "3.1.13"
},
"runtime": {
"lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Json.dll": {
"assemblyVersion": "3.1.13.0",
"fileVersion": "3.100.1321.11604"
}
}
},
"Microsoft.Extensions.Configuration.UserSecrets/3.1.13": {
"dependencies": {
"Microsoft.Extensions.Configuration.Json": "3.1.13"
},
"runtime": {
"lib/netcoreapp3.1/Microsoft.Extensions.Configuration.UserSecrets.dll": {
"assemblyVersion": "3.1.13.0",
"fileVersion": "3.100.1321.11604"
}
}
},
"Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": {
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Microsoft.Extensions.FileProviders.Abstractions/3.1.13": {
"dependencies": {
"Microsoft.Extensions.Primitives": "3.1.13"
},
"runtime": {
"lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.dll": {
"assemblyVersion": "3.1.13.0",
"fileVersion": "3.100.1321.11604"
}
}
},
"Microsoft.Extensions.FileProviders.Physical/3.1.13": {
"dependencies": {
"Microsoft.Extensions.FileProviders.Abstractions": "3.1.13",
"Microsoft.Extensions.FileSystemGlobbing": "3.1.13"
},
"runtime": {
"lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Physical.dll": {
"assemblyVersion": "3.1.13.0",
"fileVersion": "3.100.1321.11604"
}
}
},
"Microsoft.Extensions.FileSystemGlobbing/3.1.13": {
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
"assemblyVersion": "3.1.13.0",
"fileVersion": "3.100.1321.11604"
}
}
},
"Microsoft.Extensions.Primitives/3.1.13": {
"runtime": {
"lib/netcoreapp3.1/Microsoft.Extensions.Primitives.dll": {
"assemblyVersion": "3.1.13.0",
"fileVersion": "3.100.1321.11604"
}
}
},
"Newtonsoft.Json/13.0.1": {
"runtime": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {
"assemblyVersion": "13.0.0.0",
"fileVersion": "13.0.1.25517"
}
}
},
"System.Text.Encodings.Web/4.5.0": {}
}
},
"libraries": {
"Send2Email/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Microsoft.AspNetCore.Http.Abstractions/2.2.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Nxs7Z1q3f1STfLYKJSVXCs1iBl+Ya6E8o4Oy1bCxJ/rNI44E/0f6tbsrVqAWfB7jlnJfyaAtIalBVxPKUPQb4Q==",
"path": "microsoft.aspnetcore.http.abstractions/2.2.0",
"hashPath": "microsoft.aspnetcore.http.abstractions.2.2.0.nupkg.sha512"
},
"Microsoft.AspNetCore.Http.Features/2.2.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ziFz5zH8f33En4dX81LW84I6XrYXKf9jg6aM39cM+LffN9KJahViKZ61dGMSO2gd3e+qe5yBRwsesvyqlZaSMg==",
"path": "microsoft.aspnetcore.http.features/2.2.0",
"hashPath": "microsoft.aspnetcore.http.features.2.2.0.nupkg.sha512"
},
"Microsoft.Extensions.Configuration/3.1.13": {
"type": "package",
"serviceable": true,
"sha512": "sha512-zuvjW34EpCfGrpDe6e9o/8xJ5idf2PnejmGiPjBQesdw32yBOaegTwLmPtoW70RUIYr58j8EDGf7yTaFSc6KXA==",
"path": "microsoft.extensions.configuration/3.1.13",
"hashPath": "microsoft.extensions.configuration.3.1.13.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.Abstractions/3.1.13": {
"type": "package",
"serviceable": true,
"sha512": "sha512-WuU1zMRpNrRihLP0HAwm5rWqgdJUywESu3e38FDRsnx2V/FlN+tOf04bZNnimKmFfwF+wdsxlQjKBBye6EEOZw==",
"path": "microsoft.extensions.configuration.abstractions/3.1.13",
"hashPath": "microsoft.extensions.configuration.abstractions.3.1.13.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.FileExtensions/3.1.13": {
"type": "package",
"serviceable": true,
"sha512": "sha512-3BghtPRGlXgNkTLI2o9kKgf7bG5F7F5YEUJ1nxvlG9Ri9udNTML9ItCpwQb+wX6Wgr8O9uFhlX7jD7oxBb8FRA==",
"path": "microsoft.extensions.configuration.fileextensions/3.1.13",
"hashPath": "microsoft.extensions.configuration.fileextensions.3.1.13.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.Json/3.1.13": {
"type": "package",
"serviceable": true,
"sha512": "sha512-BIU+aJDx3gSe9fE4CmAfUrz6X0mHpFB1hIyS9z1MZqpn7e49uTZ1AH8XOu09YVsK3ceIYNINjJ5tkAi5ANIyQw==",
"path": "microsoft.extensions.configuration.json/3.1.13",
"hashPath": "microsoft.extensions.configuration.json.3.1.13.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.UserSecrets/3.1.13": {
"type": "package",
"serviceable": true,
"sha512": "sha512-s+L9eTjSDVHo3zeAI++KWmnZe3ijt840RHHjvICdCDiYdV3TNF6YduyweVK8KrYHaWLxaHL1GlF2Y/PezKafcA==",
"path": "microsoft.extensions.configuration.usersecrets/3.1.13",
"hashPath": "microsoft.extensions.configuration.usersecrets.3.1.13.nupkg.sha512"
},
"Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ORj7Zh81gC69TyvmcUm9tSzytcy8AVousi+IVRAI8nLieQjOFryRusSFh7+aLk16FN9pQNqJAiMd7BTKINK0kA==",
"path": "microsoft.extensions.dependencyinjection.abstractions/5.0.0",
"hashPath": "microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512"
},
"Microsoft.Extensions.FileProviders.Abstractions/3.1.13": {
"type": "package",
"serviceable": true,
"sha512": "sha512-/sDiRV2TKE7hsgwsL+1w8Dz0Zu+41Dyu4zmO+PeYrdfBY5dXkE8kLKgRoVtg28LT6USJh0MLJtlzGco5bwc6bA==",
"path": "microsoft.extensions.fileproviders.abstractions/3.1.13",
"hashPath": "microsoft.extensions.fileproviders.abstractions.3.1.13.nupkg.sha512"
},
"Microsoft.Extensions.FileProviders.Physical/3.1.13": {
"type": "package",
"serviceable": true,
"sha512": "sha512-k3GEtPSjvhd1/xlzt29e5pZWdbUHeG6swwizDgb0WGbOTUHnqU6xtM4r3RnlJLh7q5ZULT8+B51sssMXfk1xMQ==",
"path": "microsoft.extensions.fileproviders.physical/3.1.13",
"hashPath": "microsoft.extensions.fileproviders.physical.3.1.13.nupkg.sha512"
},
"Microsoft.Extensions.FileSystemGlobbing/3.1.13": {
"type": "package",
"serviceable": true,
"sha512": "sha512-hqHzm/eljL8Kv7wRqGr7RtdJhwWge7+AzsuUOiDsylV3yDVZjyPYfdgvUc+AfGYRry+3DaKKFpEWkDptqkInyQ==",
"path": "microsoft.extensions.filesystemglobbing/3.1.13",
"hashPath": "microsoft.extensions.filesystemglobbing.3.1.13.nupkg.sha512"
},
"Microsoft.Extensions.Primitives/3.1.13": {
"type": "package",
"serviceable": true,
"sha512": "sha512-cZVp49xwQPVWs+utx6khnnECWQtkHaFXQnMg/odvy1RUumFUkO6h6C19fJd5zUclC4cS6aIfVJs7b1CDL1ep0A==",
"path": "microsoft.extensions.primitives/3.1.13",
"hashPath": "microsoft.extensions.primitives.3.1.13.nupkg.sha512"
},
"Newtonsoft.Json/13.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
"path": "newtonsoft.json/13.0.1",
"hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
},
"System.Text.Encodings.Web/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Xg4G4Indi4dqP1iuAiMSwpiWS54ZghzR644OtsRCm/m/lBMG8dUBhLVN7hLm8NNrNTR+iGbshCPTwrvxZPlm4g==",
"path": "system.text.encodings.web/4.5.0",
"hashPath": "system.text.encodings.web.4.5.0.nupkg.sha512"
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,9 @@
{
"runtimeOptions": {
"additionalProbingPaths": [
"C:\\Users\\Dylan\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\Dylan\\.nuget\\packages",
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
]
}
}

View File

@ -0,0 +1,12 @@
{
"runtimeOptions": {
"tfm": "netcoreapp3.1",
"framework": {
"name": "Microsoft.WindowsDesktop.App",
"version": "3.1.0"
},
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
}
}
}

View File

@ -31,3 +31,4 @@ C:\Users\Dylan\Desktop\Send2Email\SendEmail\obj\Release\netcoreapp3.1\Send2Email
C:\Users\Dylan\Desktop\Send2Email\SendEmail\obj\Release\netcoreapp3.1\Send2Email.dll C:\Users\Dylan\Desktop\Send2Email\SendEmail\obj\Release\netcoreapp3.1\Send2Email.dll
C:\Users\Dylan\Desktop\Send2Email\SendEmail\obj\Release\netcoreapp3.1\Send2Email.pdb C:\Users\Dylan\Desktop\Send2Email\SendEmail\obj\Release\netcoreapp3.1\Send2Email.pdb
C:\Users\Dylan\Desktop\Send2Email\SendEmail\obj\Release\netcoreapp3.1\Send2Email.genruntimeconfig.cache C:\Users\Dylan\Desktop\Send2Email\SendEmail\obj\Release\netcoreapp3.1\Send2Email.genruntimeconfig.cache
C:\Users\Dylan\Desktop\Send2Email\SendEmail\bin\Release\netcoreapp3.1\example.cfg.json

View File

@ -474,9 +474,9 @@
"project": { "project": {
"version": "1.0.0", "version": "1.0.0",
"restore": { "restore": {
"projectUniqueName": "C:\\Users\\Dylan\\Desktop\\Send2Email\\SendEmail\\Scan2Email.csproj", "projectUniqueName": "C:\\Users\\Dylan\\Desktop\\Send2Email\\SendEmail\\Send2Email.csproj",
"projectName": "Scan2Email", "projectName": "Send2Email",
"projectPath": "C:\\Users\\Dylan\\Desktop\\Send2Email\\SendEmail\\Scan2Email.csproj", "projectPath": "C:\\Users\\Dylan\\Desktop\\Send2Email\\SendEmail\\Send2Email.csproj",
"packagesPath": "C:\\Users\\Dylan\\.nuget\\packages\\", "packagesPath": "C:\\Users\\Dylan\\.nuget\\packages\\",
"outputPath": "C:\\Users\\Dylan\\Desktop\\Send2Email\\SendEmail\\obj\\", "outputPath": "C:\\Users\\Dylan\\Desktop\\Send2Email\\SendEmail\\obj\\",
"projectStyle": "PackageReference", "projectStyle": "PackageReference",

View File

@ -1,8 +1,8 @@
{ {
"version": 2, "version": 2,
"dgSpecHash": "nQMB9wZmgMKK2CQ4KaKRlRkejIX/UF+gxmu7Zew0Oqe0w00hf0MoNTCaQ7OVh4e5oPBdO51olBS6w+VOs1x6mQ==", "dgSpecHash": "2bz0IRbK2U2V+mL9cM+W17FqiV+kHxvkjjalwDby2SyqH9BEjAtL4RZ3rDKMptRk5gXhwbPU+Uw4TTNZuM6fRQ==",
"success": true, "success": true,
"projectFilePath": "C:\\Users\\Dylan\\Desktop\\Send2Email\\SendEmail\\Scan2Email.csproj", "projectFilePath": "C:\\Users\\Dylan\\Desktop\\Send2Email\\SendEmail\\Send2Email.csproj",
"expectedPackageFiles": [ "expectedPackageFiles": [
"C:\\Users\\Dylan\\.nuget\\packages\\microsoft.aspnetcore.http.abstractions\\2.2.0\\microsoft.aspnetcore.http.abstractions.2.2.0.nupkg.sha512", "C:\\Users\\Dylan\\.nuget\\packages\\microsoft.aspnetcore.http.abstractions\\2.2.0\\microsoft.aspnetcore.http.abstractions.2.2.0.nupkg.sha512",
"C:\\Users\\Dylan\\.nuget\\packages\\microsoft.aspnetcore.http.features\\2.2.0\\microsoft.aspnetcore.http.features.2.2.0.nupkg.sha512", "C:\\Users\\Dylan\\.nuget\\packages\\microsoft.aspnetcore.http.features\\2.2.0\\microsoft.aspnetcore.http.features.2.2.0.nupkg.sha512",