Skip to content

Commit d7631c6

Browse files
Update assembly version
1 parent 0ea35c0 commit d7631c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

GraphDiff/GraphDiff.NetStandard21/GraphDiff.NetStandard21.csproj

Lines changed: 1 addition & 1 deletion
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.0</Version>
7+
<Version>3.1.1</Version>
88
<SignAssembly>true</SignAssembly>
99
<AssemblyOriginatorKeyFile>zzzproject.pfx</AssemblyOriginatorKeyFile>
1010
</PropertyGroup>

GraphDiff/GraphDiff/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
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.0")]
35-
[assembly: AssemblyFileVersion("3.1.0")]
34+
[assembly: AssemblyVersion("3.1.1")]
35+
[assembly: AssemblyFileVersion("3.1.1")]

0 commit comments

Comments
 (0)