Skip to content

Commit

Permalink
Bumped generator dependency versions (#6527)
Browse files Browse the repository at this point in the history
Co-authored-by: Tracy Boehrer <[email protected]>
  • Loading branch information
tracyboehrer and Tracy Boehrer authored Oct 24, 2022
1 parent f51190d commit 9699154
Show file tree
Hide file tree
Showing 24 changed files with 36 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Microsoft.Bot.Framework.CSharp.CoreBot</id>
<version>4.17.0</version>
<version>4.18.1</version>
<description>
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.
</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -26,7 +26,7 @@
"type": "generated",
"generator": "constant",
"parameters": {
"value": "v4.16.0"
"value": "v4.18.1"
},
"replaces": "__vX.X.X__"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.1" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.17.0" />
<PackageReference Include="Microsoft.Bot.Builder.Testing" Version="4.17.0" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.18.1" />
<PackageReference Include="Microsoft.Bot.Builder.Testing" Version="4.18.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.1.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.1" />
<PackageReference Include="Microsoft.Bot.Builder.AI.Luis" Version="4.17.0" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs" Version="4.17.0" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.17.0" />
<PackageReference Include="Microsoft.Bot.Builder.AI.Luis" Version="4.18.1" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs" Version="4.18.1" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.18.1" />
<PackageReference Include="Microsoft.Recognizers.Text.DataTypes.TimexExpression" Version="1.3.2" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Microsoft.Bot.Framework.CSharp.EchoBot</id>
<version>4.17.0</version>
<version>4.18.1</version>
<description>
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!"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -25,7 +25,7 @@
"type": "generated",
"generator": "constant",
"parameters": {
"value": "v4.16.0"
"value": "v4.18.1"
},
"replaces": "__vX.X.X__"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.1" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.17.0" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.18.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Microsoft.Bot.Framework.CSharp.EmptyBot</id>
<version>4.17.0</version>
<version>4.18.1</version>
<description>
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.
</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -25,7 +25,7 @@
"type": "generated",
"generator": "constant",
"parameters": {
"value": "v4.16.0"
"value": "v4.18.1"
},
"replaces": "__vX.X.X__"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.1" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.17.0" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.18.1" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions generators/dotnet-templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<version>4.16.0</version>
<version>4.18.1</version>
```
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.
Expand Down
2 changes: 1 addition & 1 deletion generators/vsix-vs-win/BotBuilderVSIX-V4/HOW_TO_VERSION.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The `.vstemplate` files have a `<CustomParameters></CustomParameters>` tag that

```xml
<CustomParameters>
<CustomParameter Name="$templateversion$" Value="4.16.0"/> <<<-HAND-CRAFTED-semver
<CustomParameter Name="$templateversion$" Value="4.18.1"/> <<<-HAND-CRAFTED-semver
</CustomParameters>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.1" />
<PackageReference Include="Microsoft.Bot.Builder.AI.Luis" Version="4.17.0" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs" Version="4.17.0" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.17.0" />
<PackageReference Include="Microsoft.Bot.Builder.AI.Luis" Version="4.18.1" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs" Version="4.18.1" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.18.1" />
<PackageReference Include="Microsoft.Recognizers.Text.DataTypes.TimexExpression" Version="1.4.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</TemplateData>
<TemplateContent>
<CustomParameters>
<CustomParameter Name="$templateversion$" Value="4.16.0"/>
<CustomParameter Name="$templateversion$" Value="4.18.1"/>
</CustomParameters>
<Project File="CoreBot.csproj" ReplaceParameters="true">
<Folder Name="Bots" TargetFolderName="Bots">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.1" />
<PackageReference Include="Microsoft.Bot.Builder.Testing" Version="4.16.0" />
<PackageReference Include="Microsoft.Bot.Builder.Testing" Version="4.18.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.1.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</TemplateData>
<TemplateContent>
<CustomParameters>
<CustomParameter Name="$templateversion$" Value="4.16.0"/>
<CustomParameter Name="$templateversion$" Value="4.18.1"/>
</CustomParameters>
<Project File="CoreBot.Tests.csproj" ReplaceParameters="true" TargetFileName="$projectname$.Tests.csproj">
<Folder Name="Bots" TargetFolderName="Bots">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.1" />
<PackageReference Include="Microsoft.Bot.Builder.AI.Luis" Version="4.16.0" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs" Version="4.16.0" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.16.0" />
<PackageReference Include="Microsoft.Bot.Builder.AI.Luis" Version="4.18.1" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs" Version="4.18.1" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.18.1" />
<PackageReference Include="Microsoft.Recognizers.Text.DataTypes.TimexExpression" Version="1.4.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</TemplateData>
<TemplateContent>
<CustomParameters>
<CustomParameter Name="$templateversion$" Value="4.16.0"/>
<CustomParameter Name="$templateversion$" Value="4.18.1"/>
</CustomParameters>
<Project File="CoreBot.csproj" ReplaceParameters="true">
<Folder Name="Bots" TargetFolderName="Bots">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</TemplateData>
<TemplateContent>
<CustomParameters>
<CustomParameter Name="$templateversion$" Value="4.16.0"/>
<CustomParameter Name="$templateversion$" Value="4.18.1"/>
</CustomParameters>
<ProjectCollection>
<ProjectTemplateLink CopyParameters="true" ProjectName="$safeprojectname$">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.1" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.17.0" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.18.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</TemplateData>
<TemplateContent>
<CustomParameters>
<CustomParameter Name="$templateversion$" Value="4.16.0"/>
<CustomParameter Name="$templateversion$" Value="4.18.1"/>
</CustomParameters>
<Project File="EchoBot.csproj" ReplaceParameters="true">
<Folder Name="Bots" TargetFolderName="Bots">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.1" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.17.0" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.18.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</TemplateData>
<TemplateContent>
<CustomParameters>
<CustomParameter Name="$templateversion$" Value="4.16.0"/>
<CustomParameter Name="$templateversion$" Value="4.18.1"/>
</CustomParameters>
<Project File="EmptyBot.csproj" ReplaceParameters="true">
<Folder Name="controllers" TargetFolderName="Controllers">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="BotBuilderV4.fbe0fc50-a6f1-4500-82a2-189314b7bea2" Version="4.16.0" Language="en-US" Publisher="Microsoft" />
<Identity Id="BotBuilderV4.fbe0fc50-a6f1-4500-82a2-189314b7bea2" Version="4.18.1" Language="en-US" Publisher="Microsoft" />
<DisplayName>Bot Framework v4 SDK Templates for Visual Studio</DisplayName>
<Description xml:space="preserve">Templates for Microsoft Bot Framework v4. Will let you quickly create a bot that uses core AI capabilities.</Description>
<MoreInfo>https://aka.ms/BotBuilderOverview</MoreInfo>
Expand Down

0 comments on commit 9699154

Please sign in to comment.