From 38e85b6b41d76881eac093fc5239934557a717c8 Mon Sep 17 00:00:00 2001 From: Shahin Shayandeh Date: Thu, 12 May 2016 15:16:30 -0700 Subject: [PATCH] Update assembly version --- CSharp/Library/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CSharp/Library/Properties/AssemblyInfo.cs b/CSharp/Library/Properties/AssemblyInfo.cs index d84c17fe99..1552068697 100644 --- a/CSharp/Library/Properties/AssemblyInfo.cs +++ b/CSharp/Library/Properties/AssemblyInfo.cs @@ -33,8 +33,8 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.2.0.0")] -[assembly: AssemblyFileVersion("1.2.0.0")] +[assembly: AssemblyVersion("1.2.0.1")] +[assembly: AssemblyFileVersion("1.2.0.1")] [assembly: InternalsVisibleTo("Microsoft.Bot.Builder.Tests")] [assembly: InternalsVisibleTo("Microsoft.Bot.Sample.Tests")]