We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d8fb5 commit 715b99bCopy full SHA for 715b99b
1 file changed
src/TerminalGuiDesigner.csproj
@@ -20,7 +20,7 @@
20
<PackageOutputPath>./nupkg</PackageOutputPath>
21
<ImplicitUsings>enable</ImplicitUsings>
22
<PackageId>TerminalGuiDesigner</PackageId>
23
- <Version>2.0.0-develop.4519</Version>
+ <Version>2.0.0-alpha.4519</Version>
24
<Authors>Thomas Nind</Authors>
25
<Nullable>enable</Nullable>
26
<PackageLicenseExpression>MIT</PackageLicenseExpression>
@@ -33,6 +33,10 @@
33
<PackageIcon>logo.png</PackageIcon>
34
<PackageReadmeFile>README.md</PackageReadmeFile>
35
<PackageReleaseNotes>
36
+ 2.0.0-alpha.4519
37
+ * Update to latest nuget package
38
+ * Handle breaking changes of introduction of new namespaces
39
+ * Remove ColorScheme designability (for now - use ConfigurationManager instead)
40
2.0.0-alpha.4402
41
* Bugfix for clicking views in tabviews.
42
2.0.0-alpha.4401
0 commit comments