Skip to content

Commit

Permalink
Rename the repo in the spec
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Sep 29, 2014
1 parent e43d7e8 commit 927e306
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/Squirrel.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<version>0.5.1</version>
<authors>GitHub</authors>
<owners>Paul Betts</owners>
<licenseUrl>https://github.com/squirrel/Squirrel.Windows.Next/blob/master/COPYING</licenseUrl>
<projectUrl>https://github.com/squirrel/Squirrel.Windows.Next</projectUrl>
<licenseUrl>https://github.com/squirrel/Squirrel.Windows/blob/master/COPYING</licenseUrl>
<projectUrl>https://github.com/squirrel/Squirrel.Windows</projectUrl>

<dependencies>
<dependency id="NuGet.Core" version="2.8.2" />
Expand Down
6 changes: 3 additions & 3 deletions src/Update/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand All @@ -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)]

Expand Down

0 comments on commit 927e306

Please sign in to comment.