Datei: NDOPackage/source.extension.vsixmanifest

Last Commit (4b01a93)
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. 1. 0" 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 2022 and . NET 4. 7. 2</ReleaseNotes>
10 ········<Icon>App.ico</Icon>
11 ········<Tags>Persistence</Tags>
12 ····</Metadata>
13 ····<Installation>
14 ········<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
15 ············<ProductArchitecture>amd64</ProductArchitecture>
16 ········</InstallationTarget>
17 ········<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[17.0, 18.0)">
18 ············<ProductArchitecture>amd64</ProductArchitecture>
19 ········</InstallationTarget>
20 ········<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[17.0, 18.0)">
21 ············<ProductArchitecture>amd64</ProductArchitecture>
22 ········</InstallationTarget>
23 ····</Installation>
24 ····<Dependencies>
25 ········<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.6,)" />
26 ····</Dependencies>
27 ····<Assets>
28 ········<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
29 ····</Assets>
30 ····<Prerequisites>
31 ········<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,)" DisplayName="Visual Studio core editor" />
32 ····</Prerequisites>
33 </PackageManifest>
34
New Commit (e404055)
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. 1. 1" 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 2022 and . NET 4. 8</ReleaseNotes>
10 ········<Icon>App.ico</Icon>
11 ········<Tags>Persistence</Tags>
12 ····</Metadata>
13 ····<Installation>
14 ········<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
15 ············<ProductArchitecture>amd64</ProductArchitecture>
16 ········</InstallationTarget>
17 ········<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[17.0, 18.0)">
18 ············<ProductArchitecture>amd64</ProductArchitecture>
19 ········</InstallationTarget>
20 ········<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[17.0, 18.0)">
21 ············<ProductArchitecture>amd64</ProductArchitecture>
22 ········</InstallationTarget>
23 ····</Installation>
24 ····<Dependencies>
25 ········<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.6,)" />
26 ····</Dependencies>
27 ····<Assets>
28 ········<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
29 ····</Assets>
30 ····<Prerequisites>
31 ········<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,)" DisplayName="Visual Studio core editor" />
32 ····</Prerequisites>
33 </PackageManifest>
34