Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
slycelote committed Apr 29, 2022
1 parent c3d0b4d commit 4bbf85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscaide/VsCaidePackage/VsCaidePackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ namespace slycelote.VsCaide
/// </para>
/// </remarks>
[PackageRegistration(UseManagedResourcesOnly = true, AllowsBackgroundLoading = true)]
[InstalledProductRegistration("#110", "#112", "2.4.2", IconResourceID = 400)] // Info on this package for Help/About
[InstalledProductRegistration("#110", "#112", "2.10.0", IconResourceID = 400)] // Info on this package for Help/About
[Guid(VsCaidePackage.PackageGuidString)]
[ProvideAutoLoad(VSConstants.UICONTEXT.NoSolution_string, PackageAutoLoadFlags.BackgroundLoad)]
[ProvideAutoLoad(VSConstants.UICONTEXT.SolutionExists_string, PackageAutoLoadFlags.BackgroundLoad)]
Expand Down

0 comments on commit 4bbf85f

Please sign in to comment.