Skip to content

Commit 82007fa

Browse files
committed
Updated versioning
1 parent 20506fe commit 82007fa

File tree

13 files changed

+16
-16
lines changed

13 files changed

+16
-16
lines changed

gendocs/releasenotes/sdk/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
- name: 1.22320.1
2-
href: 1.22320.1.md
1+
- name: 1.22335.1
2+
href: 1.22335.1.md
33

src/CodeFactoryVisualStudio/CodeFactory.DotNet/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("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.22320.0.1")]
36+
[assembly: AssemblyFileVersion("1.22335.0.1")]

src/CodeFactoryVisualStudio/CodeFactory.Formatting.CSharp/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("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.22320.0.1")]
36+
[assembly: AssemblyFileVersion("1.22335.0.1")]

src/CodeFactoryVisualStudio/CodeFactory.Logging/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("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.22320.0.1")]
36+
[assembly: AssemblyFileVersion("1.22335.0.1")]

src/CodeFactoryVisualStudio/CodeFactory.VisualStudio.Loader/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("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.22320.0.1")]
36+
[assembly: AssemblyFileVersion("1.22335.0.1")]

src/CodeFactoryVisualStudio/CodeFactory.VisualStudio.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 = "1.22320.0.1";
26+
public const string MaxVersion = "1.22335.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 = "1.22320.1";
31+
public const string NuGetSdkVersion = "1.22335.1";
3232

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

src/CodeFactoryVisualStudio/CodeFactory.VisualStudio.Packager/CodeFactorySDK.nuspec

Lines changed: 2 additions & 2 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>CodeFactorySDK</id>
5-
<version>1.22320.1</version>
5+
<version>1.22335.1</version>
66
<title>CodeFactory Software Development Kit</title>
77
<authors>CodeFactory, LLC.</authors>
88
<owners>CodeFactory, LLC.</owners>
@@ -11,7 +11,7 @@
1111
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1212
<description>Software factory automation library used with the CodeFactory for Visual Studio.</description>
1313
<releaseNotes>
14-
SDK Update for CodeFactory 1.22320.1
14+
SDK Update for CodeFactory 1.22335.1
1515

1616
This release of the SDK focuses on the following.
1717
- Have updated the injection process of code into files. You no longer have to provide the file path, framework determines this.

src/CodeFactoryVisualStudio/CodeFactory.VisualStudio.Packager/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ private static int WriteNewAssemblyInfo(string assemblyPath)
354354
assemblyFileContents.Add("using System.Runtime.InteropServices;");
355355
assemblyFileContents.Add("");
356356
assemblyFileContents.Add("[assembly: AssemblyVersion(\"1.0.0.0\")]");
357-
assemblyFileContents.Add("[assembly: AssemblyFileVersion(\"1.22320.0.1\")]");
357+
assemblyFileContents.Add("[assembly: AssemblyFileVersion(\"1.22335.0.1\")]");
358358
assemblyFileContents.Add("[assembly: AssemblyCFEnvironment(\"CFVSW\")]");
359359
assemblyFileContents.Add($"[assembly: AssemblyCFSdkVersion(\"{LoadFileVersion()}\")]");
360360

src/CodeFactoryVisualStudio/CodeFactory.VisualStudio.Packager/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
3636
[assembly: AssemblyVersion("1.0.0.0")]
37-
[assembly: AssemblyFileVersion("1.22320.0.1")]
37+
[assembly: AssemblyFileVersion("1.22335.0.1")]

src/CodeFactoryVisualStudio/CodeFactory.VisualStudio/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
5454
[assembly: AssemblyVersion("1.0.0.0")]
55-
[assembly: AssemblyFileVersion("1.22320.0.1")]
55+
[assembly: AssemblyFileVersion("1.22335.0.1")]
5656
[assembly: Guid("34699FC7-0F5E-4BDF-899F-6EBC55A4A6DA")]
5757

0 commit comments

Comments
 (0)