Skip to content

Commit a49830f

Browse files
authored
Merge pull request #560 from Krypton-Suite/alpha-version-110
* Version 110
2 parents fee85ce + a86cb1e commit a49830f

File tree

1,425 files changed

+1474
-1467
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,425 files changed

+1474
-1467
lines changed

Directory.Build.props

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,16 @@
7676
<Revision>$([System.DateTime]::Now.get_DayOfYear().ToString())</Revision>
7777

7878
<!--Version layout schema:
79-
80 = Major
80-
23 = Minor - Year of release
79+
110 = Major
80+
26 = Minor - Year of release
8181
01 = Build - Month of release
8282
1 = Revision - Day of release (day of year)
8383
-beta = Indicates a pre-release package
8484
-->
85-
<LibraryVersion>80.$(Minor).$(Build).$(Revision)</LibraryVersion>
85+
<LibraryVersion>110.$(Minor).$(Build).$(Revision)</LibraryVersion>
8686

8787
<!--https://docs.microsoft.com/en-us/nuget/create-packages/prerelease-packages-->
88-
<PackageVersion>80.$(Minor).$(Build).$(Revision)-beta</PackageVersion>
88+
<PackageVersion>110.$(Minor).$(Build).$(Revision)-beta</PackageVersion>
8989
</PropertyGroup>
9090
</When>
9191

@@ -97,17 +97,17 @@
9797
<Revision>$([System.DateTime]::Now.get_DayOfYear().ToString())</Revision>
9898

9999
<!--Version layout schema:
100-
80 = Major
101-
23 = Minor - Year of release
100+
110 = Major
101+
26 = Minor - Year of release
102102
01 = Build - Month of release
103103
1 = Revision - Day of release (day of year)
104104
-alpha = Indicates a pre-release package
105105
-->
106-
<LibraryVersion>80.$(Minor).$(Build).$(Revision)</LibraryVersion>
106+
<LibraryVersion>110.$(Minor).$(Build).$(Revision)</LibraryVersion>
107107

108108
<!--Nightly-->
109109
<!--https://docs.microsoft.com/en-us/nuget/create-packages/prerelease-packages-->
110-
<PackageVersion>80.$(Minor).$(Build).$(Revision)-alpha</PackageVersion>
110+
<PackageVersion>110.$(Minor).$(Build).$(Revision)-alpha</PackageVersion>
111111
</PropertyGroup>
112112
</When>
113113

@@ -119,16 +119,16 @@
119119
<Revision>$([System.DateTime]::Now.get_DayOfYear().ToString())</Revision>
120120

121121
<!--Version layout schema:
122-
80 = Major
123-
23 = Minor - Year of release
122+
110 = Major
123+
26 = Minor - Year of release
124124
01 = Build - Month of release
125125
1 = Revision - Day of release (day of year)
126126
-->
127-
<LibraryVersion>80.$(Minor).$(Build).$(Revision)</LibraryVersion>
127+
<LibraryVersion>110.$(Minor).$(Build).$(Revision)</LibraryVersion>
128128
<!--https://docs.microsoft.com/en-us/nuget/create-packages/prerelease-packages-->
129129

130130
<!--Release/ReleaseLite/ReleaseAll (stable packages)-->
131-
<PackageVersion>80.$(Minor).$(Build).$(Revision)</PackageVersion>
131+
<PackageVersion>110.$(Minor).$(Build).$(Revision)</PackageVersion>
132132
</PropertyGroup>
133133
</When>
134134

@@ -140,16 +140,16 @@
140140
<Revision>$([System.DateTime]::Now.get_DayOfYear().ToString())</Revision>
141141

142142
<!--Version layout schema:
143-
80 = Major
144-
23 = Minor - Year of release
143+
110 = Major
144+
26 = Minor - Year of release
145145
01 = Build - Month of release
146146
1 = Revision - Day of release (day of year)
147147
-->
148-
<LibraryVersion>80.$(Minor).$(Build).$(Revision)</LibraryVersion>
148+
<LibraryVersion>110.$(Minor).$(Build).$(Revision)</LibraryVersion>
149149
<!--https://docs.microsoft.com/en-us/nuget/create-packages/prerelease-packages-->
150150

151151
<!--Debug and other configurations-->
152-
<PackageVersion>80.$(Minor).$(Build).$(Revision)</PackageVersion>
152+
<PackageVersion>110.$(Minor).$(Build).$(Revision)</PackageVersion>
153153
</PropertyGroup>
154154
</Otherwise>
155155
</Choose>

Documents/Help/Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55

66
=======
77

8+
## 2026-11-xx - Build 2611 - November 2026
9+
10+
* Support for .NET 11
11+
* Version bump `100.xx.xx.xx` -> `110.xx.xx.xx`
12+
13+
=======
14+
815
## 2025-11-24 - Build 2511 - November 2025
916

1017
### **Major Build System Overhaul**

Documents/Help/License.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 - 2025 Krypton Suite
3+
Copyright (c) 2017 - 2026 Krypton Suite
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Documents/License/License.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 - 2025 Krypton Suite
3+
Copyright (c) 2017 - 2026 Krypton Suite
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 - 2024 Krypton Suite
3+
Copyright (c) 2017 - 2026 Krypton Suite
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Source/Krypton Toolkit/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
77
<NeutralLanguage>en</NeutralLanguage>
88
<Authors>Peter Wagner (A.K.A Wagnerp) and Simon Coghlan (A.K.A Smurf-IV), et al.</Authors>
9-
<Copyright>© Component Factory Pty Ltd, 2006 - 2016. Then modifications by Peter Wagner (aka Wagnerp) and Simon Coghlan (aka Smurf-IV) 2017 - 2025. All rights reserved.</Copyright>
9+
<Copyright>© Component Factory Pty Ltd, 2006 - 2016. Then modifications by Peter Wagner (aka Wagnerp) and Simon Coghlan (aka Smurf-IV) 2017 - 2026. All rights reserved.</Copyright>
1010
</PropertyGroup>
1111

1212
<PropertyGroup>

Source/Krypton Toolkit/Directory.Build.targets

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
1010
<Revision>$([System.DateTime]::Now.get_DayOfYear().ToString())</Revision>
1111

1212
<!--Version layout schema:
13-
100 = Major
14-
25 = Minor - Year of release
13+
110 = Major
14+
26 = Minor - Year of release
1515
01 = Build - Month of release
1616
1 = Revision - Day of release (day of year)
1717
-beta = Indicates a pre-release package
1818
-->
19-
<LibraryVersion>100.$(Minor).$(Build).$(Revision)</LibraryVersion>
19+
<LibraryVersion>110.$(Minor).$(Build).$(Revision)</LibraryVersion>
2020
<!--https://docs.microsoft.com/en-us/nuget/create-packages/prerelease-packages-->
2121

2222
<!--Stable/Signed-->
23-
<PackageVersion>100.$(Minor).$(Build).$(Revision)-beta</PackageVersion>
23+
<PackageVersion>110.$(Minor).$(Build).$(Revision)-beta</PackageVersion>
2424

25-
<AssemblyVersion>100.$(Minor).$(Build).$(Revision)</AssemblyVersion>
25+
<AssemblyVersion>110.$(Minor).$(Build).$(Revision)</AssemblyVersion>
2626

27-
<FileVersion>100.$(Minor).$(Build).$(Revision)</FileVersion>
27+
<FileVersion>110.$(Minor).$(Build).$(Revision)</FileVersion>
2828

2929
<LangVersion>preview</LangVersion>
3030

@@ -41,21 +41,21 @@
4141
<Revision>$([System.DateTime]::Now.get_DayOfYear().ToString())</Revision>
4242

4343
<!--Version layout schema:
44-
100 = Major
45-
25 = Minor - Year of release
44+
110 = Major
45+
26 = Minor - Year of release
4646
01 = Build - Month of release
4747
1 = Revision - Day of release (day of year)
4848
-alpha = Indicates a pre-release package
4949
-->
50-
<LibraryVersion>100.$(Minor).$(Build).$(Revision)</LibraryVersion>
50+
<LibraryVersion>110.$(Minor).$(Build).$(Revision)</LibraryVersion>
5151
<!--https://docs.microsoft.com/en-us/nuget/create-packages/prerelease-packages-->
5252

5353
<!--Stable/Signed-->
54-
<PackageVersion>100.$(Minor).$(Build).$(Revision)-alpha</PackageVersion>
54+
<PackageVersion>110.$(Minor).$(Build).$(Revision)-alpha</PackageVersion>
5555

56-
<AssemblyVersion>100.$(Minor).$(Build).$(Revision)</AssemblyVersion>
56+
<AssemblyVersion>110.$(Minor).$(Build).$(Revision)</AssemblyVersion>
5757

58-
<FileVersion>100.$(Minor).$(Build).$(Revision)</FileVersion>
58+
<FileVersion>110.$(Minor).$(Build).$(Revision)</FileVersion>
5959

6060
<LangVersion>preview</LangVersion>
6161

@@ -72,19 +72,19 @@
7272
<Revision>$([System.DateTime]::Now.get_DayOfYear().ToString())</Revision>
7373

7474
<!--Version layout schema:
75-
25 = Minor - Year of release
75+
26 = Minor - Year of release
7676
01 = Build - Month of release
7777
1 = Revision - Day of release (day of year)
7878
-->
79-
<LibraryVersion>100.$(Minor).$(Build).$(Revision)</LibraryVersion>
79+
<LibraryVersion>110.$(Minor).$(Build).$(Revision)</LibraryVersion>
8080
<!--https://docs.microsoft.com/en-us/nuget/create-packages/prerelease-packages-->
8181

8282
<!--Stable/Signed-->
83-
<PackageVersion>100.$(Minor).$(Build).$(Revision)</PackageVersion>
83+
<PackageVersion>110.$(Minor).$(Build).$(Revision)</PackageVersion>
8484

85-
<AssemblyVersion>100.$(Minor).$(Build).$(Revision)</AssemblyVersion>
85+
<AssemblyVersion>110.$(Minor).$(Build).$(Revision)</AssemblyVersion>
8686

87-
<FileVersion>100.$(Minor).$(Build).$(Revision)</FileVersion>
87+
<FileVersion>110.$(Minor).$(Build).$(Revision)</FileVersion>
8888

8989
<LangVersion>preview</LangVersion>
9090

@@ -98,20 +98,20 @@
9898
<Revision>$([System.DateTime]::Now.get_DayOfYear().ToString())</Revision>
9999

100100
<!--Version layout schema:
101-
100 = Major
102-
25 = Minor - Year of release
101+
110 = Major
102+
26 = Minor - Year of release
103103
01 = Build - Month of release
104104
1 = Revision - Day of release (day of year)
105105
-->
106-
<LibraryVersion>100.$(Minor).$(Build).$(Revision)</LibraryVersion>
106+
<LibraryVersion>110.$(Minor).$(Build).$(Revision)</LibraryVersion>
107107
<!--https://docs.microsoft.com/en-us/nuget/create-packages/prerelease-packages-->
108108

109109
<!--Stable/Signed-->
110-
<PackageVersion>100.$(Minor).$(Build).$(Revision)</PackageVersion>
110+
<PackageVersion>110.$(Minor).$(Build).$(Revision)</PackageVersion>
111111

112-
<AssemblyVersion>100.$(Minor).$(Build).$(Revision)</AssemblyVersion>
112+
<AssemblyVersion>110.$(Minor).$(Build).$(Revision)</AssemblyVersion>
113113

114-
<FileVersion>100.$(Minor).$(Build).$(Revision)</FileVersion>
114+
<FileVersion>110.$(Minor).$(Build).$(Revision)</FileVersion>
115115

116116
<LangVersion>preview</LangVersion>
117117

@@ -125,7 +125,7 @@
125125
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
126126
<NeutralLanguage>en</NeutralLanguage>
127127
<Authors>Peter Wagner (A.K.A Wagnerp) and Simon Coghlan (A.K.A Smurf-IV), Phil Wright (A.K.A ComponentFactory)</Authors>
128-
<Copyright>© Krypton Suite (Peter Wagner (Wagnerp) and Simon Coghlan (Smurf-IV)), 2017 - 2025. Component Factory Pty Ltd (Phil Wright), 2006 - 2016. All rights reserved.</Copyright>
128+
<Copyright>© Krypton Suite (Peter Wagner (Wagnerp) and Simon Coghlan (Smurf-IV)), 2017 - 2026. Component Factory Pty Ltd (Phil Wright), 2006 - 2016. All rights reserved.</Copyright>
129129
</PropertyGroup>
130130

131131
<Choose>

Source/Krypton Toolkit/Examples/AdvancedDataGridView.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Source/Krypton Toolkit/Examples/AdvancedDataGridView.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* MIT License
55
*
6-
* Copyright (c) 2017 - 2024 Krypton Suite
6+
* Copyright (c) 2017 - 2026 Krypton Suite
77
*
88
* Permission is hereby granted, free of charge, to any person obtaining a copy
99
* of this software and associated documentation files (the "Software"), to deal

Source/Krypton Toolkit/Examples/BasicToastNotificationTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* MIT License
55
*
6-
* Copyright (c) 2017 - 2024 Krypton Suite
6+
* Copyright (c) 2017 - 2026 Krypton Suite
77
*
88
* Permission is hereby granted, free of charge, to any person obtaining a copy
99
* of this software and associated documentation files (the "Software"), to deal
@@ -56,7 +56,7 @@ public partial class BasicToastNotificationTest : KryptonForm
5656

5757
private const string SEED_TEXT = @"MIT License
5858
59-
Copyright (c) 2017 - 2024 Krypton Suite
59+
Copyright (c) 2017 - 2026 Krypton Suite
6060
6161
Permission is hereby granted, free of charge, to any person obtaining a copy
6262
of this software and associated documentation files (the ""Software""), to deal

0 commit comments

Comments
 (0)