Skip to content

Commit fbfc93f

Browse files
committed
Deploymnet of 161 packages
1 parent 46403fd commit fbfc93f

File tree

4 files changed

+41
-2
lines changed

4 files changed

+41
-2
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<DefineConstants>DEBUG;TRACE</DefineConstants>
2525
<ErrorReport>prompt</ErrorReport>
2626
<WarningLevel>4</WarningLevel>
27+
<DocumentationFile>bin\Debug\CodeFactory.Automation.Data.Sql.EF.Logic.xml</DocumentationFile>
2728
</PropertyGroup>
2829
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2930
<DebugType>pdbonly</DebugType>
@@ -61,6 +62,12 @@
6162
<Compile Include="RepositoryAutomation.cs" />
6263
<Compile Include="SharedData.cs" />
6364
</ItemGroup>
65+
<ItemGroup>
66+
<None Include="CodeFactory.Automation.Data.Sql.Ef.Logic.nuspec" />
67+
</ItemGroup>
68+
<ItemGroup>
69+
<None Include="Images\CFLogo128.png" />
70+
</ItemGroup>
6471
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6572
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
6673
Other similar extension points exist, see Microsoft.Common.targets.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3+
<metadata>
4+
<id>CodeFactory.Automation.Data.Sql.EF.Logic</id>
5+
<version>2.23163.1-PreRelease</version>
6+
<title>Repositry automation for MS SQL using Entity Framework Core.</title>
7+
<authors>CodeFactory, LLC.</authors>
8+
<owners>CodeFactory, LLC.</owners>
9+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
10+
<description>Entity framework SQL automation logic to be used with CodeFactory commands built with Visual Studio - Windows.</description>
11+
<projectUrl>https://github.com/CodeFactoryLLC/CodeFactoryPackages</projectUrl>
12+
<license type="expression">MIT</license>
13+
<repository type="git" url="https://github.com/CodeFactoryLLC/CodeFactoryPackages.git" branch="main" />
14+
<releaseNotes>
15+
Initial release of automation logic.
16+
</releaseNotes>
17+
<copyright>Copyright © 2023 CodeFactory, LLC.</copyright>
18+
<tags>Factory Automation</tags>
19+
<dependencies>
20+
<dependency id="CodeFactory.WinVs.SDK" version="2.23160.1-PreRelease"/>
21+
<dependency id="CodeFactory.Automation.Standard.Logic" version="2.23159.1-PreRelease"/>
22+
<dependency id="CodeFactory.Automation.Standard.NDF.Logic" version="2.23159.1-PreRelease"/>
23+
</dependencies>
24+
<icon>CFLogo128.png</icon>
25+
</metadata>
26+
<files>
27+
<file src="Images\CFLogo128.png" target=""/>
28+
<file src="bin\Debug\CodeFactory.Automation.Data.Sql.EF.Logic.dll" target="lib/net48/"/>
29+
<file src="bin\Debug\CodeFactory.Automation.Data.Sql.EF.Logic.xml" target="lib/net48/"/>
30+
<file src="bin\Debug\CodeFactory.Automation.Data.Sql.EF.Logic.pdb" target="lib/net48/"/>
31+
</files>
32+
</package>
4.97 KB
Loading

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("1.0.0.0")]
37-
[assembly: AssemblyFileVersion("1.0.0.0")]
36+
[assembly: AssemblyVersion("2.0.0.0")]
37+
[assembly: AssemblyFileVersion("2.23163.0.1")]
3838
[assembly: AssemblyCFEnvironment("CFVSW")]
3939
[assembly: AssemblyCFSdkVersion("2.23160.0.1")]

0 commit comments

Comments
 (0)