Skip to content

Commit 9817c61

Browse files
jaybarden1jbarden
andauthored
Add CreatedDate, refactor ImageDetail (#7)
* Add CreatedDate, refactor ImageDetail Fix duplication in Configurations Remove the dummy projects * Update the missed project detail --------- Co-authored-by: Jason Barden <[email protected]>
1 parent d393b7a commit 9817c61

File tree

42 files changed

+185
-3249
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+185
-3249
lines changed

src/AStar.Dev.Infrastructure.FilesDb/AStar.Dev.Infrastructure.FilesDb.csproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
<RepositoryUrl>https://github.com/astar-development/astar-dev-infrastructure-filesdb.git</RepositoryUrl>
3131
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
3232
<Title>AStar Dev Infrastructure FilesDb</Title>
33-
<PackageReleaseNotes>Rework the File Classifications area and update for AStar Functional Results.</PackageReleaseNotes>
34-
<Version>0.2.0</Version>
33+
<PackageReleaseNotes>Rework the Image Details and Add File Created date.</PackageReleaseNotes>
34+
<Version>0.2.1</Version>
3535
</PropertyGroup>
3636

3737
<ItemGroup>
@@ -61,6 +61,10 @@
6161
</PackageReference>
6262
</ItemGroup>
6363

64+
<ItemGroup>
65+
<Folder Include="Migrations\" />
66+
</ItemGroup>
67+
6468
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
6569
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
6670
<NoWarn>1701;1702;</NoWarn>

src/AStar.Dev.Infrastructure.FilesDb/AStar.Dev.Infrastructure.FilesDb.xml

Lines changed: 39 additions & 139 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/AStar.Dev.Infrastructure.FilesDb/Configurations/DeletionStatusConfiguration.cs

Lines changed: 0 additions & 30 deletions
This file was deleted.

src/AStar.Dev.Infrastructure.FilesDb/Configurations/DirectoryNameConfiguration.cs

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/AStar.Dev.Infrastructure.FilesDb/Configurations/EventConfiguration.cs

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/AStar.Dev.Infrastructure.FilesDb/Configurations/EventTypeConfiguration.cs

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/AStar.Dev.Infrastructure.FilesDb/Configurations/FileClassificationConfiguration.cs

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/AStar.Dev.Infrastructure.FilesDb/Configurations/FileDetailConfiguration.cs

Lines changed: 0 additions & 43 deletions
This file was deleted.

src/AStar.Dev.Infrastructure.FilesDb/Configurations/FileNameConfiguration.cs

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/AStar.Dev.Infrastructure.FilesDb/Configurations/FileNamePartConfiguration.cs

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)