Drag-Drop-Explorer
This commit is contained in:
4
Shared/Models/MatchNginx.cs
Normal file
4
Shared/Models/MatchNginx.cs
Normal file
@ -0,0 +1,4 @@
|
||||
namespace View_by_Distance.Shared.Models;
|
||||
|
||||
public record MatchNginx(string Name, string Type, DateTime MTime, long Size, string ConvertedPath)
|
||||
{ }
|
@ -9,7 +9,7 @@
|
||||
<PropertyGroup>
|
||||
<PackageId>Phares.View.by.Distance.Shared</PackageId>
|
||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||
<Version>6.0.100.1</Version>
|
||||
<Version>7.0.101.1</Version>
|
||||
<Authors>Mike Phares</Authors>
|
||||
<Company>Phares</Company>
|
||||
<IncludeSymbols>true</IncludeSymbols>
|
||||
|
Reference in New Issue
Block a user