We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3723d8 commit 65459b9Copy full SHA for 65459b9
GraphDiff/GraphDiff.NetStandard21/GraphDiff.NetStandard21.csproj
@@ -4,7 +4,7 @@
4
<TargetFramework>netstandard2.1</TargetFramework>
5
<AssemblyName>RefactorThis.GraphDiff</AssemblyName>
6
<RootNamespace>RefactorThis.GraphDiff</RootNamespace>
7
- <Version>3.1.2</Version>
+ <Version>3.1.3</Version>
8
<SignAssembly>true</SignAssembly>
9
<AssemblyOriginatorKeyFile>zzzproject.pfx</AssemblyOriginatorKeyFile>
10
</PropertyGroup>
GraphDiff/GraphDiff/Properties/AssemblyInfo.cs
@@ -31,5 +31,5 @@
31
// You can specify all the values or you can default the Build and Revision Numbers
32
// by using the '*' as shown below:
33
// [assembly: AssemblyVersion("1.0.*")]
34
-[assembly: AssemblyVersion("3.1.2")]
35
-[assembly: AssemblyFileVersion("3.1.2")]
+[assembly: AssemblyVersion("3.1.3")]
+[assembly: AssemblyFileVersion("3.1.3")]
0 commit comments