From 927e30681aaa1121acb5e7314f76b15470053f1b Mon Sep 17 00:00:00 2001 From: Paul Betts Date: Sun, 28 Sep 2014 22:13:03 -0700 Subject: [PATCH] Rename the repo in the spec --- src/Squirrel.nuspec | 4 ++-- src/Update/Properties/AssemblyInfo.cs | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Squirrel.nuspec b/src/Squirrel.nuspec index 32fe58fa5..d471ae7c0 100644 --- a/src/Squirrel.nuspec +++ b/src/Squirrel.nuspec @@ -4,8 +4,8 @@ 0.5.1 GitHub Paul Betts - https://github.com/squirrel/Squirrel.Windows.Next/blob/master/COPYING - https://github.com/squirrel/Squirrel.Windows.Next + https://github.com/squirrel/Squirrel.Windows/blob/master/COPYING + https://github.com/squirrel/Squirrel.Windows diff --git a/src/Update/Properties/AssemblyInfo.cs b/src/Update/Properties/AssemblyInfo.cs index 2be088174..876f60a55 100644 --- a/src/Update/Properties/AssemblyInfo.cs +++ b/src/Update/Properties/AssemblyInfo.cs @@ -2,7 +2,7 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -// General Information about an assembly is controlled through the following +// 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("Update")] @@ -14,8 +14,8 @@ [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 +// 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)]