Skip to content

Commit 8e4de22

Browse files
author
samatrhea
committed
[Update] to CDP4Dal version 5.0.2
[Bump] version to 4.0.2
1 parent a6a00cd commit 8e4de22

115 files changed

Lines changed: 184 additions & 184 deletions

File tree

Some content is hidden

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

BasicRdl.Tests/BasicRdl.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
<Reference Include="CDP4Common, Version=3.2.0.0, Culture=neutral, processorArchitecture=MSIL">
6262
<HintPath>..\packages\CDP4Common-CE.3.2.0\lib\net452\CDP4Common.dll</HintPath>
6363
</Reference>
64-
<Reference Include="CDP4Dal, Version=5.0.1.0, Culture=neutral, processorArchitecture=MSIL">
65-
<HintPath>..\packages\CDP4Dal-CE.5.0.1\lib\net452\CDP4Dal.dll</HintPath>
64+
<Reference Include="CDP4Dal, Version=5.0.2.0, Culture=neutral, processorArchitecture=MSIL">
65+
<HintPath>..\packages\CDP4Dal-CE.5.0.2\lib\net452\CDP4Dal.dll</HintPath>
6666
</Reference>
6767
<Reference Include="CDP4JsonSerializer, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL">
6868
<HintPath>..\packages\CDP4JsonSerializer-CE.3.0.1\lib\net452\CDP4JsonSerializer.dll</HintPath>

BasicRdl.Tests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<packages>
33
<package id="Castle.Core" version="4.4.0" targetFramework="net452" />
44
<package id="CDP4Common-CE" version="3.2.0" targetFramework="net452" />
5-
<package id="CDP4Dal-CE" version="5.0.1" targetFramework="net452" />
5+
<package id="CDP4Dal-CE" version="5.0.2" targetFramework="net452" />
66
<package id="CDP4JsonSerializer-CE" version="3.0.1" targetFramework="net452" />
77
<package id="CommonServiceLocator" version="1.3" targetFramework="net452" />
88
<package id="DotLiquid" version="2.0.314" targetFramework="net452" />

BasicRdl/BasicRdl.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
<HintPath>..\packages\CDP4Common-CE.3.2.0\lib\net452\CDP4Common.dll</HintPath>
5656
<Private>False</Private>
5757
</Reference>
58-
<Reference Include="CDP4Dal, Version=5.0.1.0, Culture=neutral, processorArchitecture=MSIL">
59-
<HintPath>..\packages\CDP4Dal-CE.5.0.1\lib\net452\CDP4Dal.dll</HintPath>
58+
<Reference Include="CDP4Dal, Version=5.0.2.0, Culture=neutral, processorArchitecture=MSIL">
59+
<HintPath>..\packages\CDP4Dal-CE.5.0.2\lib\net452\CDP4Dal.dll</HintPath>
6060
<Private>False</Private>
6161
</Reference>
6262
<Reference Include="CDP4JsonSerializer, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL">

BasicRdl/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
// You can specify all the values or you can default the Build and Revision Numbers
3939
// by using the '*' as shown below:
4040
// [assembly: AssemblyVersion("1.0.*")]
41-
[assembly: AssemblyVersion("4.0.0.0")]
42-
[assembly: AssemblyFileVersion("4.0.0.0")]
41+
[assembly: AssemblyVersion("4.0.2.0")]
42+
[assembly: AssemblyFileVersion("4.0.2.0")]
4343
[assembly: InternalsVisibleTo("BasicRdl.Tests")]

BasicRdl/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="CDP4Common-CE" version="3.2.0" targetFramework="net452" />
4-
<package id="CDP4Dal-CE" version="5.0.1" targetFramework="net452" />
4+
<package id="CDP4Dal-CE" version="5.0.2" targetFramework="net452" />
55
<package id="CDP4JsonSerializer-CE" version="3.0.1" targetFramework="net452" />
66
<package id="CommonServiceLocator" version="1.3" targetFramework="net452" />
77
<package id="DotLiquid" version="2.0.314" targetFramework="net452" />

CDP4Addin.Tests/CDP4Addin.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
<Reference Include="CDP4Common, Version=3.2.0.0, Culture=neutral, processorArchitecture=MSIL">
6161
<HintPath>..\packages\CDP4Common-CE.3.2.0\lib\net452\CDP4Common.dll</HintPath>
6262
</Reference>
63-
<Reference Include="CDP4Dal, Version=5.0.1.0, Culture=neutral, processorArchitecture=MSIL">
64-
<HintPath>..\packages\CDP4Dal-CE.5.0.1\lib\net452\CDP4Dal.dll</HintPath>
63+
<Reference Include="CDP4Dal, Version=5.0.2.0, Culture=neutral, processorArchitecture=MSIL">
64+
<HintPath>..\packages\CDP4Dal-CE.5.0.2\lib\net452\CDP4Dal.dll</HintPath>
6565
</Reference>
6666
<Reference Include="CDP4JsonSerializer, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL">
6767
<HintPath>..\packages\CDP4JsonSerializer-CE.3.0.1\lib\net452\CDP4JsonSerializer.dll</HintPath>

CDP4Addin.Tests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<packages>
33
<package id="Castle.Core" version="4.4.0" targetFramework="net452" />
44
<package id="CDP4Common-CE" version="3.2.0" targetFramework="net452" />
5-
<package id="CDP4Dal-CE" version="5.0.1" targetFramework="net452" />
5+
<package id="CDP4Dal-CE" version="5.0.2" targetFramework="net452" />
66
<package id="CDP4JsonSerializer-CE" version="3.0.1" targetFramework="net452" />
77
<package id="CommonServiceLocator" version="1.3" targetFramework="net452" />
88
<package id="Moq" version="4.11.0" targetFramework="net452" />

CDP4Addin/CDP4Addin.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
<HintPath>..\packages\CDP4Common-CE.3.2.0\lib\net452\CDP4Common.dll</HintPath>
5858
<Private>False</Private>
5959
</Reference>
60-
<Reference Include="CDP4Dal, Version=5.0.1.0, Culture=neutral, processorArchitecture=MSIL">
61-
<HintPath>..\packages\CDP4Dal-CE.5.0.1\lib\net452\CDP4Dal.dll</HintPath>
60+
<Reference Include="CDP4Dal, Version=5.0.2.0, Culture=neutral, processorArchitecture=MSIL">
61+
<HintPath>..\packages\CDP4Dal-CE.5.0.2\lib\net452\CDP4Dal.dll</HintPath>
6262
<Private>False</Private>
6363
</Reference>
6464
<Reference Include="CDP4JsonSerializer, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL">

CDP4Addin/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
// You can specify all the values or you can default the Build and Revision Numbers
3939
// by using the '*' as shown below:
4040
// [assembly: AssemblyVersion("1.0.*")]
41-
[assembly: AssemblyVersion("4.0.0.0")]
42-
[assembly: AssemblyFileVersion("4.0.0.0")]
41+
[assembly: AssemblyVersion("4.0.2.0")]
42+
[assembly: AssemblyFileVersion("4.0.2.0")]
4343
[assembly: InternalsVisibleTo("CDP4Addin.Tests")]

CDP4Addin/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="CDP4Common-CE" version="3.2.0" targetFramework="net452" />
4-
<package id="CDP4Dal-CE" version="5.0.1" targetFramework="net452" />
4+
<package id="CDP4Dal-CE" version="5.0.2" targetFramework="net452" />
55
<package id="CDP4JsonSerializer-CE" version="3.0.1" targetFramework="net452" />
66
<package id="CommonServiceLocator" version="1.3" targetFramework="net452" />
77
<package id="Expression.Blend.Sdk" version="1.0.2" targetFramework="net45" />

0 commit comments

Comments
 (0)