Skip to content

Commit

Permalink
Change 'sign-in' text bump version to test update
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Aug 5, 2016
1 parent db2b95b commit 0f7925c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file modified lib/Gistlyn.Resources.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Gistlyn.AppWinForms/AppUpdater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public static async Task<bool> CheckForUpdates(string deployUrl)
if (!File.Exists("..\\Update.exe"))
{
var squirrelExe = Directory.GetFiles(
"..\\..\\..\\..\\..\\packages\\", "Squirrel.exe", SearchOption.AllDirectories)
"..\\..\\..\\..\\packages\\", "Squirrel.exe", SearchOption.AllDirectories)
.ToList().FirstNonDefault();
if (squirrelExe != null)
{
Expand Down
4 changes: 2 additions & 2 deletions src/Gistlyn.AppWinForms/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// 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.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.0.1")]
[assembly: AssemblyFileVersion("1.0.0.1")]
[assembly: AssemblyMetadata("SquirrelAwareVersion", "1")]
2 changes: 1 addition & 1 deletion src/Gistlyn/src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ class App extends React.Component<any, any> {
{ !authUsername
? (<div id="sign-in" style={{ position: "absolute", right: 5, top:4 }}>
<a href="/auth/github" style={{ color: "#fff", textDecoration: "none" }}>
<span style={{ whiteSpace: "nowrap", fontSize: 14 }}>sign-in</span>
<span style={{ whiteSpace: "nowrap", fontSize: 14 }}>Sign-in</span>
<span style={{ verticalAlign: "sub", margin: "0 0 0 10px" }} className="mega-octicon octicon-mark-github" title="Sign in with GitHub"></span>
</a>
</div>)
Expand Down

0 comments on commit 0f7925c

Please sign in to comment.