|
2 | 2 | // System : Extended Doc Comments Completion Provider Package |
3 | 3 | // File : AssemblyInfo.cs |
4 | 4 | // Author : Eric Woodruff (Eric@EWoodruff.us) |
5 | | -// Updated : 02/12/2023 |
6 | | -// Note : Copyright 2019-2023, Eric Woodruff, All rights reserved |
| 5 | +// Updated : 09/12/2025 |
| 6 | +// Note : Copyright 2019-2025, Eric Woodruff, All rights reserved |
7 | 7 | // |
8 | 8 | // Extended documentation comments completion provider package attributes |
9 | 9 | // |
|
29 | 29 | "elements with custom elements, attributes, and attribute values supported by the Sandcastle Help File " + |
30 | 30 | "Builder and other documentation tools")] |
31 | 31 | [assembly: AssemblyCompany("Eric Woodruff")] |
32 | | -[assembly: AssemblyCopyright("Copyright \xA9 2019-2022, Eric Woodruff, All Rights Reserved")] |
| 32 | +[assembly: AssemblyCopyright("Copyright \xA9 2019-2025, Eric Woodruff, All Rights Reserved")] |
33 | 33 | [assembly: AssemblyCulture("")] |
34 | 34 | #if DEBUG |
35 | 35 | [assembly: AssemblyConfiguration("Debug")] |
|
56 | 56 |
|
57 | 57 | // Common assembly strong name version - Typically not change unless necessary but doesn't apply to this project |
58 | 58 | // as it is self-contained and is not referenced by anything else. Keep it in sync with the versions below. |
59 | | -[assembly: AssemblyVersion("2023.2.12.0")] |
| 59 | +[assembly: AssemblyVersion("2025.9.12.0")] |
60 | 60 |
|
61 | 61 | // Common assembly file version |
62 | 62 | // |
63 | 63 | // This is used to set the assembly file version. This will change with each new release. MSIs only support a |
64 | 64 | // Major value between 0 and 255 so we drop the century from the year on this one. |
65 | | -[assembly: AssemblyFileVersion("23.2.12.0")] |
| 65 | +[assembly: AssemblyFileVersion("25.9.12.0")] |
66 | 66 |
|
67 | 67 | // Common product version |
68 | 68 | // |
69 | 69 | // This may contain additional text to indicate Alpha or Beta states. The version number will always match the |
70 | 70 | // file version above but includes the century on the year. |
71 | | -[assembly: AssemblyInformationalVersion("2023.2.12.0")] |
| 71 | +[assembly: AssemblyInformationalVersion("2025.9.12.0")] |
0 commit comments