Datei: NDOPackage/source.extension.cs
Last Commit (4b01a93)
| 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 4"; |
| 12 | ········public const string Description = @"NDO Integration into Visual Studio."; |
| 13 | ········public const string Language = "en-US"; |
| 14 | public const string Version = "4. 1. 0"; |
| 15 | ········public const string Author = "Mirko Matytschak"; |
| 16 | ········public const string Tags = "Persistence"; |
| 17 | ····} |
| 18 | } |
| 19 |
New Commit (e404055)
| 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 4"; |
| 12 | ········public const string Description = @"NDO Integration into Visual Studio."; |
| 13 | ········public const string Language = "en-US"; |
| 14 | public const string Version = "4. 1. 1"; |
| 15 | ········public const string Author = "Mirko Matytschak"; |
| 16 | ········public const string Tags = "Persistence"; |
| 17 | ····} |
| 18 | } |
| 19 |