Skip to content

Commit ac6e676

Browse files
committed
Fixed strong naming
1 parent a4c1f88 commit ac6e676

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

Src/PromoteNewGuid/BizTalkComponents.PipelineComponents.PromoteNewGuid.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@
3232
<ErrorReport>prompt</ErrorReport>
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
35+
<PropertyGroup>
36+
<SignAssembly>true</SignAssembly>
37+
</PropertyGroup>
38+
<PropertyGroup>
39+
<AssemblyOriginatorKeyFile>BizTalkComponents.PipelineComponents.PromoteNewGuid.snk</AssemblyOriginatorKeyFile>
40+
</PropertyGroup>
3541
<ItemGroup>
3642
<Reference Include="Microsoft.BizTalk.Pipeline, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
3743
<Reference Include="Microsoft.BizTalk.Pipeline.Components, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
@@ -60,6 +66,7 @@
6066
</ItemGroup>
6167
<ItemGroup>
6268
<None Include="BizTalkComponents.PipelineComponents.PromoteNewGuid.nuspec" />
69+
<None Include="BizTalkComponents.PipelineComponents.PromoteNewGuid.snk" />
6370
<None Include="packages.config" />
6471
</ItemGroup>
6572
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Binary file not shown.

Src/PromoteNewGuid/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434
// [assembly: AssemblyVersion("1.0.*")]
3535
[assembly: AssemblyVersion("1.0.0.0")]
3636
[assembly: AssemblyFileVersion("1.0.0.0")]
37-
[assembly: AssemblyInformationalVersion("1.0.0.0")]
37+
[assembly: AssemblyInformationalVersion("1.0.1.0")]

0 commit comments

Comments
 (0)