Skip to content

Commit

Permalink
Updated README and assembly versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pathartl committed Dec 12, 2018
1 parent 8614059 commit 7cc860a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions BleemSync.Data/BleemSync.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<RootNamespace>BleemSync.Data</RootNamespace>
<AssemblyVersion>0.3.0.0</AssemblyVersion>
<FileVersion>0.3.0.0</FileVersion>
<Version>0.3.0</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="2.2.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.2.0" />
</ItemGroup>

Expand Down
1 change: 1 addition & 0 deletions BleemSync.Services/BleemSync.Services.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<RootNamespace>BleemSync.Services</RootNamespace>
<Version>0.3.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions BleemSync.Utilities/BleemSync.Utilities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<RootNamespace>BleemSync.Utilities</RootNamespace>
<Version>0.3.0</Version>
<AssemblyVersion>0.3.0.0</AssemblyVersion>
<FileVersion>0.3.0.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 3 additions & 1 deletion BleemSync/BleemSync.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<RootNamespace>BleemSync</RootNamespace>
<Version>0.1.0</Version>
<Version>0.3.0</Version>
<Authors>DoctorDalek</Authors>
<Company>Team Classic+</Company>
<RepositoryUrl>https://github.com/pathartl/BleemSync</RepositoryUrl>
<AssemblyVersion>0.3.0.0</AssemblyVersion>
<FileVersion>0.3.0.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ Make sure you have run BleemSync on your PC. This usually means the game databas
On your USB drive, go to `System/Preferences` and remove `regional.pre`. If this doesn't work, start up your PlayStation Classic without your USB drive inserted, select Battle Arena Toshinden, and then unplug the machine. Plug it back in along with your USB drive and it should now boot into the menu.

## Known Issues/Limitations
* The user data partition is being overmounted, but is not super stable. **Game saves and controls may not work on some games**
* Games have to be in sequential order. This is a limit imposed by BleemSync. Further testing has to be done to see if this is a system limitation
* Games have to be in `bin`/`cue` format. This is a limit imposed by the system's UI
* Other regions may not be working at this time
Expand Down

0 comments on commit 7cc860a

Please # to comment.