Skip to content

Commit

Permalink
Beta version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey M committed Aug 10, 2020
1 parent f3e1a12 commit aec6fe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DPackRx/Package/Beta.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace DPackRx.Package
/// </summary>
internal static class Beta
{
public static readonly DateTime ExpirationDate = new DateTime(2020, 10, 5).AddHours(12);
public static readonly DateTime ExpirationDate = new DateTime(2020, 10, 19).AddHours(12);
}
#endif
}
2 changes: 1 addition & 1 deletion DPackRx/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="3D22E261-32E5-46CE-A4B0-B884FA49A9A2" Version="4.0.0.29" Language="en-US" Publisher="USysWare" />
<Identity Id="3D22E261-32E5-46CE-A4B0-B884FA49A9A2" Version="4.0.0.31" Language="en-US" Publisher="USysWare" />
<DisplayName>DPack Rx</DisplayName>
<Description xml:space="preserve">FREE tools collection designed to greatly increase developer's productivity, automate repetitive processes and expand upon some of Microsoft Visual Studio features. Visual Studio 2017 and 2019 are supported.</Description>
<MoreInfo>https://github.com/usysware/dpack</MoreInfo>
Expand Down

0 comments on commit aec6fe1

Please sign in to comment.