Skip to content

Commit 1576ce9

Browse files
committed
strong name assembly for GAC cache registration
1 parent f554ec0 commit 1576ce9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Desharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</ApplicationIcon>
4242
</PropertyGroup>
4343
<PropertyGroup>
44-
<SignAssembly>false</SignAssembly>
44+
<SignAssembly>true</SignAssembly>
4545
</PropertyGroup>
4646
<PropertyGroup>
4747
<AssemblyOriginatorKeyFile>Tom Flidr - .NET.pfx</AssemblyOriginatorKeyFile>

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
// You can specify all the values or you can default the Build and Revision Numbers
3636
// by using the '*' as shown below:
3737
// [assembly: AssemblyVersion("1.0.*")]
38-
[assembly: AssemblyVersion("1.3.0.2")]
39-
[assembly: AssemblyFileVersion("1.3.0.2")]
38+
[assembly: AssemblyVersion("1.3.0.3")]
39+
[assembly: AssemblyFileVersion("1.3.0.3")]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Desharp - C# & VB .NET Debugging Tool
22

3-
[![Latest Stable Version](https://img.shields.io/badge/Stable-v1.3.0.2-brightgreen.svg?style=plastic)](https://github.com/tomFlidr/desharp/releases)
3+
[![Latest Stable Version](https://img.shields.io/badge/Stable-v1.3.0.3-brightgreen.svg?style=plastic)](https://github.com/tomFlidr/desharp/releases)
44
[![License](https://img.shields.io/badge/Licence-BSD-brightgreen.svg?style=plastic)](https://raw.githubusercontent.com/debug-sharp/desharp/master/LICENCE.md)
55
![.NET Version](https://img.shields.io/badge/.NET->=4.0-brightgreen.svg?style=plastic)
66

0 commit comments

Comments
 (0)