Datei: NDOPackage/source.extension.vsixmanifest

Last Commit (f4949d4)
1 <?xml version="1.0" encoding="utf-8"?>
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 ····<Metadata>
4 <Identity Id="9a3bfde0-3b01-4a99-9ddc-1544345635fc" Version="4. 0. 4" Language="en-US" Publisher="Mirko Matytschak" />
5 ········<DisplayName>.NET Data Objects 4</DisplayName>
6 ········<Description xml:space="preserve">NDO Integration into Visual Studio.</Description>
7 ········<MoreInfo>https://www.netdataobjects.de</MoreInfo>
8 ········<GettingStartedGuide>https://www.netdataobjects.de/wie-funktioniert-ndo/ndo-users-guide/</GettingStartedGuide>
9 ········<ReleaseNotes>Built for VS 2019 and .NET 4.7.2</ReleaseNotes>
10 ········<Icon>App.ico</Icon>
11 ····</Metadata>
12 ····<Installation>
13 ········<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,17.0)" />
14 ········<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Pro" />
15 ········<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Enterprise" />
16 ····</Installation>
17 ····<Dependencies>
18 ········<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.6,)" />
19 ····</Dependencies>
20 ····<Assets>
21 ········<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
22 ····</Assets>
23 ····<Prerequisites>
24 ········<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,)" DisplayName="Visual Studio core editor" />
25 ····</Prerequisites>
26 </PackageManifest>
27
New Commit (947ce88)
1 <?xml version="1.0" encoding="utf-8"?>
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 ····<Metadata>
4 <Identity Id="9a3bfde0-3b01-4a99-9ddc-1544345635fc" Version="4. 0. 5" Language="en-US" Publisher="Mirko Matytschak" />
5 ········<DisplayName>.NET Data Objects 4</DisplayName>
6 ········<Description xml:space="preserve">NDO Integration into Visual Studio.</Description>
7 ········<MoreInfo>https://www.netdataobjects.de</MoreInfo>
8 ········<GettingStartedGuide>https://www.netdataobjects.de/wie-funktioniert-ndo/ndo-users-guide/</GettingStartedGuide>
9 ········<ReleaseNotes>Built for VS 2019 and .NET 4.7.2</ReleaseNotes>
10 ········<Icon>App.ico</Icon>
11 ····</Metadata>
12 ····<Installation>
13 ········<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,17.0)" />
14 ········<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Pro" />
15 ········<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Enterprise" />
16 ····</Installation>
17 ····<Dependencies>
18 ········<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.6,)" />
19 ····</Dependencies>
20 ····<Assets>
21 ········<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
22 ····</Assets>
23 ····<Prerequisites>
24 ········<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,)" DisplayName="Visual Studio core editor" />
25 ····</Prerequisites>
26 </PackageManifest>
27