Skip to content

Commit

Permalink
v1.1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dd01da0465b4542f8f8af4ecedc149ed committed Jun 9, 2020
1 parent e065f9f commit 5f6b465
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 16 deletions.
2 changes: 1 addition & 1 deletion AuroraLauncher/AuroraLauncher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<None Include="LICENSE.txt">
<None Include="LIBRARIES.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
Expand Down
7 changes: 7 additions & 0 deletions AuroraLauncher/LIBRARIES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
AuroraLauncher uses the following libraries:
- MaterialSkin
- Newtonsoft.Json
- RestSharp

AuroraNative uses the following libraries:
- CxxUrl
11 changes: 0 additions & 11 deletions AuroraLauncher/LICENSE.txt

This file was deleted.

4 changes: 2 additions & 2 deletions AuroraLauncher/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("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]
3 changes: 1 addition & 2 deletions AuroraNative/build.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#pragma once

#define VERSION "v1.1.0.0"

//#define LOCALHOST // Enables Localhost servers
#define ONLINE // Enables Online servers

#define DISABLE_PINNING // Disables SSL pinning
#define DISABLE_PROXY // Disables proxy

//#define VERBOSE // Enables verbose logging

0 comments on commit 5f6b465

Please sign in to comment.