Skip to content

Commit

Permalink
Update assembly version
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMagnan committed Apr 9, 2020
1 parent 0ea35c0 commit d7631c6
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.0</Version>
<Version>3.1.1</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.0")]
[assembly: AssemblyFileVersion("3.1.0")]
[assembly: AssemblyVersion("3.1.1")]
[assembly: AssemblyFileVersion("3.1.1")]

0 comments on commit d7631c6

Please sign in to comment.