Skip to content

Commit

Permalink
Add credit
Browse files Browse the repository at this point in the history
  • Loading branch information
Secant1006 committed Sep 16, 2021
1 parent 34bec82 commit 27aa1d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Program
{
static int Main(string[] args)
{
Console.WriteLine("PSFExtractor v1.07 - 2021/8/6\nBy th1r5bvn23: https://www.betaworld.cn/\n");
Console.WriteLine("PSFExtractor v1.07a (Sep 16 2021) by th1r5bvn23 & abbodi1406\nVisit https://www.betaworld.cn/\n");
if (args.Length != 1)
{
PrintHelp();
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.7.0")]
[assembly: AssemblyFileVersion("1.0.7.0")]
[assembly: AssemblyVersion("1.0.7.1")]
[assembly: AssemblyFileVersion("1.0.7.1")]

0 comments on commit 27aa1d9

Please sign in to comment.