Skip to content

Commit 85c0f03

Browse files
committed
Updated version.
1 parent 10afbd6 commit 85c0f03

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

EFDocumentationGenerator.Package/source.extension.vsixmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="EFDocumentationGenerator.Package.649a8483-0780-4dd1-9cad-5792a1ad956e" Version="1.1" Language="en-US" Publisher="Matthew Hamilton" />
4+
<Identity Id="EFDocumentationGenerator.Package.649a8483-0780-4dd1-9cad-5792a1ad956e" Version="1.2" Language="en-US" Publisher="Matthew Hamilton" />
55
<DisplayName>Entity Designer Documentation Generator</DisplayName>
66
<Description xml:space="preserve">An extension for the ADO.NET Entity Designer that populates documentation from the database.</Description>
77
<MoreInfo>https://github.com/mthamil/EFDocumentationGenerator</MoreInfo>

EFDocumentationGenerator/EFDocumentationGenerator.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
</PropertyGroup>
123123
<Import Project="$(MSBuildCommunityTasksPath)\MSBuild.Community.Tasks.Targets" />
124124
<Target Name="BeforeBuild" Condition="'$(Configuration)' == 'Release'">
125-
<Version Major="1" Minor="0" BuildType="Automatic" StartDate="7/6/2013" RevisionType="BuildIncrement">
125+
<Version Major="1" Minor="2" BuildType="Automatic" StartDate="7/6/2013" RevisionType="BuildIncrement">
126126
<Output TaskParameter="Major" PropertyName="Major" />
127127
<Output TaskParameter="Minor" PropertyName="Minor" />
128128
<Output TaskParameter="Build" PropertyName="Build" />

EFDocumentationGenerator/Properties/AssemblyInfo.Versions.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// </auto-generated>
99
//------------------------------------------------------------------------------
1010

11-
[assembly: System.Reflection.AssemblyVersion("1.0.0.0")]
12-
[assembly: System.Reflection.AssemblyFileVersion("1.0.0.1")]
11+
[assembly: System.Reflection.AssemblyVersion("1.2.0.0")]
12+
[assembly: System.Reflection.AssemblyFileVersion("1.2.16.0")]
1313

1414

EFDocumentationGenerator/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
// The following GUID is for the ID of the typelib if this project is exposed to COM
3636
[assembly: Guid("8767a5a5-e423-4c9d-8211-339aba567243")]
3737

38-
[assembly: AssemblyInformationalVersion("1.1")]
38+
[assembly: AssemblyInformationalVersion("1.2")]
3939

4040
[assembly: InternalsVisibleTo("Tests.Unit")]

0 commit comments

Comments
 (0)