From 65459b91ec8e6ce5a7075c7b965da3c02f4a4101 Mon Sep 17 00:00:00 2001 From: Jonathan Magnan Date: Wed, 23 Sep 2020 08:59:04 -0400 Subject: [PATCH] Update assembly --- .../GraphDiff.NetStandard21/GraphDiff.NetStandard21.csproj | 2 +- GraphDiff/GraphDiff/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GraphDiff/GraphDiff.NetStandard21/GraphDiff.NetStandard21.csproj b/GraphDiff/GraphDiff.NetStandard21/GraphDiff.NetStandard21.csproj index f79f191..90a9894 100644 --- a/GraphDiff/GraphDiff.NetStandard21/GraphDiff.NetStandard21.csproj +++ b/GraphDiff/GraphDiff.NetStandard21/GraphDiff.NetStandard21.csproj @@ -4,7 +4,7 @@ netstandard2.1 RefactorThis.GraphDiff RefactorThis.GraphDiff - 3.1.2 + 3.1.3 true zzzproject.pfx diff --git a/GraphDiff/GraphDiff/Properties/AssemblyInfo.cs b/GraphDiff/GraphDiff/Properties/AssemblyInfo.cs index 1ee3a96..81d15e5 100644 --- a/GraphDiff/GraphDiff/Properties/AssemblyInfo.cs +++ b/GraphDiff/GraphDiff/Properties/AssemblyInfo.cs @@ -31,5 +31,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("3.1.2")] -[assembly: AssemblyFileVersion("3.1.2")] +[assembly: AssemblyVersion("3.1.3")] +[assembly: AssemblyFileVersion("3.1.3")]