Skip to content

Commit

Permalink
Updating PowerTools version numbers for master branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
lajones committed Feb 23, 2017
1 parent b8ca88f commit e4f072f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/PowerTools/DbContextPackage.cs
Expand Up @@ -24,7 +24,7 @@ namespace Microsoft.DbContextPackage
using ConfigurationManager = System.Configuration.ConfigurationManager;

[PackageRegistration(UseManagedResourcesOnly = true)]
[InstalledProductRegistration("#110", "#112", "0.9.1", IconResourceID = 400)]
[InstalledProductRegistration("#110", "#112", "0.9.2", IconResourceID = 400)]
[ProvideMenuResource("Menus.ctmenu", 1)]
[Guid(GuidList.guidDbContextPackagePkgString)]
[ProvideAutoLoad("{f1536ef8-92ec-443c-9ed7-fdadf150da82}")]
Expand Down
2 changes: 1 addition & 1 deletion src/PowerTools/Utilities/CSharpViewGenerator.tt
Expand Up @@ -22,7 +22,7 @@ namespace Edm_EntityMappingGeneratedViews
/// <summary>
/// Implements a mapping view cache.
/// </summary>
[GeneratedCode("Entity Framework 6 Power Tools", "0.9.1.0")]
[GeneratedCode("Entity Framework 6 Power Tools", "0.9.2.0")]
internal sealed class ViewsForBaseEntitySets<#= MappingHashValue #> : DbMappingViewCache
{
/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion src/PowerTools/Utilities/VBViewGenerator.tt
Expand Up @@ -24,7 +24,7 @@ Namespace Edm_EntityMappingGeneratedViews
''' <summary>
''' Implements a mapping view cache.
''' </summary>
<GeneratedCode("Entity Framework 6 Power Tools", "0.9.1.0")>
<GeneratedCode("Entity Framework 6 Power Tools", "0.9.2.0")>
Friend NotInheritable Class ViewsForBaseEntitySets<#= MappingHashValue #>
Inherits DbMappingViewCache

Expand Down
4 changes: 2 additions & 2 deletions src/PowerTools/source.extension.vsixmanifest
@@ -1,8 +1,8 @@
<?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="2b119c79-9836-46e2-b5ed-eb766cebbf7c" Version="0.9.1.0" Language="en-US" Publisher="Microsoft" />
<DisplayName>Entity Framework 6 Power Tools Beta 5</DisplayName>
<Identity Id="2b119c79-9836-46e2-b5ed-eb766cebbf7c" Version="0.9.2.0" Language="en-US" Publisher="Microsoft" />
<DisplayName>Entity Framework 6 Power Tools Beta 6</DisplayName>
<Description xml:space="preserve">Preview of useful design-time DbContext features, added to the Visual Studio Solution Explorer context menu.

When right-clicking on a C# project, the following context menu functions are supported:
Expand Down

0 comments on commit e4f072f

Please sign in to comment.