Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #8 from DFE-Digital/establishment-generalinfo-update
Browse files Browse the repository at this point in the history
Added required fields and iterated version
  • Loading branch information
paullocknimble authored Oct 30, 2023
2 parents 23fb5db + d390c9f commit 19ef94a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/DFE-Digital/academisation-nuget-packages</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ public class EstablishmentDto
public string SchoolCapacity { get; set; }
public string Pfi { get; set; }
public string EstablishmentNumber { get; set; }
public string Pan { get; set; }
public string Deficit { get; set; }
public string ViabilityIssue { get; set; }
public NameAndCodeDto Diocese { get; set; }
public NameAndCodeDto EstablishmentType { get; set; }
public NameAndCodeDto Gor { get; set; }
Expand Down

0 comments on commit 19ef94a

Please sign in to comment.