From 1576ce90c29dd1c87d9ce90a1d1de092c301de19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20Fl=C3=ADdr?= Date: Thu, 26 Sep 2019 17:26:58 +0200 Subject: [PATCH] strong name assembly for GAC cache registration --- Desharp.csproj | 2 +- Properties/AssemblyInfo.cs | 4 ++-- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Desharp.csproj b/Desharp.csproj index 84a1607..e4181ee 100644 --- a/Desharp.csproj +++ b/Desharp.csproj @@ -41,7 +41,7 @@ - false + true Tom Flidr - .NET.pfx diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 25065a1..d8ee4f9 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -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")] diff --git a/README.md b/README.md index 8f7dc7b..e7f5f39 100644 --- a/README.md +++ b/README.md @@ -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)