Skip to content

Commit 3166ad4

Browse files
committed
added crm6 to the list of online crm servers
1 parent 7d12683 commit 3166ad4

File tree

5 files changed

+35
-26
lines changed

5 files changed

+35
-26
lines changed

CrmCodeGenerator.VSPackage/Dialogs/Login.xaml

+4
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@
120120
<ComboBoxItem >crm2.dynamics.com</ComboBoxItem>
121121
<ComboBoxItem >crm4.dynamics.com</ComboBoxItem>
122122
<ComboBoxItem >crm5.dynamics.com</ComboBoxItem>
123+
<ComboBoxItem >crm6.dynamics.com</ComboBoxItem>
124+
<ComboBoxItem >crm7.dynamics.com</ComboBoxItem>
125+
<ComboBoxItem >crm8.dynamics.com</ComboBoxItem>
126+
<ComboBoxItem >crm9.dynamics.com</ComboBoxItem>
123127
</ComboBox>
124128
<Label Grid.Column="0" Grid.Row="1" IsEnabled="{Binding NeedServerPort }">Server Port</Label>
125129
<TextBox Grid.Column="1" Grid.Row="1" IsEnabled="{Binding NeedServerPort }" Text="{Binding ServerPort, Mode=TwoWay}"></TextBox>
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
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">
3-
<Metadata>
4-
<Identity Id="d57cc223-384b-41cc-b5d0-814a71ce8d61" Version="1.15.0.0" Language="en-US" Publisher="Eric Labashosky" />
5-
<DisplayName>CrmCodeGenerator.VSPackage</DisplayName>
6-
<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.
3+
<Metadata>
4+
<Identity Id="d57cc223-384b-41cc-b5d0-814a71ce8d61" Version="1.15.0.1" Language="en-US" Publisher="Eric Labashosky" />
5+
<DisplayName>CrmCodeGenerator.VSPackage</DisplayName>
6+
<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>
8-
<MoreInfo>https://crmcodegenerator.codeplex.com/</MoreInfo>
9-
<License>license.txt</License>
10-
<ReleaseNotes>README.txt</ReleaseNotes>
11-
<Icon>Resources\Generator.ico</Icon>
12-
<PreviewImage>Resources\Generator.png</PreviewImage>
13-
<Tags>CRM</Tags>
14-
</Metadata>
15-
<Installation InstalledByMsi="false">
16-
<InstallationTarget Version="[12.0,14.0)" Id="Microsoft.VisualStudio.Pro" />
17-
<InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.Pro" />
18-
<InstallationTarget Version="[15.0,16.0)" Id="Microsoft.VisualStudio.Pro" />
19-
</Installation>
20-
<Dependencies>
21-
<Dependency Id="Microsoft.VisualStudio.MPF.11.0" DisplayName="Visual Studio MPF 11.0" d:Source="Installed" Version="11.0" />
22-
</Dependencies>
23-
<Assets>
24-
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
25-
</Assets>
26-
<Prerequisites>
27-
<Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.LanguageServices" Version="[15.0.26208.0,16.0)" DisplayName="C# and Visual Basic" />
28-
</Prerequisites>
8+
<MoreInfo>https://crmcodegenerator.codeplex.com/</MoreInfo>
9+
<License>license.txt</License>
10+
<ReleaseNotes>README.txt</ReleaseNotes>
11+
<Icon>Resources\Generator.ico</Icon>
12+
<PreviewImage>Resources\Generator.png</PreviewImage>
13+
<Tags>CRM</Tags>
14+
</Metadata>
15+
<Installation InstalledByMsi="false">
16+
<InstallationTarget Version="[12.0,14.0)" Id="Microsoft.VisualStudio.Pro" />
17+
<InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.Pro" />
18+
<InstallationTarget Version="[15.0,16.0)" Id="Microsoft.VisualStudio.Pro" />
19+
</Installation>
20+
<Dependencies>
21+
<Dependency Id="Microsoft.VisualStudio.MPF.11.0" DisplayName="Visual Studio MPF 11.0" d:Source="Installed" Version="11.0" />
22+
</Dependencies>
23+
<Assets>
24+
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
25+
</Assets>
26+
<Prerequisites>
27+
<Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.LanguageServices" Version="[15.0.26208.0,16.0)" DisplayName="C# and Visual Basic" />
28+
</Prerequisites>
2929
</PackageManifest>

CrmCodeGenerator.sln

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1818
ProjectSection(SolutionItems) = preProject
1919
Documentation\image_thumb_1.png = Documentation\image_thumb_1.png
2020
Documentation\image_thumb_2.png = Documentation\image_thumb_2.png
21+
LICENSE = LICENSE
2122
README.md = README.md
2223
EndProjectSection
2324
EndProject
@@ -56,8 +57,8 @@ Global
5657
HideSolutionNode = FALSE
5758
EndGlobalSection
5859
GlobalSection(ExtensibilityGlobals) = postSolution
59-
SolutionGuid = {A6E84E50-393E-4D70-8B43-CF9CD3E460A2}
6060
VisualSVNWorkingCopyRoot = .
61+
SolutionGuid = {A6E84E50-393E-4D70-8B43-CF9CD3E460A2}
6162
EndGlobalSection
6263
GlobalSection(CrmCodeGeneration) = preSolution
6364
UseSSL = True

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ When you make changes to the template and save, Visual Studio will automatically
5959

6060

6161
### History
62+
63+
##### 1.15.0.1 (Beta)
64+
- [UPDATED] added crm6.dynamics.com to the list of online servers
65+
6266
##### Version 1.15.0.0 Beta
6367
- [UPDATED] added VS2017 support
6468

0 commit comments

Comments
 (0)