From 969915440819a401d9d4448f15c5811aa61cbde9 Mon Sep 17 00:00:00 2001 From: tracyboehrer Date: Mon, 24 Oct 2022 12:16:31 -0500 Subject: [PATCH] Bumped generator dependency versions (#6527) Co-authored-by: Tracy Boehrer --- .../Microsoft.BotFramework.CSharp.CoreBot.nuspec | 2 +- .../content/.template.config/template.json | 4 ++-- .../content/CoreBot.Tests/CoreBot.Tests.csproj | 4 ++-- .../content/CoreBot/CoreBot.csproj | 6 +++--- .../Microsoft.BotFramework.CSharp.EchoBot.nuspec | 2 +- .../content/.template.config/template.json | 4 ++-- .../content/Microsoft.BotFramework.EchoBot.csproj | 2 +- .../Microsoft.BotFramework.CSharp.EmptyBot.nuspec | 2 +- .../content/.template.config/template.json | 4 ++-- .../content/Microsoft.BotFramework.EmptyBot.csproj | 2 +- generators/dotnet-templates/README.md | 6 +++--- generators/vsix-vs-win/BotBuilderVSIX-V4/HOW_TO_VERSION.md | 2 +- .../UncompressedProjectTemplates/CoreBot/CoreBot.csproj | 6 +++--- .../UncompressedProjectTemplates/CoreBot/CoreBot.vstemplate | 2 +- .../CoreBotWithTests/CoreBot.tests/CoreBot.Tests.csproj | 2 +- .../CoreBotWithTests/CoreBot.tests/CoreBot.tests.vstemplate | 2 +- .../CoreBotWithTests/CoreBot/CoreBot.csproj | 6 +++--- .../CoreBotWithTests/CoreBot/CoreBot.vstemplate | 2 +- .../CoreBotWithTests/CoreBotWithTests.vstemplate | 2 +- .../UncompressedProjectTemplates/EchoBot/EchoBot.csproj | 2 +- .../UncompressedProjectTemplates/EchoBot/EchoBot.vstemplate | 2 +- .../UncompressedProjectTemplates/EmptyBot/EmptyBot.csproj | 2 +- .../EmptyBot/EmptyBot.vstemplate | 2 +- .../BotBuilderVSIX-V4/source.extension.vsixmanifest | 2 +- 24 files changed, 36 insertions(+), 36 deletions(-) diff --git a/generators/dotnet-templates/Microsoft.BotFramework.CSharp.CoreBot/Microsoft.BotFramework.CSharp.CoreBot.nuspec b/generators/dotnet-templates/Microsoft.BotFramework.CSharp.CoreBot/Microsoft.BotFramework.CSharp.CoreBot.nuspec index e9c1b9d400..f99f37631b 100644 --- a/generators/dotnet-templates/Microsoft.BotFramework.CSharp.CoreBot/Microsoft.BotFramework.CSharp.CoreBot.nuspec +++ b/generators/dotnet-templates/Microsoft.BotFramework.CSharp.CoreBot/Microsoft.BotFramework.CSharp.CoreBot.nuspec @@ -2,7 +2,7 @@ Microsoft.Bot.Framework.CSharp.CoreBot - 4.17.0 + 4.18.1 A .NET Core Template for Microsoft Bot Framework v4. Will let you quickly set up a conversational AI bot with core features every bot is likely to use. diff --git a/generators/dotnet-templates/Microsoft.BotFramework.CSharp.CoreBot/content/.template.config/template.json b/generators/dotnet-templates/Microsoft.BotFramework.CSharp.CoreBot/content/.template.config/template.json index 77311ddc92..473f91664b 100644 --- a/generators/dotnet-templates/Microsoft.BotFramework.CSharp.CoreBot/content/.template.config/template.json +++ b/generators/dotnet-templates/Microsoft.BotFramework.CSharp.CoreBot/content/.template.config/template.json @@ -12,7 +12,7 @@ "defaultName": "CoreBot", "groupIdentity": "Microsoft.BotFramework.CSharp.CoreBot", "identity": "Microsoft.BotFramework.CSharp.CoreBot", - "name": "Bot Framework Core Bot (v4.16.0)", + "name": "Bot Framework Core Bot (v4.18.1)", "preferNameDirectory": true, "sourceName": "Microsoft.BotFramework.CoreBot", "shortName": "corebot", @@ -26,7 +26,7 @@ "type": "generated", "generator": "constant", "parameters": { - "value": "v4.16.0" + "value": "v4.18.1" }, "replaces": "__vX.X.X__" }, diff --git a/generators/dotnet-templates/Microsoft.BotFramework.CSharp.CoreBot/content/CoreBot.Tests/CoreBot.Tests.csproj b/generators/dotnet-templates/Microsoft.BotFramework.CSharp.CoreBot/content/CoreBot.Tests/CoreBot.Tests.csproj index 3023d8444d..1029b87bb4 100644 --- a/generators/dotnet-templates/Microsoft.BotFramework.CSharp.CoreBot/content/CoreBot.Tests/CoreBot.Tests.csproj +++ b/generators/dotnet-templates/Microsoft.BotFramework.CSharp.CoreBot/content/CoreBot.Tests/CoreBot.Tests.csproj @@ -22,8 +22,8 @@ - - + + diff --git a/generators/dotnet-templates/Microsoft.BotFramework.CSharp.CoreBot/content/CoreBot/CoreBot.csproj b/generators/dotnet-templates/Microsoft.BotFramework.CSharp.CoreBot/content/CoreBot/CoreBot.csproj index 46e3b16385..e83878db70 100644 --- a/generators/dotnet-templates/Microsoft.BotFramework.CSharp.CoreBot/content/CoreBot/CoreBot.csproj +++ b/generators/dotnet-templates/Microsoft.BotFramework.CSharp.CoreBot/content/CoreBot/CoreBot.csproj @@ -15,9 +15,9 @@ - - - + + + diff --git a/generators/dotnet-templates/Microsoft.BotFramework.CSharp.EchoBot/Microsoft.BotFramework.CSharp.EchoBot.nuspec b/generators/dotnet-templates/Microsoft.BotFramework.CSharp.EchoBot/Microsoft.BotFramework.CSharp.EchoBot.nuspec index a3729dbafd..b99a56ec09 100644 --- a/generators/dotnet-templates/Microsoft.BotFramework.CSharp.EchoBot/Microsoft.BotFramework.CSharp.EchoBot.nuspec +++ b/generators/dotnet-templates/Microsoft.BotFramework.CSharp.EchoBot/Microsoft.BotFramework.CSharp.EchoBot.nuspec @@ -2,7 +2,7 @@ Microsoft.Bot.Framework.CSharp.EchoBot - 4.17.0 + 4.18.1 A .NET Core Template for Microsoft Bot Framework v4. Will let you quickly set up a bot that simply "echoes" back to the user anything the user says to the bot. This is a little more than "Hello World!" diff --git a/generators/dotnet-templates/Microsoft.BotFramework.CSharp.EchoBot/content/.template.config/template.json b/generators/dotnet-templates/Microsoft.BotFramework.CSharp.EchoBot/content/.template.config/template.json index e6f6e6c41e..d66a786ba1 100644 --- a/generators/dotnet-templates/Microsoft.BotFramework.CSharp.EchoBot/content/.template.config/template.json +++ b/generators/dotnet-templates/Microsoft.BotFramework.CSharp.EchoBot/content/.template.config/template.json @@ -11,7 +11,7 @@ "defaultName": "EchoBot", "groupIdentity": "Microsoft.BotFramework.CSharp.EchoBot", "identity": "Microsoft.BotFramework.CSharp.EchoBot", - "name": "Bot Framework Echo Bot (v4.16.0)", + "name": "Bot Framework Echo Bot (v4.18.1)", "preferNameDirectory": true, "sourceName": "Microsoft.BotFramework.EchoBot", "shortName": "echobot", @@ -25,7 +25,7 @@ "type": "generated", "generator": "constant", "parameters": { - "value": "v4.16.0" + "value": "v4.18.1" }, "replaces": "__vX.X.X__" }, diff --git a/generators/dotnet-templates/Microsoft.BotFramework.CSharp.EchoBot/content/Microsoft.BotFramework.EchoBot.csproj b/generators/dotnet-templates/Microsoft.BotFramework.CSharp.EchoBot/content/Microsoft.BotFramework.EchoBot.csproj index d5f0873df9..5b22d10544 100644 --- a/generators/dotnet-templates/Microsoft.BotFramework.CSharp.EchoBot/content/Microsoft.BotFramework.EchoBot.csproj +++ b/generators/dotnet-templates/Microsoft.BotFramework.CSharp.EchoBot/content/Microsoft.BotFramework.EchoBot.csproj @@ -7,7 +7,7 @@ - + diff --git a/generators/dotnet-templates/Microsoft.BotFramework.CSharp.EmptyBot/Microsoft.BotFramework.CSharp.EmptyBot.nuspec b/generators/dotnet-templates/Microsoft.BotFramework.CSharp.EmptyBot/Microsoft.BotFramework.CSharp.EmptyBot.nuspec index bcf8ae7f3a..a685404f2e 100644 --- a/generators/dotnet-templates/Microsoft.BotFramework.CSharp.EmptyBot/Microsoft.BotFramework.CSharp.EmptyBot.nuspec +++ b/generators/dotnet-templates/Microsoft.BotFramework.CSharp.EmptyBot/Microsoft.BotFramework.CSharp.EmptyBot.nuspec @@ -2,7 +2,7 @@ Microsoft.Bot.Framework.CSharp.EmptyBot - 4.17.0 + 4.18.1 A .NET Core Template for Microsoft Bot Framework v4. A good template if you are familiar with Bot Framework v4, and simple want a basic skeleton project. diff --git a/generators/dotnet-templates/Microsoft.BotFramework.CSharp.EmptyBot/content/.template.config/template.json b/generators/dotnet-templates/Microsoft.BotFramework.CSharp.EmptyBot/content/.template.config/template.json index e562307278..03186ee321 100644 --- a/generators/dotnet-templates/Microsoft.BotFramework.CSharp.EmptyBot/content/.template.config/template.json +++ b/generators/dotnet-templates/Microsoft.BotFramework.CSharp.EmptyBot/content/.template.config/template.json @@ -11,7 +11,7 @@ "defaultName": "EmptyBot", "groupIdentity": "Microsoft.BotFramework.CSharp.EmptyBot", "identity": "Microsoft.BotFramework.CSharp.EmptyBot", - "name": "Bot Framework Empty Bot (v4.16.0)", + "name": "Bot Framework Empty Bot (v4.18.1)", "preferNameDirectory": true, "sourceName": "Microsoft.BotFramework.EmptyBot", "shortName": "emptybot", @@ -25,7 +25,7 @@ "type": "generated", "generator": "constant", "parameters": { - "value": "v4.16.0" + "value": "v4.18.1" }, "replaces": "__vX.X.X__" }, diff --git a/generators/dotnet-templates/Microsoft.BotFramework.CSharp.EmptyBot/content/Microsoft.BotFramework.EmptyBot.csproj b/generators/dotnet-templates/Microsoft.BotFramework.CSharp.EmptyBot/content/Microsoft.BotFramework.EmptyBot.csproj index e1d9b7174b..b1865d9a30 100644 --- a/generators/dotnet-templates/Microsoft.BotFramework.CSharp.EmptyBot/content/Microsoft.BotFramework.EmptyBot.csproj +++ b/generators/dotnet-templates/Microsoft.BotFramework.CSharp.EmptyBot/content/Microsoft.BotFramework.EmptyBot.csproj @@ -8,7 +8,7 @@ - + diff --git a/generators/dotnet-templates/README.md b/generators/dotnet-templates/README.md index 883809ade7..c072f660af 100644 --- a/generators/dotnet-templates/README.md +++ b/generators/dotnet-templates/README.md @@ -250,13 +250,13 @@ nuget pack Microsoft.BotFramework.CSharp.CoreBot The `nuget pack` command will build a package using a filename convention that includes the value of the `version` tag of the project's `.nuspec` file. For example, a `.nuspec` file that has the following `version` tag specified: ```xml - 4.16.0 + 4.18.1 ``` -Given the example above with `.nuspec` `version` of 4.16.0, running `nuget pack Microsoft.BotFramework.CSharp.EchoBot` will create a NuGet package named `Microsoft.Bot.Framework.CSharp.EchoBot.4.16.0.nupkg`. We'll use this NuGet package name in subsequent steps. +Given the example above with `.nuspec` `version` of 4.18.1, running `nuget pack Microsoft.BotFramework.CSharp.EchoBot` will create a NuGet package named `Microsoft.Bot.Framework.CSharp.EchoBot.4.18.1.nupkg`. We'll use this NuGet package name in subsequent steps. ```bash # install the locally built .nupkg (EchoBot template, assuming 4.9.0 version tag) -dotnet new -i ./Microsoft.Bot.Framework.CSharp.EchoBot.4.16.0.nupkg +dotnet new -i ./Microsoft.Bot.Framework.CSharp.EchoBot.4.18.1.nupkg ``` To see a list of currently installed templates. With this command you should now see the locally build and installed NuGet package. diff --git a/generators/vsix-vs-win/BotBuilderVSIX-V4/HOW_TO_VERSION.md b/generators/vsix-vs-win/BotBuilderVSIX-V4/HOW_TO_VERSION.md index 6fa3052ead..c0edc48ee5 100644 --- a/generators/vsix-vs-win/BotBuilderVSIX-V4/HOW_TO_VERSION.md +++ b/generators/vsix-vs-win/BotBuilderVSIX-V4/HOW_TO_VERSION.md @@ -17,7 +17,7 @@ The `.vstemplate` files have a `` tag that ```xml - <<<-HAND-CRAFTED-semver + <<<-HAND-CRAFTED-semver ``` diff --git a/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/CoreBot/CoreBot.csproj b/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/CoreBot/CoreBot.csproj index 278d0e133f..02bac937d0 100644 --- a/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/CoreBot/CoreBot.csproj +++ b/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/CoreBot/CoreBot.csproj @@ -15,9 +15,9 @@ - - - + + + diff --git a/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/CoreBot/CoreBot.vstemplate b/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/CoreBot/CoreBot.vstemplate index ca4292f363..72f7cff599 100644 --- a/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/CoreBot/CoreBot.vstemplate +++ b/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/CoreBot/CoreBot.vstemplate @@ -23,7 +23,7 @@ - + diff --git a/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/CoreBotWithTests/CoreBot.tests/CoreBot.Tests.csproj b/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/CoreBotWithTests/CoreBot.tests/CoreBot.Tests.csproj index b5d074497d..b9a27a50d6 100644 --- a/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/CoreBotWithTests/CoreBot.tests/CoreBot.Tests.csproj +++ b/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/CoreBotWithTests/CoreBot.tests/CoreBot.Tests.csproj @@ -22,7 +22,7 @@ - + diff --git a/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/CoreBotWithTests/CoreBot.tests/CoreBot.tests.vstemplate b/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/CoreBotWithTests/CoreBot.tests/CoreBot.tests.vstemplate index ef6d5e3ba8..7bcc01ad17 100644 --- a/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/CoreBotWithTests/CoreBot.tests/CoreBot.tests.vstemplate +++ b/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/CoreBotWithTests/CoreBot.tests/CoreBot.tests.vstemplate @@ -24,7 +24,7 @@ - + diff --git a/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/CoreBotWithTests/CoreBot/CoreBot.csproj b/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/CoreBotWithTests/CoreBot/CoreBot.csproj index b312fea007..be6ea9376d 100644 --- a/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/CoreBotWithTests/CoreBot/CoreBot.csproj +++ b/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/CoreBotWithTests/CoreBot/CoreBot.csproj @@ -15,9 +15,9 @@ - - - + + + diff --git a/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/CoreBotWithTests/CoreBot/CoreBot.vstemplate b/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/CoreBotWithTests/CoreBot/CoreBot.vstemplate index eb79fd693d..186004b6ef 100644 --- a/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/CoreBotWithTests/CoreBot/CoreBot.vstemplate +++ b/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/CoreBotWithTests/CoreBot/CoreBot.vstemplate @@ -24,7 +24,7 @@ - + diff --git a/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/CoreBotWithTests/CoreBotWithTests.vstemplate b/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/CoreBotWithTests/CoreBotWithTests.vstemplate index 6132e714a7..5bfd8daefe 100644 --- a/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/CoreBotWithTests/CoreBotWithTests.vstemplate +++ b/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/CoreBotWithTests/CoreBotWithTests.vstemplate @@ -23,7 +23,7 @@ - + diff --git a/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/EchoBot/EchoBot.csproj b/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/EchoBot/EchoBot.csproj index 79392efaa0..12d32013f3 100644 --- a/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/EchoBot/EchoBot.csproj +++ b/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/EchoBot/EchoBot.csproj @@ -7,7 +7,7 @@ - + diff --git a/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/EchoBot/EchoBot.vstemplate b/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/EchoBot/EchoBot.vstemplate index 3e58284ed1..4eacbcdd2d 100644 --- a/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/EchoBot/EchoBot.vstemplate +++ b/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/EchoBot/EchoBot.vstemplate @@ -23,7 +23,7 @@ - + diff --git a/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/EmptyBot/EmptyBot.csproj b/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/EmptyBot/EmptyBot.csproj index 79392efaa0..12d32013f3 100644 --- a/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/EmptyBot/EmptyBot.csproj +++ b/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/EmptyBot/EmptyBot.csproj @@ -7,7 +7,7 @@ - + diff --git a/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/EmptyBot/EmptyBot.vstemplate b/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/EmptyBot/EmptyBot.vstemplate index 468fc5eb92..3d5b0d6709 100644 --- a/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/EmptyBot/EmptyBot.vstemplate +++ b/generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/EmptyBot/EmptyBot.vstemplate @@ -23,7 +23,7 @@ - + diff --git a/generators/vsix-vs-win/BotBuilderVSIX-V4/source.extension.vsixmanifest b/generators/vsix-vs-win/BotBuilderVSIX-V4/source.extension.vsixmanifest index 40a7dbec3f..b09172033e 100644 --- a/generators/vsix-vs-win/BotBuilderVSIX-V4/source.extension.vsixmanifest +++ b/generators/vsix-vs-win/BotBuilderVSIX-V4/source.extension.vsixmanifest @@ -1,7 +1,7 @@ - + Bot Framework v4 SDK Templates for Visual Studio Templates for Microsoft Bot Framework v4. Will let you quickly create a bot that uses core AI capabilities. https://aka.ms/BotBuilderOverview