Skip to content

Commit

Permalink
添加2019的兼容
Browse files Browse the repository at this point in the history
  • Loading branch information
Sky Chen committed May 24, 2020
1 parent c63d997 commit 6616474
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -189,3 +189,4 @@ _Pvt_Extensions/
ModelManifest.xml
/.vs/AutoBuildEntity/v15/Server/sqlite3
/.nuget
/.vs/AutoBuildEntity/v16/Server/sqlite3
2 changes: 1 addition & 1 deletion AutoBuildEntity/__entity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<AutoEntity>
<ConnString>
<![CDATA[
Server=im.gshichina.com;Port=5002;Database=business_platform;Uid=ge;Pwd=myit2 ]]>
Server=im.gshichina.com;Port=5002;Database=business_platform;Uid=ge;Pwd=myit2020 ]]>
</ConnString>
<Type>
mysql
Expand Down
8 changes: 4 additions & 4 deletions AutoBuildEntity/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?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="c095f8f8-3f87-4eac-8dc0-44939a85b2f3" Version="1.1" Language="zh-Hans" Publisher="陈珙" />
<Identity Id="c095f8f8-3f87-4eac-8dc0-44939a85b2f3" Version="1.5" Language="zh-Hans" Publisher="陈珙" />
<DisplayName>AutoBuildEntity</DisplayName>
<Description xml:space="preserve">自动生成实体工具</Description>
<MoreInfo>https://github.com/SkyChenSky/AutoBuildEntity</MoreInfo>
Expand All @@ -12,15 +12,15 @@
<Installation>
<InstallationTarget Version="[12.0,17.0)" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[12.0,17.0)" Id="Microsoft.VisualStudio.Enterprise" />
<InstallationTarget Version="[12.0,17.0)" Id="Microsoft.VisualStudio.Community" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
<Dependency Id="Microsoft.VisualStudio.MPF.12.0" DisplayName="Visual Studio MPF 12.0" d:Source="Installed" Version="[12.0]" />
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,4.7)" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.Net.Component.4.6.1.TargetingPack" Version="[15.0.26621.2,16.0)" DisplayName=".NET Framework 4.6.1 目标包" />
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.8.27729.1,17.0)" DisplayName="Visual Studio 核心编辑器" />
</Prerequisites>
</PackageManifest>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
| ------- | ------|
|2019.11.6|修复批量更新与添加、更新后项目自动重新加载文件、mysql数据库的映射|
|2020.1.8|通过配置文件区分mssql和mysql|
|2020.5.24|修复引用问题与全选的问题|
|2020.5.24|修复引用问题、全选的问题、2019兼容问题|

## 支持版本
visual studio 2013、2015、2017、2019
Expand Down

0 comments on commit 6616474

Please sign in to comment.