Skip to content

Commit 9939e7f

Browse files
authored
Merge pull request #27 from yuzd/dev
插件7.44发布 agent7.1版本
2 parents f30521f + 51b85ad commit 9939e7f

43 files changed

Lines changed: 4900 additions & 4610 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1.5 KB
Binary file not shown.

AntDeploy2019/AntDeployVsix/AntDeployApp.exe.config

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<startup>
4-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" />
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
55
</startup>
66
<system.net>
77
<settings>
88
<httpWebRequest useUnsafeHeaderParsing="true" />
99
</settings>
10+
<defaultProxy enabled="false" useDefaultCredentials="false">
11+
<proxy />
12+
<bypasslist />
13+
<module />
14+
</defaultProxy>
1015
</system.net>
1116
<runtime>
17+
<AppContextSwitchOverrides value="Switch.System.Windows.Forms.DoNotLoadLatestRichEditControl=true" />
1218
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
1319
<dependentAssembly>
14-
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
15-
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
20+
<assemblyIdentity name="NLog" publicKeyToken="5120e14c03d0593c" culture="neutral" />
21+
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
1622
</dependentAssembly>
1723
</assemblyBinding>
1824
</runtime>

AntDeploy2019/AntDeployVsix/AntDeployVsix.csproj

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@
6262
<Content Include="AntDeployApp.exe.config">
6363
<IncludeInVSIX>true</IncludeInVSIX>
6464
</Content>
65+
<Content Include="nlog.config">
66+
<IncludeInVSIX>true</IncludeInVSIX>
67+
</Content>
6568
<None Include="Resources\Images.png" />
6669
</ItemGroup>
6770
<ItemGroup>
@@ -98,6 +101,9 @@
98101
<Content Include="CircularProgressBar.dll">
99102
<IncludeInVSIX>true</IncludeInVSIX>
100103
</Content>
104+
<Content Include="CSkin.dll">
105+
<IncludeInVSIX>true</IncludeInVSIX>
106+
</Content>
101107
<Content Include="en\AntDeployWinform.resources.dll">
102108
<IncludeInVSIX>true</IncludeInVSIX>
103109
</Content>
@@ -107,10 +113,10 @@
107113
<Content Include="LibGit2Sharp.dll">
108114
<IncludeInVSIX>true</IncludeInVSIX>
109115
</Content>
110-
<Content Include="lib\win32\x64\git2-572e4d8.dll">
116+
<Content Include="lib\win32\x64\git2-106a5f2.dll">
111117
<IncludeInVSIX>true</IncludeInVSIX>
112118
</Content>
113-
<Content Include="lib\win32\x86\git2-572e4d8.dll">
119+
<Content Include="lib\win32\x86\git2-106a5f2.dll">
114120
<IncludeInVSIX>true</IncludeInVSIX>
115121
</Content>
116122
<Content Include="Microsoft.Build.Locator.dll">
59 KB
Binary file not shown.
2.61 MB
Binary file not shown.
512 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
2 KB
Binary file not shown.
389 KB
Binary file not shown.
373 KB
Binary file not shown.

0 commit comments

Comments
 (0)