Skip to content

Commit 65459b9

Browse files
Update assembly
1 parent a3723d8 commit 65459b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

GraphDiff/GraphDiff.NetStandard21/GraphDiff.NetStandard21.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.1</TargetFramework>
55
<AssemblyName>RefactorThis.GraphDiff</AssemblyName>
66
<RootNamespace>RefactorThis.GraphDiff</RootNamespace>
7-
<Version>3.1.2</Version>
7+
<Version>3.1.3</Version>
88
<SignAssembly>true</SignAssembly>
99
<AssemblyOriginatorKeyFile>zzzproject.pfx</AssemblyOriginatorKeyFile>
1010
</PropertyGroup>

GraphDiff/GraphDiff/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("3.1.2")]
35-
[assembly: AssemblyFileVersion("3.1.2")]
34+
[assembly: AssemblyVersion("3.1.3")]
35+
[assembly: AssemblyFileVersion("3.1.3")]

0 commit comments

Comments
 (0)