Datei: NDOPackage/source.extension.cs

Last Commit (8c4b1f0)
1 // ------------------------------------------------------------------------------
2 // <auto-generated>
3 // This file was generated by VSIX Synchronizer
 
4 // </auto-generated>
5 // ------------------------------------------------------------------------------
6 namespace NDOVsPackage
7 {
8 ····internal sealed partial class Vsix
9 ····{
10 ········public const string Id = "9a3bfde0-3b01-4a99-9ddc-1544345635fc";
11 ········public const string Name = ".NET Data Objects 5";
12 ········public const string Description = @"NDO Integration into Visual Studio.";
13 ········public const string Language = "en-US";
14 ········public const string Version = "5.0.0";
15 ········public const string Author = "Mirko Matytschak";
16 ········public const string Tags = "Persistence";
 
17 ····}
18 }
19
New Commit (db278e7)
1 // ------------------------------------------------------------------------------
2 // <auto-generated>
3 // This file was generated by VSIX Synchronizer 1. 0. 44
4 //···· Available from https://marketplace.visualstudio.com/items?itemName=MadsKristensen.VsixSynchronizer64
5 // </auto-generated>
6 // ------------------------------------------------------------------------------
7 namespace NDOVsPackage
8 {
9 ····internal sealed partial class Vsix
10 ····{
11 ········public const string Id = "9a3bfde0-3b01-4a99-9ddc-1544345635fc";
12 ········public const string Name = ".NET Data Objects 5";
13 ········public const string Description = @"NDO Integration into Visual Studio.";
14 ········public const string Language = "en-US";
15 ········public const string Version = "5.0.0";
16 ········public const string Author = "Mirko Matytschak";
17 ········public const string Tags = "Persistence";
18 ········public const bool IsPreview = false;
19 ····}
20 }
21