Skip to content

Commit

Permalink
Update dependencies for latest update
Browse files Browse the repository at this point in the history
  • Loading branch information
DJDavid98 committed Mar 28, 2023
1 parent 8139838 commit 3575494
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

// General Information about an assembly is controlled through the following
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("bsrpc")]
Expand All @@ -11,8 +11,8 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

Expand All @@ -22,12 +22,12 @@
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// 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.0.5")]
[assembly: AssemblyFileVersion("1.0.5")]
[assembly: AssemblyVersion("1.1.0")]
[assembly: AssemblyFileVersion("1.1.0")]
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"id": "bsrpc",
"name": "bsrpc",
"author": "DJDavid98",
"version": "1.0.5",
"version": "1.1.0",
"description": "Discord Rich Presence integration for Beat Saber",
"gameVersion": "1.28.0",
"dependsOn": {
"BSIPA": "^4.2.2",
"DataPuller": "^2.1.1",
"DataPuller": "^2.1.2",
"DiscordCore": "^3.0.0"
},
"links": {
"project-source": "https://github.com/DJDavid98/bsrpc"
}
}
}

0 comments on commit 3575494

Please sign in to comment.