Skip to content

Commit

Permalink
Hotfix release.
Browse files Browse the repository at this point in the history
  • Loading branch information
hrumhurum committed Mar 30, 2019
1 parent 4395b6a commit dd69993
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions Source/Mastering/AssemblyMetadata.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
//

#if !DISABLE_ASSEMBLY_VERSION_ATTRIBUTE
[assembly: AssemblyVersion("2019.1.150.16010")]
[assembly: AssemblyVersion("2019.1.151.16010")]
#endif
[assembly: AssemblyFileVersion("2019.1.150.16010")]
[assembly: AssemblyInformationalVersion("2019.1.150 (Release build 2019.1.150.16010)")]
[assembly: AssemblyFileVersion("2019.1.151.16010")]
[assembly: AssemblyInformationalVersion("2019.1.151 (Release build 2019.1.151.16010)")]

#endif

Expand All @@ -34,8 +34,8 @@ static partial class AssemblyMetadata
{
public const string ProductName = "Gapotchenko.FX";
public const string CompanyName = "Gapotchenko";
public const string InformationalVersion = "2019.1.150 (Release build 2019.1.150.16010)";
public const string DisplayVersion = "2019.1.150";
public const string InformationalVersion = "2019.1.151 (Release build 2019.1.151.16010)";
public const string DisplayVersion = "2019.1.151";
public const string DisplayVersion2F = "2019.1";
}
#endif
Expand Down
6 changes: 3 additions & 3 deletions Source/Mastering/Metadata.targets
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

<!-- Assembly Information -->
<PropertyGroup>
<AssemblyVersion>2019.1.150.16010</AssemblyVersion>
<FileVersion>2019.1.150.16010</FileVersion>
<InformationalVersion>2019.1.150 (Release build 2019.1.150.16010)</InformationalVersion>
<AssemblyVersion>2019.1.151.16010</AssemblyVersion>
<FileVersion>2019.1.151.16010</FileVersion>
<InformationalVersion>2019.1.151 (Release build 2019.1.151.16010)</InformationalVersion>
</PropertyGroup>

<!-- =================================================================== -->
Expand Down
2 changes: 1 addition & 1 deletion Source/Mastering/NuGet.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<!-- NuGet Specification -->
<PropertyGroup>
<Version>2019.1.150</Version>
<Version>2019.1.151</Version>
<Authors>Gapotchenko</Authors>
<PackageTags>framework platform polyfill rad</PackageTags>
<PackageIconUrl>https://cdn.gapotchenko.com/publish/fx/assets/e84f03b5893f47d4a768729ea46875d8/icon48.png</PackageIconUrl>
Expand Down

0 comments on commit dd69993

Please sign in to comment.