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 #13 from DFE-Digital/feature/academies-api-contracts
Browse files Browse the repository at this point in the history
Exposed trust type on the trust contract
  • Loading branch information
paullocknimble authored Nov 22, 2023
2 parents 4ad10c5 + edeb583 commit 8b744b2
Show file tree
Hide file tree
Showing 2 changed files with 2 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.5</Version>
<Version>1.0.6</Version>
<AssemblyVersion>1.0.4</AssemblyVersion>
<FileVersion>1.0.4</FileVersion>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ public class TrustDto
public string Name { get; set; }

public string Ukprn { get; set; }
public string Type { get; set; }

public string CompaniesHouseNumber { get; set; }

Expand Down

0 comments on commit 8b744b2

Please sign in to comment.