Skip to content

Commit

Permalink
Beta Release
Browse files Browse the repository at this point in the history
  • Loading branch information
krisdb2009 committed Jun 25, 2019
1 parent f98741f commit 3b20b39
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SuperGrate/Classes/Misc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ static public Task<Dictionary<string, string>> GetUsersFromStore(string StorePat
}
});
}
static public Task DeleteFromStore(string SID)
public static Task DeleteFromStore(string SID)
{
return Task.Run(() => {
string name = GetUserByIdentity(SID).Name;
Expand Down
4 changes: 2 additions & 2 deletions SuperGrate/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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("0.0.0.2")]
[assembly: AssemblyFileVersion("0.0.0.2")]
[assembly: AssemblyVersion("0.0.0.3")]
[assembly: AssemblyFileVersion("0.0.0.3")]
4 changes: 3 additions & 1 deletion SuperGrate/SuperGrate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<DefineConstants>
</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
Expand Down

0 comments on commit 3b20b39

Please sign in to comment.