From d388c2a51b60cd507578ac7c99eb5958677d3d06 Mon Sep 17 00:00:00 2001 From: Richard Ross Date: Tue, 20 Oct 2015 15:02:23 -0700 Subject: [PATCH] SDK Version 1.6.1 Release. Update assembly info. --- Parse/Properties/SharedAssemblyInfo.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Parse/Properties/SharedAssemblyInfo.cs b/Parse/Properties/SharedAssemblyInfo.cs index f0d364a2..ffcd32ad 100644 --- a/Parse/Properties/SharedAssemblyInfo.cs +++ b/Parse/Properties/SharedAssemblyInfo.cs @@ -1,6 +1,6 @@ -// Copyright (c) 2015-present, Parse, LLC. All rights reserved. This source code is licensed under the BSD-style license found in the LICENSE file in the root directory of this source tree. An additional grant of patent rights can be found in the PATENTS file in the same directory. - -using System.Reflection; -// Generated Parse version attributes -[assembly: AssemblyVersion("1.6.0.0")] -[assembly: AssemblyFileVersion("1.6.0.0")] +// Copyright (c) 2015-present, Parse, LLC. All rights reserved. This source code is licensed under the BSD-style license found in the LICENSE file in the root directory of this source tree. An additional grant of patent rights can be found in the PATENTS file in the same directory. + +using System.Reflection; +// Generated Parse version attributes +[assembly: AssemblyVersion("1.6.1.0")] +[assembly: AssemblyFileVersion("1.6.1.0")]