Standardize Image Resizer naming (#14694)

* Standardize Image Resizer naming

* Use no-throw methods

* Do not move if new dir already exist

* Update test files paths
This commit is contained in:
Stefan Markovic
2021-12-02 09:08:43 +01:00
committed by GitHub
parent 22f8390ef9
commit 87f6278bf9
22 changed files with 26 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ namespace ImageResizer.Properties
public class SettingsWrapper
{
[JsonPropertyName("name")]
public string Name { get; set; } = "ImageResizer";
public string Name { get; set; } = "Image Resizer";
[JsonPropertyName("version")]
public string Version { get; set; } = "1";