Browse Source

Updated version to reflect subproject

pull/46/head
Anairkoen Schno 5 years ago
parent
commit
f3c85b9540
4 changed files with 7 additions and 7 deletions
  1. +2
    -2
      IPA.Injector/Properties/AssemblyInfo.cs
  2. +2
    -2
      IPA.Loader/Updating/SelfPlugin.cs
  3. +2
    -2
      IPA/Properties/AssemblyInfo.cs
  4. +1
    -1
      appveyor.yml

+ 2
- 2
IPA.Injector/Properties/AssemblyInfo.cs View File

@ -33,5 +33,5 @@ using System.Runtime.InteropServices;
// 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("3.11.6")]
[assembly: AssemblyFileVersion("3.11.6")]
[assembly: AssemblyVersion("3.12.0")]
[assembly: AssemblyFileVersion("3.12.0")]

+ 2
- 2
IPA.Loader/Updating/SelfPlugin.cs View File

@ -4,8 +4,8 @@ namespace IPA.Updating
{
internal class SelfPlugin : IBeatSaberPlugin
{
internal const string IPA_Name = "Beat Saber IPA";
internal const string IPA_Version = "3.11.6";
internal const string IPA_Name = "Beat Saber IPA - Builtin manifest support";
internal const string IPA_Version = "3.12.0";
public static SelfPlugin Instance { get; set; } = new SelfPlugin();


+ 2
- 2
IPA/Properties/AssemblyInfo.cs View File

@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// 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("3.11.6")]
[assembly: AssemblyFileVersion("3.11.6")]
[assembly: AssemblyVersion("3.12.0")]
[assembly: AssemblyFileVersion("3.12.0")]

+ 1
- 1
appveyor.yml View File

@ -1,6 +1,6 @@
version: 'BSIPA-{branch}-{build}'
environment:
bsipa_version: '3.11.6'
bsipa_version: '3.12.0'
pull_requests:
do_not_increment_build_number: true
install:


Loading…
Cancel
Save