Skip to content

Commit

Permalink
Beta version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-visual-studio committed Apr 4, 2022
1 parent 17aadce commit 68ae9fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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(2022, 4, 4).AddHours(12);
public static readonly DateTime ExpirationDate = new DateTime(2022, 7, 4).AddHours(12);
}
#endif
}
2 changes: 1 addition & 1 deletion DPackRx/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("DPack Rx")]
[assembly: AssemblyCopyright("Copyright © 2004-2021 Sergey Mishkovskiy")]
[assembly: AssemblyCopyright("Copyright © 2004-2022 Sergey Mishkovskiy")]
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyProduct("DPack Rx")]
[assembly: AssemblyDescription("DPack Rx for Visual Studio")]
Expand Down
2 changes: 1 addition & 1 deletion DPackRx/Resources/VSPackage.resx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
</data>
<data name="102" xml:space="preserve">
<value>DPack Rx for Visual Studio
Copyright © 2004-2021 Sergey Mishkovskiy</value>
Copyright © 2004-2022 Sergey Mishkovskiy</value>
<comment>Help|About</comment>
</data>
<data name="103" xml:space="preserve">
Expand Down
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.2022" Version="4.5.0.7" Language="en-US" Publisher="Sergey M" />
<Identity Id="3D22E261-32E5-46CE-A4B0-B884FA49A9A2.2022" Version="4.5.0.8" Language="en-US" Publisher="Sergey M" />
<DisplayName>DPack Rx 2022</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.</Description>
<MoreInfo>https://github.com/sergey-visual-studio/dpack</MoreInfo>
Expand Down

0 comments on commit 68ae9fd

Please sign in to comment.