Skip to content

Commit b1dad76

Browse files
committed
Rebuilt to fix missing menu item
1 parent 1f0337d commit b1dad76

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed
Binary file not shown.

CrmCodeGenerator.VSPackage/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="d57cc223-384b-41cc-b5d0-814a71ce8d61" Version="1.15.0.3" Language="en-US" Publisher="Eric Labashosky" />
4+
<Identity Id="d57cc223-384b-41cc-b5d0-814a71ce8d61" Version="1.15.0.4" Language="en-US" Publisher="Eric Labashosky" />
55
<DisplayName>CrmCodeGenerator.VSPackage</DisplayName>
66
<Description xml:space="preserve">Allows you to generate CRM 2011/2013/2015/ schema files. Much like CrmSrvUtil.exe but with a lot more features; select entities (smaller code/assembly), runs in VisualStudio, T4 templates for control of how code is generated (also allows other languages), Template is saved to project, connection info save to SUO &amp; so that you can modify it as needed.
77
</Description>

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ When you make changes to the template and save, Visual Studio will automatically
6060

6161
### History
6262

63+
##### 1.15.0.4 (Beta)
64+
- [BUG] previous build cause the menu item to disappear.
65+
6366
##### 1.15.0.3 (Beta)
6467
- [UPDATED] added crm3.dynamics.com to the list of online servers
6568

0 commit comments

Comments
 (0)