Releases: CodeFactoryLLC/CodeFactory
CodeFactory Runtime for Visual Studio VS2022 - 1.23050.0.1
Updated release of the CodeFactory Runtime for Windows.
This release focuses on integration of the C# languages Version 9.0 and 10.0 as well as quality life improvements.
Runtime Release Notes
SDK release Notes
CodeFactory Runtime for Visual Studio VS2022 - 1.23044.0.01
February 2023 release of CodeFactory updates for Visual Studio 2022.
SDK Release Notes SDK 1.23044.1
Runtime Release Notes Runtime 1.23044.0.1
CodeFactory Runtime for Visual Studio VS2022 - 1.22339.0.1
Release update to support SDK version 1.22339.1
NuGet 1.22339.1
Release Notes:
Windows Runtime 1.22339.0.1
Getting Started Instructions:
Getting Started
What's Changed
- Update 1.22320.1.md by @bfencken in #33
- Fix typo by @MisinformedDNA in #35
- 11 30 packager fix by @sgiffinlcd in #37
New Contributors
- @bfencken made their first contribution in #33
- @MisinformedDNA made their first contribution in #35
Full Changelog: Runtime-1.22320.0.1...Runtime-1.22339.0.1
CodeFactory Runtime for Visual Studio VS2022 - 1.22320.0.1
Runtime for Visual Studio for Windows 2022
V1.21312.1 Visual Studio 2022 Runtime
CodeFactory Runtime for Visual Studio 2022.
You will need to have a license key in order to use the CodeFactory runtime.
Get your free license key at CodeFactory License
CodeFactory installation instructions can be found here.
Looking to install CodeFactory on Visual Studio 2019? It is available here.
V1.21085.1 Visual Studio 2019 Runtime
Platform Update for CodeFactory
This release of the SDK and the runtime focuses on the following.
- Stream line the packaging and loading of CodeFactory Extensions.
- Updated the configuration and loading process to be platform specific.
The following libraries have been replaced
- CodeFactory.VisualStudio.Loader replaces CodeFactory.VisualStudio.Configuration
- CodeFactory.VisualStudio.Packager replaces CFXPackager
The Package executable is now downloaded from NuGet that removed the reliance on an administrative install for CodeFactory.
CodeFactory Runtime and SDK for VisualStudio
CodeFactory Runtime for Visual Studio 2019
Release 1.21068.1
Enhancements
The following are enhancements to the CodeFactory Environment.
Runtime and SDK in one VSIX Install
This release we have merged the CodeFactory runtime for Visual Studio 2019 and the CodeFactory SDK into a single install. This will reduce confusion on interaction with open-source project code.
#18 Identify Framework Version
When accessing VSProject model data the user can view the target output frameworks and versions of the project.
#16 Cannot Output to the CodeFactory Visual Studio Window
Users can now directly write to the CodeFactory output window in Visual Studio. This is accessible from the VisualStudioActions.Environment from in any CodeFactory command.
#10 Body Syntax Modification
Users can now directly modify the syntax that is stored in the body of a method. In addition, they can also get and replace the expression for a method. The CsMethod model has been updated with an addition property SyntaxContent. This property will tell you if the method supports body or expression syntax.
#7 All the Get Body Method to Return an Array
Users can now get the body syntax from a method body back as a string array instead of just the string.
Fixes
The following fixes have been included.
#11 Update SDK Installer Information
Included in the Runtime and SDK in one VSIX install.
#12 Update CodeFactory for Visual Studio Installer
Included in the Runtime and SDK in one VSIX install.