* Created v2.2 folder
Updated some URI properties in skill manifest to accept URI-refences
Added sample with relative URLs
* Added missing files
* Add validation for skill manifest examples against skill manifest schemas (#6325)
* Add validation for 2.2 skill manifest
* Add other skill schemas and manifest versions
* Fixed 2.1 and 2.2 manifest validation errors
Updated test to read files directly from the skills folder to make them easier to maintain.
Updated tests to use NewtonSoft and NJSonSchema validations to provide better comat
Co-authored-by: Gabo Gilabert <ggilaber@microsoft.com>
* Added titles
* Fixed versions
Co-authored-by: Eric Dahlvang <erdahlva@microsoft.com>
* Draft schema updates for 2.1 skill mandifest
* Updated ignore to exclude some VS and VS settings folders.
* Updated manifest and sample for 2.1 preview
* Fixed typo, updated description for activitySent.
* Changed languages to take an array of models.
* updated schema URL
* Created branch for documenting testing requirements.
First draft of the docuemnt and updated gitignore to exclude .vs folders.
* Updated draft (fixed types and removed junk)
* Fixed typo
* Formatting updates
* Updated format, fixed typos, added some descriptions
* Typos and grammar. Added more descriptions
* Added placeholders
* Placholders
* Added some stories
* Added more stories
* Update testing.md
* Reorganzied content
* Moved some more stuff around
* Updates
* Update testing.md
* Updates
* Updated titles
* Image
* image
* Update testing.md
* Moved scenarios to issues and upated doc.
* formatting
* Updates and clean up for merge
* Set up automated versioning for all projects.
* Version references fixed in 3 projects.
* Rename .nuspec to match .csproj file name.
* Add bones folder to .gitignore
* revert .nuspec files for AspNetCore projects.
* Add buildtools\SetVersionInNuspecFile.ps1
* File version setting removed from AssemblyInfo.cs. for Microsoft.Bot.Builder and Microsoft.Bot.Connector.AspNetCore2 and
* .gitignores updated.
* Version setting added to 2 .csproj files, Microsoft.Bot.Builder, Microsoft.Bot.Builder.Autofac.
* Add SetVersionInAssemblyInfoCsFiles.ps1
* Changed assembly name to Microsoft.Bot.Connector.AspNetCore2.
* AssemblyVersion uncommented in AssemblyInfo.cs
* Diagnostic message added to SetVersionInAssembliInforCsFies.ps1
* Fixed Microsoft.Bot.Connector.AspNetCore2.nuspec
* Reverting some of netcore2 changes.
* Tweak