File tree 4 files changed +5
-5
lines changed
EFDocumentationGenerator.Package
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<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" >
3
3
<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" />
5
5
<DisplayName >Entity Designer Documentation Generator</DisplayName >
6
6
<Description xml : space =" preserve" >An extension for the ADO.NET Entity Designer that populates documentation from the database.</Description >
7
7
<MoreInfo >https://github.com/mthamil/EFDocumentationGenerator</MoreInfo >
Original file line number Diff line number Diff line change 122
122
</PropertyGroup >
123
123
<Import Project =" $(MSBuildCommunityTasksPath)\MSBuild.Community.Tasks.Targets" />
124
124
<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" >
126
126
<Output TaskParameter =" Major" PropertyName =" Major" />
127
127
<Output TaskParameter =" Minor" PropertyName =" Minor" />
128
128
<Output TaskParameter =" Build" PropertyName =" Build" />
Original file line number Diff line number Diff line change 8
8
// </auto-generated>
9
9
//------------------------------------------------------------------------------
10
10
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 " ) ]
13
13
14
14
Original file line number Diff line number Diff line change 35
35
// The following GUID is for the ID of the typelib if this project is exposed to COM
36
36
[ assembly: Guid ( "8767a5a5-e423-4c9d-8211-339aba567243" ) ]
37
37
38
- [ assembly: AssemblyInformationalVersion ( "1.1 " ) ]
38
+ [ assembly: AssemblyInformationalVersion ( "1.2 " ) ]
39
39
40
40
[ assembly: InternalsVisibleTo ( "Tests.Unit" ) ]
You can’t perform that action at this time.
0 commit comments