From c0146d4f6cb65b1b538b60a73d7689b90a05ff7e Mon Sep 17 00:00:00 2001
From: Shahin Shayandeh <shahins@microsoft.com>
Date: Fri, 4 Nov 2016 14:14:07 -0700
Subject: [PATCH] Update assembly version for release

---
 .../Properties/AssemblyInfo.cs                | 68 +++++++++----------
 CSharp/Library/Properties/AssemblyInfo.cs     |  4 +-
 2 files changed, 36 insertions(+), 36 deletions(-)

diff --git a/CSharp/Library/Microsoft.Bot.Connector/Properties/AssemblyInfo.cs b/CSharp/Library/Microsoft.Bot.Connector/Properties/AssemblyInfo.cs
index 69943848fb..5c0225e787 100644
--- a/CSharp/Library/Microsoft.Bot.Connector/Properties/AssemblyInfo.cs
+++ b/CSharp/Library/Microsoft.Bot.Connector/Properties/AssemblyInfo.cs
@@ -1,34 +1,34 @@
-using System.Reflection;
-using System.Runtime.InteropServices;
-
-// General Information about an assembly is controlled through the following 
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("Microsoft.Bot.Connector")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Microsoft Corporation")]
-[assembly: AssemblyProduct("Microsoft Bot Framework")]
-[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2016")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// Setting ComVisible to false makes the types in this assembly not visible 
-// to COM components.  If you need to access a type in this assembly from 
-// COM, set the ComVisible attribute to true on that type.
-[assembly: ComVisible(false)]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("9f1a81ee-c6fe-474e-a3e2-c581435d55bf")]
-
-// Version information for an assembly consists of the following four values:
-//
-//      Major Version
-//      Minor Version 
-//      Build Number
-//      Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers 
-// by using the '*' as shown below:
-[assembly: AssemblyVersion("3.3.0.0")]
-[assembly: AssemblyFileVersion("3.3.0.0")]
+using System.Reflection;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following 
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("Microsoft.Bot.Connector")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("Microsoft Corporation")]
+[assembly: AssemblyProduct("Microsoft Bot Framework")]
+[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2016")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible 
+// to COM components.  If you need to access a type in this assembly from 
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("9f1a81ee-c6fe-474e-a3e2-c581435d55bf")]
+
+// Version information for an assembly consists of the following four values:
+//
+//      Major Version
+//      Minor Version 
+//      Build Number
+//      Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers 
+// by using the '*' as shown below:
+[assembly: AssemblyVersion("3.3.1.0")]
+[assembly: AssemblyFileVersion("3.3.1.0")]
diff --git a/CSharp/Library/Properties/AssemblyInfo.cs b/CSharp/Library/Properties/AssemblyInfo.cs
index bc05287be7..f950901ae8 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("3.3.0.0")]
-[assembly: AssemblyFileVersion("3.3.0.0")]
+[assembly: AssemblyVersion("3.3.1.0")]
+[assembly: AssemblyFileVersion("3.3.1.0")]
 
 [assembly: InternalsVisibleTo("Microsoft.Bot.Builder.Tests")]
 [assembly: InternalsVisibleTo("Microsoft.Bot.Sample.Tests")]