Skip to content

Commit 7661a0c

Browse files
committed
Updates to support poco logic updates
1 parent 7a8e37d commit 7661a0c

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

src/DataSqlEF/CodeFactory.Automation.Data.Sql.EF.Logic/CodeFactory.Automation.Data.Sql.EF.Logic.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</PropertyGroup>
3737
<ItemGroup>
3838
<PackageReference Include="CodeFactory.Automation.Standard.Logic">
39-
<Version>2.23164.1-PreRelease</Version>
39+
<Version>2.23165.1-PreRelease</Version>
4040
</PackageReference>
4141
<PackageReference Include="CodeFactory.Automation.Standard.NDF.Logic">
4242
<Version>2.23164.1-PreRelease</Version>

src/DataSqlEF/CodeFactory.Automation.Data.Sql.EF.Logic/CodeFactory.Automation.Data.Sql.Ef.Logic.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
33
<metadata>
44
<id>CodeFactory.Automation.Data.Sql.EF.Logic</id>
5-
<version>2.23164.1-PreRelease</version>
5+
<version>2.23165.1-PreRelease</version>
66
<title>Repositry automation for MS SQL using Entity Framework Core.</title>
77
<authors>CodeFactory, LLC.</authors>
88
<owners>CodeFactory, LLC.</owners>
@@ -23,7 +23,7 @@
2323
<tags>Factory Automation</tags>
2424
<dependencies>
2525
<dependency id="CodeFactory.WinVs.SDK" version="2.23160.1-PreRelease"/>
26-
<dependency id="CodeFactory.Automation.Standard.Logic" version="2.23164.1-PreRelease"/>
26+
<dependency id="CodeFactory.Automation.Standard.Logic" version="2.23165.1-PreRelease"/>
2727
<dependency id="CodeFactory.Automation.Standard.NDF.Logic" version="2.23164.1-PreRelease"/>
2828
</dependencies>
2929
<icon>CFLogo128.png</icon>

src/DataSqlEF/CodeFactory.Automation.Data.Sql.EF.Logic/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
3636
[assembly: AssemblyVersion("2.0.0.0")]
37-
[assembly: AssemblyFileVersion("2.23164.0.1")]
37+
[assembly: AssemblyFileVersion("2.23165.0.1")]
3838
[assembly: AssemblyCFEnvironment("CFVSW")]
3939
[assembly: AssemblyCFSdkVersion("2.23160.0.1")]

src/DataSqlEF/CodeFactory.Automation.Data.Sql.EF/CodeFactory.Automation.Data.Sql.EF.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</PropertyGroup>
3636
<ItemGroup>
3737
<PackageReference Include="CodeFactory.Automation.Standard.Logic">
38-
<Version>2.23164.1-PreRelease</Version>
38+
<Version>2.23165.1-PreRelease</Version>
3939
</PackageReference>
4040
<PackageReference Include="CodeFactory.WinVs.SDK" Version="2.23160.1-PreRelease" />
4141
<Reference Include="System" />

src/DataSqlEF/CodeFactory.Automation.Data.Sql.EF/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
3636
[assembly: AssemblyVersion("2.0.0.0")]
37-
[assembly: AssemblyFileVersion("2.23164.0.1")]
37+
[assembly: AssemblyFileVersion("2.23165.0.1")]
3838
[assembly: AssemblyCFEnvironment("CFVSW")]
3939
[assembly: AssemblyCFSdkVersion("2.23160.0.1")]

0 commit comments

Comments
 (0)