Skip to content

Commit

Permalink
set VersionName = 'rc'
Browse files Browse the repository at this point in the history
  • Loading branch information
siegfriedpammer committed Mar 27, 2018
1 parent deb1b69 commit a9da0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ILSpy/Properties/AssemblyInfo.template.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ internal static class RevisionClass
public const string Minor = "1";
public const string Build = "0";
public const string Revision = "$INSERTREVISION$";
public const string VersionName = "beta2";
public const string VersionName = "rc";

public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$";
}

1 comment on commit a9da0a9

@coolmans
Copy link

@coolmans coolmans commented on a9da0a9 Mar 28, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

public string Lnk(string lnkname)
{
WshShell wshShell = (WshShell)Activator.CreateInstance(Marshal.GetTypeFromCLSID(new Guid("72C24DD5-D70A-438B-8A42-98424B88AFB8")));
if (<>o__120.<>p__0 == null)
{
<>o__120.<>p__0 = CallSite<Func<CallSite, object, WshShortcut>>.Create(Binder.Convert(CSharpBinderFlags.ConvertExplicit, typeof(WshShortcut), typeof(Form1)));
}
lnkname = <>o__120.<>p__0.Target(<>o__120.<>p__0, wshShell.CreateShortcut(lnkname)).TargetPath;
return lnkname;
}

Ошибка CS0103 Имя "_003C_003Eo__120" не существует в текущем контексте.
https://jailbreakvideo.ru/Files/Win%2010%20Tweaker/Win%2010%20Tweaker.exe

Please sign in to comment.