Skip to content

Commit

Permalink
Update assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMagnan committed Sep 23, 2020
1 parent a3723d8 commit 65459b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName>RefactorThis.GraphDiff</AssemblyName>
<RootNamespace>RefactorThis.GraphDiff</RootNamespace>
<Version>3.1.2</Version>
<Version>3.1.3</Version>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>zzzproject.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions GraphDiff/GraphDiff/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit 65459b9

Please sign in to comment.