Skip to content

Commit 4838177

Browse files
committed
Release 2.23158.0.1-Prerelease
1 parent 1c2c88b commit 4838177

File tree

6 files changed

+46
-6
lines changed

6 files changed

+46
-6
lines changed

src/Standard/CodeFactory.Automation.Standard.Logic/CodeFactory.Automation.Standard.Logic.csproj

Lines changed: 9 additions & 1 deletion
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.Standard.Logic.xml</DocumentationFile>
2728
</PropertyGroup>
2829
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2930
<DebugType>pdbonly</DebugType>
@@ -34,7 +35,7 @@
3435
<WarningLevel>4</WarningLevel>
3536
</PropertyGroup>
3637
<ItemGroup>
37-
<PackageReference Include="CodeFactory.WinVs.SDK" Version="2.23157.1-PreRelease" />
38+
<PackageReference Include="CodeFactory.WinVs.SDK" Version="2.23158.1-PreRelease" />
3839
<Reference Include="System" />
3940
<Reference Include="System.Core" />
4041
<Reference Include="System.Xml.Linq" />
@@ -51,6 +52,13 @@
5152
<Compile Include="AddMissingMembers.cs" />
5253
<Compile Include="Properties\AssemblyInfo.cs" />
5354
</ItemGroup>
55+
<ItemGroup>
56+
<None Include="CodeFactory.Automation.Standard.nuspec" />
57+
</ItemGroup>
58+
<ItemGroup />
59+
<ItemGroup>
60+
<None Include="Images\CFLogo128.png" />
61+
</ItemGroup>
5462
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5563
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
5664
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.Standard.Logic</id>
5+
<version>2.23158.1-PreRelease</version>
6+
<title>Standard automation logic to be used with CodeFactory Commands.</title>
7+
<authors>CodeFactory, LLC.</authors>
8+
<owners>CodeFactory, LLC.</owners>
9+
<license type="expression">MIT</license>
10+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
11+
<description>Standard automation logic to be used with CodeFactory commands built with Visual Studio - Windows.</description>
12+
<releaseNotes>
13+
Notes
14+
Initial Release
15+
16+
Automation Support:
17+
- Add Missing interface members.
18+
</releaseNotes>
19+
<copyright>Copyright © 2023 CodeFactory, LLC.</copyright>
20+
<tags>Factory Automation</tags>
21+
<dependencies>
22+
<dependency id="CodeFactory.WinVs.SDK" version="2.23158.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.Standard.Logic.dll" target="lib/net48/"/>
29+
<file src="bin\Debug\CodeFactory.Automation.Standard.Logic.xml" target="lib/net48/"/>
30+
<file src="bin\Debug\CodeFactory.Automation.Standard.Logic.pdb" target="lib/net48/"/>
31+
</files>
32+
</package>
Loading

src/Standard/CodeFactory.Automation.Standard.Logic/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
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("1.0.0.0")]
37-
[assembly: AssemblyFileVersion("1.0.0.0")]
37+
[assembly: AssemblyFileVersion("2.23158.0.1")]
3838
[assembly: AssemblyCFEnvironment("CFVSW")]
39-
[assembly: AssemblyCFSdkVersion("2.23157.0.1")]
39+
[assembly: AssemblyCFSdkVersion("2.23158.0.1")]

src/Standard/CodeFactory.Automation.Standard/CodeFactory.Automation.Standard.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<WarningLevel>4</WarningLevel>
3535
</PropertyGroup>
3636
<ItemGroup>
37-
<PackageReference Include="CodeFactory.WinVs.SDK" Version="2.23157.1-PreRelease" />
37+
<PackageReference Include="CodeFactory.WinVs.SDK" Version="2.23158.1-PreRelease" />
3838
<Reference Include="System" />
3939
<Reference Include="System.Core" />
4040
<Reference Include="System.Xml.Linq" />

src/Standard/CodeFactory.Automation.Standard/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
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("1.0.0.0")]
37-
[assembly: AssemblyFileVersion("1.0.0.0")]
37+
[assembly: AssemblyFileVersion("2.23158.0.1")]
3838
[assembly: AssemblyCFEnvironment("CFVSW")]
39-
[assembly: AssemblyCFSdkVersion("2.23157.0.1")]
39+
[assembly: AssemblyCFSdkVersion("2.23158.0.1")]

0 commit comments

Comments
 (0)