Skip to content

Commit

Permalink
Update version to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
henryju committed Aug 9, 2017
1 parent bfa8b93 commit 8b5e581
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions AssemblyInfo.Shared.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
using System.Reflection;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("3.0.1")]
[assembly: AssemblyFileVersion("3.0.1.0")]
[assembly: AssemblyInformationalVersion("Version:3.0.1.0 Branch:not-set Sha1:not-set")]
[assembly: AssemblyVersion("3.0.2")]
[assembly: AssemblyFileVersion("3.0.2.0")]
[assembly: AssemblyInformationalVersion("Version:3.0.2.0 Branch:not-set Sha1:not-set")]

[assembly: AssemblyConfiguration("")]

Expand Down
2 changes: 1 addition & 1 deletion build/Version.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MainVersion>3.0.1</MainVersion>
<MainVersion>3.0.2</MainVersion>
<AssemblyVersion>$(MainVersion)</AssemblyVersion>
<!-- The file version is changed by the CI job to contain the build number -->
<AssemblyFileVersion>$(MainVersion).0</AssemblyFileVersion>
Expand Down

0 comments on commit 8b5e581

Please sign in to comment.