File tree Expand file tree Collapse file tree 6 files changed +46
-6
lines changed
CodeFactory.Automation.Standard
CodeFactory.Automation.Standard.Logic Expand file tree Collapse file tree 6 files changed +46
-6
lines changed Original file line number Diff line number Diff line change 24
24
<DefineConstants >DEBUG;TRACE</DefineConstants >
25
25
<ErrorReport >prompt</ErrorReport >
26
26
<WarningLevel >4</WarningLevel >
27
+ <DocumentationFile >bin\Debug\CodeFactory.Automation.Standard.Logic.xml</DocumentationFile >
27
28
</PropertyGroup >
28
29
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29
30
<DebugType >pdbonly</DebugType >
34
35
<WarningLevel >4</WarningLevel >
35
36
</PropertyGroup >
36
37
<ItemGroup >
37
- <PackageReference Include =" CodeFactory.WinVs.SDK" Version =" 2.23157 .1-PreRelease" />
38
+ <PackageReference Include =" CodeFactory.WinVs.SDK" Version =" 2.23158 .1-PreRelease" />
38
39
<Reference Include =" System" />
39
40
<Reference Include =" System.Core" />
40
41
<Reference Include =" System.Xml.Linq" />
51
52
<Compile Include =" AddMissingMembers.cs" />
52
53
<Compile Include =" Properties\AssemblyInfo.cs" />
53
54
</ItemGroup >
55
+ <ItemGroup >
56
+ <None Include =" CodeFactory.Automation.Standard.nuspec" />
57
+ </ItemGroup >
58
+ <ItemGroup />
59
+ <ItemGroup >
60
+ <None Include =" Images\CFLogo128.png" />
61
+ </ItemGroup >
54
62
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
55
63
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
56
64
Other similar extension points exist, see Microsoft.Common.targets.
Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change 34
34
// by using the '*' as shown below:
35
35
// [assembly: AssemblyVersion("1.0.*")]
36
36
[ assembly: AssemblyVersion ( "1.0.0.0" ) ]
37
- [ assembly: AssemblyFileVersion ( "1.0 .0.0 " ) ]
37
+ [ assembly: AssemblyFileVersion ( "2.23158 .0.1 " ) ]
38
38
[ assembly: AssemblyCFEnvironment ( "CFVSW" ) ]
39
- [ assembly: AssemblyCFSdkVersion ( "2.23157 .0.1" ) ]
39
+ [ assembly: AssemblyCFSdkVersion ( "2.23158 .0.1" ) ]
Original file line number Diff line number Diff line change 34
34
<WarningLevel >4</WarningLevel >
35
35
</PropertyGroup >
36
36
<ItemGroup >
37
- <PackageReference Include =" CodeFactory.WinVs.SDK" Version =" 2.23157 .1-PreRelease" />
37
+ <PackageReference Include =" CodeFactory.WinVs.SDK" Version =" 2.23158 .1-PreRelease" />
38
38
<Reference Include =" System" />
39
39
<Reference Include =" System.Core" />
40
40
<Reference Include =" System.Xml.Linq" />
Original file line number Diff line number Diff line change 34
34
// by using the '*' as shown below:
35
35
// [assembly: AssemblyVersion("1.0.*")]
36
36
[ assembly: AssemblyVersion ( "1.0.0.0" ) ]
37
- [ assembly: AssemblyFileVersion ( "1.0 .0.0 " ) ]
37
+ [ assembly: AssemblyFileVersion ( "2.23158 .0.1 " ) ]
38
38
[ assembly: AssemblyCFEnvironment ( "CFVSW" ) ]
39
- [ assembly: AssemblyCFSdkVersion ( "2.23157 .0.1" ) ]
39
+ [ assembly: AssemblyCFSdkVersion ( "2.23158 .0.1" ) ]
You can’t perform that action at this time.
0 commit comments