Skip to content

Commit

Permalink
[ODS-4585] Release tasks for ODS/API 5.1.0 (#227)
Browse files Browse the repository at this point in the history
* Updated both to 1.4.0

* 51.0 release code fix

* added 5.1.0 for Admin.DataAccess

* added 5.1.0 for Security.DataAccess.UnitTests

* Reference of EdFi.Suite3.Common updated

* LoadTools Solution Code fix

* Update Utilities/DataLoading/EdFi.LoadTools/SmokeTest/PropertyBuilders/EducationOrganizationAddressBuilder.cs

Co-authored-by: Jim McKay <[email protected]>

Co-authored-by: Jim McKay <[email protected]>
  • Loading branch information
semalaiappan and jamessmckay authored Nov 10, 2020
1 parent e93a583 commit 15ea0ad
Show file tree
Hide file tree
Showing 34 changed files with 117 additions and 116 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EdFi.Suite3.Common" Version="5.1.0-pre0695" />
<PackageReference Include="EdFi.Suite3.Common" Version="5.1.0" />
<PackageReference Include="EntityFramework" Version="6.4.0" />
<PackageReference Include="EntityFramework6.Npgsql" Version="6.4.1" />
<PackageReference Include="log4net" Version="2.0.12" />
Expand Down
2 changes: 1 addition & 1 deletion Application/EdFi.Ods.Api/EdFi.Ods.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Antlr3.Runtime" Version="3.5.1" />
<PackageReference Include="EdFi.Suite3.Common" Version="5.1.0-pre0695" />
<PackageReference Include="EdFi.Suite3.Common" Version="5.1.0" />
<PackageReference Include="EntityFramework" Version="6.4.0" />
<PackageReference Include="FluentValidation" Version="8.6.2" />
<PackageReference Include="Iesi.Collections" Version="4.0.4" />
Expand Down
2 changes: 1 addition & 1 deletion Application/EdFi.Ods.Common/EdFi.Ods.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EdFi.Suite3.Common" Version="5.1.0-pre0695" />
<PackageReference Include="EdFi.Suite3.Common" Version="5.1.0" />
<PackageReference Include="FluentValidation" Version="8.6.2" />
<PackageReference Include="log4net" Version="2.0.12" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EdFi.Suite3.Common" Version="5.1.0-pre0695" />
<PackageReference Include="EdFi.Suite3.Common" Version="5.1.0" />
<PackageReference Include="Autofac" Version="5.1.2" />
<PackageReference Include="Antlr3.Runtime" Version="3.5.1" />
<PackageReference Include="EntityFramework" Version="6.4.0" />
Expand Down
2 changes: 1 addition & 1 deletion Application/EdFi.Ods.Sandbox/EdFi.Ods.Sandbox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EdFi.Suite3.Common" Version="5.1.0-pre0695" />
<PackageReference Include="EdFi.Suite3.Common" Version="5.1.0" />
<PackageReference Include="EntityFramework" Version="6.4.0" />
<PackageReference Include="EntityFramework6.Npgsql" Version="6.4.1" />
<PackageReference Include="Dapper" Version="2.0.35" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ CREATE FUNCTION util.GetEdFiOdsVersion()
RETURNS VARCHAR(60)
AS
BEGIN
RETURN '5.0.0'
RETURN '5.1.0'
END
GO
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
CREATE OR REPLACE FUNCTION util.GetEdFiOdsVersion()
RETURNS VARCHAR(60) AS $$
BEGIN
RETURN '5.0.0';
RETURN '5.1.0';
END;
$$ LANGUAGE plpgsql;

2 changes: 1 addition & 1 deletion Application/EdFi.Ods.Tests/EdFi.Ods.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageReference Include="Autofac.Extras.FakeItEasy" Version="6.0.0" />
<PackageReference Include="AutoMapper" Version="10.0.0" />
<PackageReference Include="CompareNETObjects" Version="4.65.0" />
<PackageReference Include="EdFi.Suite3.Common" Version="5.1.0-pre0695" />
<PackageReference Include="EdFi.Suite3.Common" Version="5.1.0" />
<PackageReference Include="EntityFramework" Version="6.4.0" />
<PackageReference Include="EntityFrameworkTesting.FakeItEasy" Version="1.3.0" />
<PackageReference Include="FakeItEasy" Version="6.2.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EdFi.Suite3.Common" Version="5.1.0-pre0695" />
<PackageReference Include="EdFi.Suite3.Common" Version="5.1.0" />
<PackageReference Include="EntityFramework" Version="6.4.0" />
<PackageReference Include="EntityFramework6.Npgsql" Version="6.4.1" />
<PackageReference Include="Npgsql" Version="4.1.3.1" />
Expand Down
2 changes: 1 addition & 1 deletion Application/EdFi.TestObjects/EdFi.TestObjects.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoMapper" Version="10.0.0" />
<PackageReference Include="EdFi.Suite3.Common" Version="5.1.0-pre0695" />
<PackageReference Include="EdFi.Suite3.Common" Version="5.1.0" />
<PackageReference Include="EntityFramework" Version="6.4.0" />
<PackageReference Include="log4net" Version="2.0.12" />
<PackageReference Include="NUnit" Version="3.12.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
<None Include="../../../LICENSE.txt" Pack="true" PackagePath="LICENSE.txt" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="EdFi.Suite3.Common" Version="5.0.0" />
<PackageReference Include="EdFi.Suite3.Common" Version="5.1.0" />
<PackageReference Include="FluentCommandLineParser-netstandard" Version="1.4.3.13" />
<PackageReference Include="log4net" Version="2.0.10" />
<PackageReference Include="log4net" Version="2.0.12" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="SimpleInjector" Version="5.0.3" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="aqua-graphcompare" Version="1.2.2" />
<PackageReference Include="EdFi.Suite3.Common" Version="5.0.0" />
<PackageReference Include="EdFi.Suite3.OdsApi.TestSdk" Version="5.1.0-b00428main" />
<PackageReference Include="EdFi.Suite3.Common" Version="5.1.0" />
<PackageReference Include="EdFi.Suite3.OdsApi.TestSdk" Version="5.1.0" />
<PackageReference Include="FubarCoder.RestSharp.Portable.Core" Version="4.0.8" />
<PackageReference Include="FubarCoder.RestSharp.Portable.HttpClient" Version="4.0.8" />
<PackageReference Include="JsonSubTypes" Version="1.7.0" />
<PackageReference Include="log4net" Version="2.0.10" />
<PackageReference Include="log4net" Version="2.0.12" />
<PackageReference Include="Microsoft.AspNetCore.Owin" Version="3.1.8" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="3.1.8" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
using System.Linq;
using System.Net.Http;
using System.Threading.Tasks;
using EdFi.Common.Inflection;
using EdFi.LoadTools.Engine;
using EdFi.Ods.Common.Inflection;
using log4net;
using Newtonsoft.Json;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using EdFi.Common.Inflection;
using EdFi.LoadTools.Common;
using EdFi.LoadTools.Engine;
using EdFi.Ods.Common.Inflection;
using log4net;

namespace EdFi.LoadTools.ApiClient
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
using EdFi.LoadTools.Engine;
using EdFi.LoadTools.Engine.FileImportPipeline;
using EdFi.LoadTools.Engine.ResourcePipeline;
using EdFi.Ods.Common.Utils.Extensions;
using log4net;

namespace EdFi.LoadTools
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

using System;
using System.Text.RegularExpressions;
using EdFi.Ods.Common.Inflection;
using EdFi.Common.Inflection;

namespace EdFi.LoadTools.Common
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using EdFi.Ods.Common.Inflection;
using EdFi.Common.Inflection;

namespace EdFi.LoadTools.Common
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
using EdFi.Ods.Common.Inflection;
using EdFi.Common.Inflection;

namespace EdFi.LoadTools.Common
{
Expand Down
4 changes: 2 additions & 2 deletions Utilities/DataLoading/EdFi.LoadTools/EdFi.LoadTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<None Include="../../../LICENSE.txt" Pack="true" PackagePath="LICENSE.txt" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="EdFi.Suite3.Common" Version="5.0.0" />
<PackageReference Include="log4net" Version="2.0.10" />
<PackageReference Include="EdFi.Suite3.Common" Version="5.1.0" />
<PackageReference Include="log4net" Version="2.0.12" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="RestSharp" Version="106.11.5" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
using EdFi.LoadTools.ApiClient;
using EdFi.LoadTools.Common;
using EdFi.LoadTools.Engine.Mapping;
using EdFi.Ods.Common.Inflection;
using EdFi.Common.Inflection;

namespace EdFi.LoadTools.Engine.MappingFactories
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using EdFi.LoadTools.Common;
using EdFi.Ods.Common.Inflection;
using EdFi.Common.Inflection;

namespace EdFi.LoadTools.Engine.XmlLookupPipeline
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
using System.Net.Http;
using System.Net.Http.Headers;
using System.Threading.Tasks;
using EdFi.Common.Inflection;
using EdFi.LoadTools.ApiClient;
using EdFi.LoadTools.Common;
using EdFi.LoadTools.Engine;
using EdFi.Ods.Common.Inflection;
using log4net;
using Newtonsoft.Json.Linq;
using Swashbuckle.Swagger;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
using System.Threading.Tasks;
using EdFi.LoadTools.ApiClient;
using EdFi.LoadTools.Common;
using EdFi.Ods.Common.Inflection;
using EdFi.Common.Inflection;
using log4net;
using Swashbuckle.Swagger;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using EdFi.Common.Inflection;
using EdFi.LoadTools.Common;
using EdFi.Ods.Common.Inflection;

namespace EdFi.LoadTools.SmokeTest.PropertyBuilders
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
using System.Text.RegularExpressions;
using EdFi.LoadTools.ApiClient;
using EdFi.LoadTools.Common;
using EdFi.Ods.Common.Inflection;
using EdFi.Common.Inflection;
using Swashbuckle.Swagger;

namespace EdFi.LoadTools.SmokeTest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
<ProjectReference Include="..\EdFi.LoadTools\EdFi.LoadTools.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="EdFi.Suite3.Common" Version="5.0.0" />
<PackageReference Include="EdFi.Suite3.Common" Version="5.1.0" />
<PackageReference Include="FluentCommandLineParser-netstandard" Version="1.4.3.13" />
<PackageReference Include="FubarCoder.RestSharp.Portable.Core" Version="4.0.7" />
<PackageReference Include="FubarCoder.RestSharp.Portable.HttpClient" Version="4.0.7" />
<PackageReference Include="log4net" Version="2.0.10" />
<PackageReference Include="log4net" Version="2.0.12" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="RestSharp" Version="106.11.5" />
<PackageReference Include="SimpleInjector" Version="5.0.3" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
<None Include="ReadMe.md" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="EdFi.Suite3.Common" Version="5.0.0" />
<PackageReference Include="EdFi.Suite3.Common" Version="5.1.0" />
<PackageReference Include="FluentCommandLineParser-netstandard" Version="1.4.3.13" />
<PackageReference Include="log4net" Version="2.0.10" />
<PackageReference Include="log4net" Version="2.0.12" />
<PackageReference Include="SimpleInjector" Version="5.0.3" />
</ItemGroup>
<ItemGroup>
Expand Down
Loading

0 comments on commit 15ea0ad

Please sign in to comment.