Skip to content

Commit

Permalink
Merge branch 'develop' into feature/RDMP-117-multiple-loads-per-catal…
Browse files Browse the repository at this point in the history
…ogue
  • Loading branch information
jas88 committed Mar 8, 2024
2 parents 7720f97 + 0b5aac8 commit 49a7a0e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
7 changes: 7 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>11.0</LangVersion>
<Version>8.1.4</Version>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
</Project>
3 changes: 0 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="CommandLineParser" Version="2.9.1"/>
<PackageVersion Include="Equ" Version="2.3.0"/>
Expand Down
2 changes: 1 addition & 1 deletion HIC.DataManagementPlatform.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.github\workflows\build.yml = .github\workflows\build.yml
CHANGELOG.md = CHANGELOG.md
deadlinksconfig.json = deadlinksconfig.json
directory.build.props = directory.build.props
Directory.Build.props = Directory.Build.props
.github\workflows\links.yml = .github\workflows\links.yml
Directory.Packages.props = Directory.Packages.props
NoteForNewDevelopers.md = NoteForNewDevelopers.md
Expand Down
3 changes: 2 additions & 1 deletion directory.build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>11.0</LangVersion>
<Version>8.1.0-rc4</Version>
<Version>8.1.4</Version>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
</Project>

0 comments on commit 49a7a0e

Please sign in to comment.