Skip to content

Commit 0e9ba9a

Browse files
committed
PreRelease 2.23157.0.1
1 parent 18adc1e commit 0e9ba9a

40 files changed

+1101
-345
lines changed

Src/CodeFactoryForWindows/CodeFactory.Packager.WinVs/CodeFactory.Packager.WinVs.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
</PropertyGroup>
3737
<ItemGroup>
3838
<Reference Include="CodeFactory, Version=2.0.0.0, Culture=neutral, PublicKeyToken=6f4b2344c7d1e83a, processorArchitecture=MSIL">
39-
<HintPath>..\packages\CodeFactory.2.23149.1-PreRelease\lib\netstandard2.0\CodeFactory.dll</HintPath>
39+
<HintPath>..\packages\CodeFactory.2.23151.1-PreRelease\lib\netstandard2.0\CodeFactory.dll</HintPath>
4040
</Reference>
4141
<Reference Include="CodeFactory.WinVs, Version=2.0.0.0, Culture=neutral, PublicKeyToken=6f4b2344c7d1e83a, processorArchitecture=MSIL">
42-
<HintPath>..\packages\CodeFactory.WinVs.2.23149.1-PreRelease\lib\netstandard2.0\CodeFactory.WinVs.dll</HintPath>
42+
<HintPath>..\packages\CodeFactory.WinVs.2.23157.1-PreRelease\lib\netstandard2.0\CodeFactory.WinVs.dll</HintPath>
4343
</Reference>
4444
<Reference Include="MessagePack, Version=2.5.0.0, Culture=neutral, PublicKeyToken=b4a0369545f0a1be, processorArchitecture=MSIL">
4545
<HintPath>..\packages\MessagePack.2.5.108\lib\netstandard2.0\MessagePack.dll</HintPath>

Src/CodeFactoryForWindows/CodeFactory.Packager.WinVs/CodeFactoryWinVsSDK.nuspec

Lines changed: 4 additions & 4 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.WinVs.SDK</id>
5-
<version>2.23149.1-PreRelease</version>
5+
<version>2.23157.1-PreRelease</version>
66
<title>CodeFactory Software Development Kit for Visual Studio - Windows</title>
77
<authors>CodeFactory, LLC.</authors>
88
<owners>CodeFactory, LLC.</owners>
@@ -13,9 +13,9 @@
1313
<copyright>Copyright © 2023 CodeFactory, LLC.</copyright>
1414
<tags>Factory Automation</tags>
1515
<dependencies>
16-
<dependency id="CodeFactory" version="2.23149.1-PreRelease"/>
17-
<dependency id="CodeFactory.WinVs" version="2.23149.1-PreRelease"/>
18-
<dependency id="CodeFactory.WinVs.Wpf" version="2.23149.1-PreRelease"/>
16+
<dependency id="CodeFactory" version="2.23151.1-PreRelease"/>
17+
<dependency id="CodeFactory.WinVs" version="2.23157.1-PreRelease"/>
18+
<dependency id="CodeFactory.WinVs.Wpf" version="2.23151.1-PreRelease"/>
1919
</dependencies>
2020
<icon>CFLogo128.png</icon>
2121
</metadata>

Src/CodeFactoryForWindows/CodeFactory.Packager.WinVs/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
3535
[assembly: AssemblyVersion("2.0.0.0")]
36-
[assembly: AssemblyFileVersion("2.23149.0.1")]
36+
[assembly: AssemblyFileVersion("2.23157.0.1")]

Src/CodeFactoryForWindows/CodeFactory.Packager.WinVs/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="CodeFactory" version="2.23149.1-PreRelease" targetFramework="net48" />
4-
<package id="CodeFactory.WinVs" version="2.23149.1-PreRelease" targetFramework="net48" />
3+
<package id="CodeFactory" version="2.23151.1-PreRelease" targetFramework="net48" />
4+
<package id="CodeFactory.WinVs" version="2.23157.1-PreRelease" targetFramework="net48" />
55
<package id="MessagePack" version="2.5.108" targetFramework="net48" />
66
<package id="MessagePack.Annotations" version="2.5.108" targetFramework="net48" />
77
<package id="Microsoft.Bcl.AsyncInterfaces" version="6.0.0" targetFramework="net48" />

Src/CodeFactoryForWindows/CodeFactory.WinVs.Wpf/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
3535
[assembly: AssemblyVersion("2.0.0.0")]
36-
[assembly: AssemblyFileVersion("2.23149.0.1")]
36+
[assembly: AssemblyFileVersion("2.23151.0.1")]

Src/CodeFactoryForWindows/CodeFactory.WinVs.Wpf/WinVsWpf.nuspec

Lines changed: 3 additions & 3 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.WinVs.Wpf</id>
5-
<version>2.23149.1-PreRelease</version>
5+
<version>2.23151.1-PreRelease</version>
66
<title>CodeFactory User Interface WPF for Visual Studio - Windows</title>
77
<authors>CodeFactory, LLC.</authors>
88
<owners>CodeFactory, LLC.</owners>
@@ -13,8 +13,8 @@
1313
<copyright>Copyright © 2023 CodeFactory, LLC.</copyright>
1414
<tags>Factory Automation</tags>
1515
<dependencies>
16-
<dependency id="CodeFactory" version="2.23149.1-PreRelease"/>
17-
<dependency id="CodeFactory.WinVs" version="2.23149.1-PreRelease"/>
16+
<dependency id="CodeFactory" version="2.23151.1-PreRelease"/>
17+
<dependency id="CodeFactory.WinVs" version="2.23151.1-PreRelease"/>
1818
</dependencies>
1919
<icon>CFLogo128.png</icon>
2020
</metadata>

Src/CodeFactoryForWindows/CodeFactory.WinVs/CodeFactory.WinVs.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<SignAssembly>True</SignAssembly>
66
<AssemblyOriginatorKeyFile>C:\github\codefactoryllc\CodeFactoryRuntimeWinVs\src\CodeFactory.Runtime.WinVs-Solution\CodeFactory.Runtime.WinVs\CFSigner.snk</AssemblyOriginatorKeyFile>
77
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
8-
<Version>2.23149.1-PreRelease</Version>
8+
<Version>2.23157.1-PreRelease</Version>
99
<Authors>CodeFactory, LLC.</Authors>
1010
<Company>CodeFactory, LLC.</Company>
1111
<Product>CodeFactory Base Library</Product>
@@ -16,9 +16,10 @@
1616
<IncludeSymbols>False</IncludeSymbols>
1717
<Title>CodeFactory API for Visual Studio - Windows </Title>
1818
<AssemblyVersion>2.0.0.0</AssemblyVersion>
19-
<FileVersion>2.23149.0.1</FileVersion>
19+
<FileVersion>2.23157.0.1</FileVersion>
2020
<PackageIcon>CFLogo128.png</PackageIcon>
2121
<PackageReleaseNotes>Pre release of CodeFactory for Windows Version 2.0. No documentation or site access at this time.</PackageReleaseNotes>
22+
<GenerateDocumentationFile>True</GenerateDocumentationFile>
2223
</PropertyGroup>
2324

2425
<ItemGroup>

Src/CodeFactoryForWindows/CodeFactory.WinVs/Loader/SdkSupport.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ public static class SdkSupport
2323
/// <summary>
2424
/// The maximum version of the SDK that can be loaded and used.
2525
/// </summary>
26-
public const string MaxVersion = "2.23149.0.1";
26+
public const string MaxVersion = "2.23157.0.1";
2727

2828
/// <summary>
2929
/// The target version of the NuGet package this SDK is deployed from.
3030
/// </summary>
31-
public const string NuGetSdkVersion = "2.23149.1";
31+
public const string NuGetSdkVersion = "2.23157.1-PreRelease";
3232

3333
/// <summary>
3434
/// The name of the assembly type for the CodeFactory SDK version attribute.

Src/CodeFactoryForWindows/CodeFactory.WinVs/Models/CSharp/Builder/BaseCatchBlock.cs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ public abstract class BaseCatchBlock:ICatchBlock
1313
private readonly ILoggerBlock _loggerBlock;
1414

1515
/// <summary>
16-
/// Base constructure for the <see cref="BaseCatchBlock"/>
16+
/// Base constructor for the <see cref="BaseCatchBlock"/>
1717
/// </summary>
18-
/// <param name="loggerBlock">Optional parameter that provides the loggerblock.</param>
18+
/// <param name="loggerBlock">Optional parameter that provides the logger block.</param>
1919
protected BaseCatchBlock( ILoggerBlock loggerBlock = null)
2020
{
2121
_loggerBlock = loggerBlock;
@@ -55,35 +55,35 @@ public string GenerateCatchBlock(string syntax, string memberName = null)
5555
/// <summary>
5656
/// Generates the catch block
5757
/// </summary>
58-
/// <param name="multipleSyntax">Mutiple sytnax statements has been provided to be used by the catch block.</param>
58+
/// <param name="multipleSyntax">Multiple syntax statements has been provided to be used by the catch block.</param>
5959
/// <param name="memberName">Optional parameter that determines the target member the catch block is implemented in.</param>
6060
/// <returns>Returns the generated catch block</returns>
6161
public string GenerateCatchBlock(IEnumerable<NamedSyntax> multipleSyntax, string memberName = null)
6262
{
63-
return BuildCatchBlock(mutipleSyntax: multipleSyntax);
63+
return BuildCatchBlock(multipleSyntax: multipleSyntax);
6464
}
6565

6666

6767
/// <summary>
6868
/// Generates the catch block
6969
/// </summary>
7070
/// <param name="syntax">Syntax to be injected into the catch block.</param>
71-
/// <param name="multipleSyntax">Mutiple sytnax statements has been provided to be used by the catch block.</param>
71+
/// <param name="multipleSyntax">Multiple syntax statements has been provided to be used by the catch block.</param>
7272
/// <param name="memberName">Optional parameter that determines the target member the catch block is implemented in.</param>
7373
/// <returns>Returns the generated catch block</returns>
74-
public string GenerateCatchBlock(string sytnax, IEnumerable<NamedSyntax> multipleSyntax, string memberName = null)
74+
public string GenerateCatchBlock(string syntax, IEnumerable<NamedSyntax> multipleSyntax, string memberName = null)
7575
{
76-
return BuildCatchBlock(sytnax, multipleSyntax);
76+
return BuildCatchBlock(syntax, multipleSyntax);
7777
}
7878

7979
/// <summary>
8080
/// Builds the catch block
8181
/// </summary>
8282
/// <param name="syntax">Syntax to be injected into the catch block, optional parameter.</param>
83-
/// <param name="multipleSyntax">Mutiple sytnax statements has been provided to be used by the catch block,optional parameter.</param>
83+
/// <param name="multipleSyntax">Multiple syntax statements has been provided to be used by the catch block,optional parameter.</param>
8484
/// <param name="memberName">Optional parameter that determines the target member the catch block is implemented in.</param>
8585
/// <returns>Returns the generated catch block</returns>
86-
protected abstract string BuildCatchBlock(string syntax = null, IEnumerable<NamedSyntax> mutipleSyntax = null, string memberName = null);
86+
protected abstract string BuildCatchBlock(string syntax = null, IEnumerable<NamedSyntax> multipleSyntax = null, string memberName = null);
8787

8888
}
8989
}

Src/CodeFactoryForWindows/CodeFactory.WinVs/Models/CSharp/Builder/BaseCustomBlock.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public string GenerateBlock(string syntax, string memberName = null)
3838
/// <summary>
3939
/// Generates the block
4040
/// </summary>
41-
/// <param name="multipleSyntax">Mutiple sytnax statements has been provided to be used by the block.</param>
41+
/// <param name="multipleSyntax">Multiple syntax statements has been provided to be used by the block.</param>
4242
/// <param name="memberName">Optional parameter that determines the target member the block is implemented in.</param>
4343
/// <returns>Returns the generated block</returns>
4444
public string GenerateBlock(IEnumerable<NamedSyntax> multipleSyntax, string memberName = null)
@@ -50,12 +50,12 @@ public string GenerateBlock(IEnumerable<NamedSyntax> multipleSyntax, string memb
5050
/// Generates the block
5151
/// </summary>
5252
/// <param name="syntax">Syntax to be injected into the block.</param>
53-
/// <param name="multipleSyntax">Mutiple sytnax statements has been provided to be used by the block.</param>
53+
/// <param name="multipleSyntax">Multiple syntax statements has been provided to be used by the block.</param>
5454
/// <param name="memberName">Optional parameter that determines the target member the block is implemented in.</param>
5555
/// <returns>Returns the generated block</returns>
56-
public string GenerateBlock(string sytnax, IEnumerable<NamedSyntax> multipleSyntax, string memberName = null)
56+
public string GenerateBlock(string syntax, IEnumerable<NamedSyntax> multipleSyntax, string memberName = null)
5757
{
58-
return BuildBlock(sytnax, multipleSyntax, memberName);
58+
return BuildBlock(syntax, multipleSyntax, memberName);
5959
}
6060

6161

@@ -64,10 +64,10 @@ public string GenerateBlock(string sytnax, IEnumerable<NamedSyntax> multipleSynt
6464
/// Generates the block
6565
/// </summary>
6666
/// <param name="syntax">Syntax to be injected into the block, optional parameter.</param>
67-
/// <param name="multipleSyntax">Mutiple sytnax statements has been provided to be used by the block, optional parameter.</param>
67+
/// <param name="multipleSyntax">Multiple syntax statements has been provided to be used by the block, optional parameter.</param>
6868
/// <param name="memberName">Optional parameter that determines the target member the block is implemented in.</param>
6969
/// <returns>Returns the generated block</returns>
70-
protected abstract string BuildBlock(string sytnax = null, IEnumerable<NamedSyntax> multipleSyntax = null, string memberName = null);
70+
protected abstract string BuildBlock(string syntax = null, IEnumerable<NamedSyntax> multipleSyntax = null, string memberName = null);
7171

7272
}
7373
}

0 commit comments

Comments
 (0)