Skip to content

Commit be84b3d

Browse files
committed
Sdk Release 2.24359.0.1 has been defined
1 parent 9921775 commit be84b3d

33 files changed

+423
-37
lines changed

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.24224.0.1-PreRelease</version>
5+
<version>2.24359.0.1-PreRelease</version>
66
<title>CodeFactory Software Development Kit for Visual Studio - Windows</title>
77
<authors>CodeFactory, LLC.</authors>
88
<owners>CodeFactory, LLC.</owners>
@@ -19,9 +19,9 @@
1919
<copyright>Copyright © 2024 CodeFactory, LLC.</copyright>
2020
<tags>Factory Automation</tags>
2121
<dependencies>
22-
<dependency id="CodeFactory" version="2.24224.0.1-PreRelease"/>
23-
<dependency id="CodeFactory.WinVs" version="2.24224.0.1-PreRelease"/>
24-
<dependency id="CodeFactory.WinVs.Wpf" version="2.24224.0.1-PreRelease"/>
22+
<dependency id="CodeFactory" version="2.24359.0.1-PreRelease"/>
23+
<dependency id="CodeFactory.WinVs" version="2.24359.0.1-PreRelease"/>
24+
<dependency id="CodeFactory.WinVs.Wpf" version="2.24359.0.1-PreRelease"/>
2525
</dependencies>
2626
<icon>CFLogo128.png</icon>
2727
</metadata>

Src/CodeFactoryForWindows/CodeFactory.Packager.WinVs/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ private static int UpdateAssemblyInfo(string assemblyPath)
332332
File.WriteAllLines(assemblyPath, formattedAssemblyData);
333333

334334
}
335-
catch (Exception unhandledError)
335+
catch (Exception)
336336
{
337337
return PackagerData.ExitCodeCannotUpdateAssemblyInfo;
338338
}
@@ -361,7 +361,7 @@ private static int WriteNewAssemblyInfo(string assemblyPath)
361361

362362
File.WriteAllLines(assemblyPath, assemblyFileContents);
363363
}
364-
catch (Exception unhandledError)
364+
catch (Exception)
365365
{
366366
return PackagerData.ExitCodeCannotUpdateAssemblyInfo;
367367
}

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.24224.0.1")]
36+
[assembly: AssemblyFileVersion("2.24359.0.1")]

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.24224.0.1")]
36+
[assembly: AssemblyFileVersion("2.24359.0.1")]

Src/CodeFactoryForWindows/CodeFactory.WinVs.Wpf/ViewUserControlBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public ViewUserControl()
3939
}
4040

4141
/// <summary>
42-
/// Initializes the base implementation of a <see cref="VsUserControl"/> user control.
42+
/// Initializes the base implementation of a <see cref="ViewUserControl"/> user control.
4343
/// </summary>
4444
/// <param name="actions">The visual studio actions accessible in this user control. </param>
4545
/// <param name="logger">The logger for interaction inside this user control.</param>

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.24224.0.1-PreRelease</version>
5+
<version>2.24359.0.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 © 2024 CodeFactory, LLC.</copyright>
1414
<tags>Factory Automation</tags>
1515
<dependencies>
16-
<dependency id="CodeFactory" version="2.24224.0.1-PreRelease"/>
17-
<dependency id="CodeFactory.WinVs" version="2.24224.0.1-PreRelease"/>
16+
<dependency id="CodeFactory" version="2.24359.0.1-PreRelease"/>
17+
<dependency id="CodeFactory.WinVs" version="2.24359.0.1-PreRelease"/>
1818
</dependencies>
1919
<icon>CFLogo128.png</icon>
2020
</metadata>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<SignAssembly>True</SignAssembly>
66
<AssemblyOriginatorKeyFile>CFSigner.snk</AssemblyOriginatorKeyFile>
77
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
8-
<Version>2.24224.0.1-PreRelease</Version>
8+
<Version>2.24359.0.1-PreRelease</Version>
99
<Authors>CodeFactory, LLC.</Authors>
1010
<Company>CodeFactory, LLC.</Company>
1111
<Product>CodeFactory Base Library</Product>
@@ -16,10 +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.24224.0.1</FileVersion>
19+
<FileVersion>2.24359.0.1</FileVersion>
2020
<PackageIcon>CFLogo128.png</PackageIcon>
2121
<PackageReleaseNotes>
22-
Release Updates for 2.24224.0.1
22+
Release Updates for 2.24359.0.1
2323

2424
Execution logging for CodeFactory Commands
2525
- CommandNotifications has been added to CodeFactory commands. This allows real time logging of what happened in a command to log to the CodeFactory output window.
@@ -54,7 +54,7 @@
5454
<PackageReference Include="Serilog" Version="2.12.0" />
5555
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" />
5656
<PackageReference Include="System.IO.Packaging" Version="7.0.0" />
57-
<PackageReference Include="System.Text.Json" Version="6.0.7" />
57+
<PackageReference Include="System.Text.Json" Version="9.0.0" />
5858
</ItemGroup>
5959

6060
<ItemGroup>

Src/CodeFactoryForWindows/CodeFactory.WinVs/Commands/ConfigManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public static async Task SaveConfigurationAsync(VsSolution solution, ConfigSolut
6565

6666
if (string.IsNullOrEmpty(fileName)) throw new ArgumentException(nameof(fileName));
6767

68-
bool hasConfig = false;
68+
//bool hasConfig = false;
6969

7070
var solutionChildren = await solution.GetChildrenAsync(false);
7171
var automationFolder = solutionChildren.Where(m => m.ModelType == VisualStudioModelType.SolutionFolder).Cast<VsSolutionFolder>().FirstOrDefault(f => f.Name == "Automation");

Src/CodeFactoryForWindows/CodeFactory.WinVs/Commands/IVsConfigurableCommand.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
namespace CodeFactory.WinVs.Commands
66
{
7+
/// <summary>
8+
/// Interface that defines a visual studio command that can be configured.
9+
/// </summary>
10+
/// <typeparam name="TModel"></typeparam>
711
public interface IVsConfigurableCommand<TModel> : IVsFactoryCommand<TModel> where TModel : class
812
{
913
/// <summary>

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
//*****************************************************************************
22
//* Code Factory SDK
3-
//* Copyright (c) 2021-2023 CodeFactory, LLC
3+
//* Copyright (c) 2021-2024 CodeFactory, LLC
44
//*****************************************************************************
55
using System.Collections.Generic;
66

77
namespace CodeFactory.WinVs.Loader
88
{
9+
/// <summary>
10+
/// Contract that defines the automation library to be loaded into visual studio.
11+
/// </summary>
912
public interface IVsAutomationLibrary
1013
{
1114
/// <summary>

0 commit comments

Comments
 (0)