Skip to content

Commit 5577fc5

Browse files
committed
Final Release updates for 1.21068.1
1 parent 6d55dc4 commit 5577fc5

File tree

10 files changed

+1473
-14
lines changed

10 files changed

+1473
-14
lines changed

docs/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"homepages": [],
3-
"source_base_path": "D:/GitHub/codefactoryllc/CodeFactory/src/CodeFactoryVisualStudio/Documentation",
3+
"source_base_path": "C:/GITHUB/CodeFactoryLLC/CodeFactory/src/CodeFactoryVisualStudio/Documentation",
44
"xrefmap": "xrefmap.yml",
55
"files": [
66
{

src/CodeFactoryVisualStudio/CfxPackager/CfxPackager.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@
4949
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
5050
<Prefer32Bit>true</Prefer32Bit>
5151
</PropertyGroup>
52+
<PropertyGroup>
53+
<SignAssembly>true</SignAssembly>
54+
</PropertyGroup>
55+
<PropertyGroup>
56+
<AssemblyOriginatorKeyFile>CodeFactoryRuntimeSigner.snk</AssemblyOriginatorKeyFile>
57+
</PropertyGroup>
5258
<ItemGroup>
5359
<Reference Include="System" />
5460
<Reference Include="System.Core" />
@@ -65,6 +71,7 @@
6571
</ItemGroup>
6672
<ItemGroup>
6773
<None Include="App.config" />
74+
<None Include="CodeFactoryRuntimeSigner.snk" />
6875
</ItemGroup>
6976
<ItemGroup>
7077
<PackageReference Include="System.Collections.Immutable" Version="1.5.0" />

src/CodeFactoryVisualStudio/CodeFactory.DotNet/CodeFactory.DotNet.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<SignAssembly>true</SignAssembly>
4141
</PropertyGroup>
4242
<PropertyGroup>
43-
<AssemblyOriginatorKeyFile>Key.snk.pfx</AssemblyOriginatorKeyFile>
43+
<AssemblyOriginatorKeyFile>CodeFactoryRuntimeSigner.snk</AssemblyOriginatorKeyFile>
4444
</PropertyGroup>
4545
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Setup|AnyCPU'">
4646
<OutputPath>bin\Setup\</OutputPath>
@@ -185,7 +185,7 @@
185185
<Compile Include="WellKnownLanguageType.cs" />
186186
</ItemGroup>
187187
<ItemGroup>
188-
<None Include="Key.snk.pfx" />
188+
<None Include="CodeFactoryRuntimeSigner.snk" />
189189
<None Include="packages.config" />
190190
</ItemGroup>
191191
<ItemGroup>

src/CodeFactoryVisualStudio/CodeFactory.Logging/CodeFactory.Logging.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<SignAssembly>true</SignAssembly>
4141
</PropertyGroup>
4242
<PropertyGroup>
43-
<AssemblyOriginatorKeyFile>Key.snk.pfx</AssemblyOriginatorKeyFile>
43+
<AssemblyOriginatorKeyFile>CodeFactoryRuntimeSigner.snk</AssemblyOriginatorKeyFile>
4444
</PropertyGroup>
4545
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Setup|AnyCPU'">
4646
<OutputPath>bin\Setup\</OutputPath>
@@ -78,7 +78,7 @@
7878
<Compile Include="Properties\AssemblyInfo.cs" />
7979
</ItemGroup>
8080
<ItemGroup>
81-
<None Include="Key.snk.pfx" />
81+
<None Include="CodeFactoryRuntimeSigner.snk" />
8282
</ItemGroup>
8383
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
8484
</Project>

src/CodeFactoryVisualStudio/CodeFactory.VisualStudio.Configuration/CodeFactory.VisualStudio.Configuration.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<SignAssembly>true</SignAssembly>
4141
</PropertyGroup>
4242
<PropertyGroup>
43-
<AssemblyOriginatorKeyFile>Key.snk.pfx</AssemblyOriginatorKeyFile>
43+
<AssemblyOriginatorKeyFile>CodeFactoryRuntimeSigner.snk</AssemblyOriginatorKeyFile>
4444
</PropertyGroup>
4545
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Setup|AnyCPU'">
4646
<OutputPath>bin\Setup\</OutputPath>
@@ -113,7 +113,7 @@
113113
</ItemGroup>
114114
<ItemGroup>
115115
<None Include="CodeFactory.VisualStudio.Configuration.nuspec" />
116-
<None Include="Key.snk.pfx" />
116+
<None Include="CodeFactoryRuntimeSigner.snk" />
117117
</ItemGroup>
118118
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
119119
</Project>

src/CodeFactoryVisualStudio/CodeFactory.VisualStudio.Configuration/CodeFactory.VisualStudio.Configuration.nuspec

Lines changed: 1 addition & 1 deletion
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.VisualStudio.Configuration</id>
5-
<version>1.21068.1-beta1</version>
5+
<version>1.21068.1</version>
66
<title>CodeFactory packager configuration library</title>
77
<authors>CodeFactory, LLC.</authors>
88
<owners>CodeFactory, LLC.</owners>

src/CodeFactoryVisualStudio/CodeFactory.VisualStudio/CodeFactory.VisualStudio.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<SignAssembly>true</SignAssembly>
4242
</PropertyGroup>
4343
<PropertyGroup>
44-
<AssemblyOriginatorKeyFile>Key.snk.pfx</AssemblyOriginatorKeyFile>
44+
<AssemblyOriginatorKeyFile>CodeFactoryRuntimeSigner.snk</AssemblyOriginatorKeyFile>
4545
</PropertyGroup>
4646
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Setup|AnyCPU'">
4747
<OutputPath>bin\Setup\</OutputPath>
@@ -161,7 +161,7 @@
161161
<LastGenOutput>VisualStudioMessages.Designer.cs</LastGenOutput>
162162
</EmbeddedResource>
163163
<None Include="CodeFactory.VisualStudio.nuspec" />
164-
<None Include="Key.snk.pfx" />
164+
<None Include="CodeFactoryRuntimeSigner.snk" />
165165
<None Include="Properties\Settings.settings">
166166
<Generator>SettingsSingleFileGenerator</Generator>
167167
<LastGenOutput>Settings.Designer.cs</LastGenOutput>

src/CodeFactoryVisualStudio/CodeFactory.VisualStudio/CodeFactory.VisualStudio.nuspec

Lines changed: 1 addition & 1 deletion
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.21068.1-beta1</version>
5+
<version>1.21068.1</version>
66
<title>CodeFactory Software Development Kit</title>
77
<authors>CodeFactory, LLC.</authors>
88
<owners>CodeFactory, LLC.</owners>

src/CodeFactoryVisualStudio/CodeFactory/CodeFactory.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<SignAssembly>true</SignAssembly>
4141
</PropertyGroup>
4242
<PropertyGroup>
43-
<AssemblyOriginatorKeyFile>Key.snk.pfx</AssemblyOriginatorKeyFile>
43+
<AssemblyOriginatorKeyFile>CodeFactoryRuntimeSigner.snk</AssemblyOriginatorKeyFile>
4444
</PropertyGroup>
4545
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Setup|AnyCPU'">
4646
<OutputPath>bin\Setup\</OutputPath>
@@ -96,10 +96,10 @@
9696
</EmbeddedResource>
9797
</ItemGroup>
9898
<ItemGroup>
99-
<None Include="Key.snk.pfx" />
99+
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
100100
</ItemGroup>
101101
<ItemGroup>
102-
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
102+
<None Include="CodeFactoryRuntimeSigner.snk" />
103103
</ItemGroup>
104104
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
105105
</Project>

0 commit comments

Comments
 (0)