diff --git a/src/CodeFactory.Formatting/CodeFactory.Formatting.CSharp/CodeFactory.Formatting.CSharp.csproj b/src/CodeFactory.Formatting/CodeFactory.Formatting.CSharp/CodeFactory.Formatting.CSharp.csproj index b8aa1f0..9518bf9 100644 --- a/src/CodeFactory.Formatting/CodeFactory.Formatting.CSharp/CodeFactory.Formatting.CSharp.csproj +++ b/src/CodeFactory.Formatting/CodeFactory.Formatting.CSharp/CodeFactory.Formatting.CSharp.csproj @@ -31,25 +31,8 @@ 4 - - ..\packages\CodeFactorySDK.1.0.202301\lib\net472\CodeFactory.dll - - - ..\packages\CodeFactorySDK.1.0.202301\lib\net472\CodeFactory.DotNet.dll - - - ..\packages\CodeFactorySDK.1.0.202301\lib\net472\CodeFactory.Logging.dll - - - ..\packages\CodeFactorySDK.1.0.202301\lib\net472\CodeFactory.VisualStudio.dll - - - ..\packages\NLog.4.6.8\lib\net45\NLog.dll - - - - ..\packages\System.Collections.Immutable.1.5.0\lib\netstandard2.0\System.Collections.Immutable.dll - + + diff --git a/src/CodeFactory.Formatting/CodeFactory.Formatting.CSharp/CodeFactory.Formatting.CSharp.nuspec b/src/CodeFactory.Formatting/CodeFactory.Formatting.CSharp/CodeFactory.Formatting.CSharp.nuspec index 803f6bb..bfc0021 100644 --- a/src/CodeFactory.Formatting/CodeFactory.Formatting.CSharp/CodeFactory.Formatting.CSharp.nuspec +++ b/src/CodeFactory.Formatting/CodeFactory.Formatting.CSharp/CodeFactory.Formatting.CSharp.nuspec @@ -2,19 +2,19 @@ CodeFactory.Formatting.CSharp - 0.90.202401 + 1.21068.1 Code Factory Formatting Library for C# CodeFactory, LLC. CodeFactory, LLC. MIT - https://www.codefactory.software/ + https://github.com/CodeFactoryLLC/CodeFactory.Formatting.CSharp true Extension libraries that provide formatters for code factory models to C# - Defect fixes for issue #13 source formatter fix and issue #14 Async keyword creating new line on method signature generation. - Copyright 2020 + Updated to support CodeFactory SDK 1.21068.1 + Copyright 2021 CodeFactory, LLC. Factory Automation C# - + \ No newline at end of file diff --git a/src/CodeFactory.Formatting/CodeFactory.Formatting.CSharp/Properties/AssemblyInfo.cs b/src/CodeFactory.Formatting/CodeFactory.Formatting.CSharp/Properties/AssemblyInfo.cs index 795e93c..851ffc4 100644 --- a/src/CodeFactory.Formatting/CodeFactory.Formatting.CSharp/Properties/AssemblyInfo.cs +++ b/src/CodeFactory.Formatting/CodeFactory.Formatting.CSharp/Properties/AssemblyInfo.cs @@ -33,4 +33,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("0.90.20240.1")] +[assembly: AssemblyFileVersion("1.21068.1.0")] diff --git a/src/CodeFactory.Formatting/CodeFactory.Formatting.CSharp/packages.config b/src/CodeFactory.Formatting/CodeFactory.Formatting.CSharp/packages.config index 46cc0a8..526594a 100644 --- a/src/CodeFactory.Formatting/CodeFactory.Formatting.CSharp/packages.config +++ b/src/CodeFactory.Formatting/CodeFactory.Formatting.CSharp/packages.config @@ -1,6 +1,6 @@  - + \ No newline at end of file