Skip to content

Commit

Permalink
strong name assembly for GAC cache registration
Browse files Browse the repository at this point in the history
  • Loading branch information
tomFlidr committed Sep 26, 2019
1 parent f554ec0 commit 1576ce9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Desharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>Tom Flidr - .NET.pfx</AssemblyOriginatorKeyFile>
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.0.2")]
[assembly: AssemblyFileVersion("1.3.0.2")]
[assembly: AssemblyVersion("1.3.0.3")]
[assembly: AssemblyFileVersion("1.3.0.3")]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Desharp - C# & VB .NET Debugging Tool

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

Expand Down

0 comments on commit 1576ce9

Please sign in to comment.