Skip to content

Commit

Permalink
Release preparation.
Browse files Browse the repository at this point in the history
  • Loading branch information
hrumhurum committed Aug 13, 2019
1 parent d733881 commit da10a35
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.2.19.16010")]
[assembly: AssemblyVersion("2019.2.20.16010")]
#endif
[assembly: AssemblyFileVersion("2019.2.19.16010")]
[assembly: AssemblyInformationalVersion("2019.2.19 (Beta build 2019.2.19.16010)")]
[assembly: AssemblyFileVersion("2019.2.20.16010")]
[assembly: AssemblyInformationalVersion("2019.2.20 (Release build 2019.2.20.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.2.19 (Beta build 2019.2.19.16010)";
public const string DisplayVersion = "2019.2.19";
public const string InformationalVersion = "2019.2.20 (Release build 2019.2.20.16010)";
public const string DisplayVersion = "2019.2.20";
public const string DisplayVersion2F = "2019.2";
}
#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.2.19.16010</AssemblyVersion>
<FileVersion>2019.2.19.16010</FileVersion>
<InformationalVersion>2019.2.19 (Beta build 2019.2.19.16010)</InformationalVersion>
<AssemblyVersion>2019.2.20.16010</AssemblyVersion>
<FileVersion>2019.2.20.16010</FileVersion>
<InformationalVersion>2019.2.20 (Release build 2019.2.20.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.2.19-beta</Version>
<Version>2019.2.20</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 da10a35

Please sign in to comment.