Skip to content

Commit

Permalink
Prep 2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
toebeann committed Dec 22, 2023
1 parent 66588cd commit 76edf0b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [2.0.1] - 2023-12-22

### Changed

- Add sensible defaults for `Patching.ExcludedAssemblies` config value ([`7ab989e`](https://github.com/toebeann/Tobey.UnityAudio/commit/7ab989e422caeca8f5b347e4a32fbfc133d2c3cd))

## [2.0.0] - 2023-09-01

### Changed
Expand Down Expand Up @@ -33,6 +39,7 @@

Initial release 🚀

[2.0.1]: https://github.com/toebeann/Tobey.UnityAudio/releases/tag/v2.0.1
[2.0.0]: https://github.com/toebeann/Tobey.UnityAudio/releases/tag/v2.0.0
[1.0.3]: https://github.com/toebeann/Tobey.UnityAudio/releases/tag/v1.0.3
[1.0.2]: https://github.com/toebeann/Tobey.UnityAudio/releases/tag/v1.0.2
Expand Down
4 changes: 2 additions & 2 deletions Patcher/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("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
[assembly: AssemblyVersion("2.0.1.0")]
[assembly: AssemblyFileVersion("2.0.1.0")]
2 changes: 1 addition & 1 deletion Plugin/Plugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net35</TargetFramework>
<AssemblyName>Tobey.UnityAudio.Plugin</AssemblyName>
<Description>Attempts to play a sound at the camera once the game has loaded</Description>
<Version>2.0.0</Version>
<Version>2.0.1</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<Product>Unity Audio Patcher</Product>
Expand Down
4 changes: 2 additions & 2 deletions Shared/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
// 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("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
[assembly: AssemblyVersion("2.0.1.0")]
[assembly: AssemblyFileVersion("2.0.1.0")]

[assembly: InternalsVisibleTo("Tobey.UnityAudio.Patcher")]
[assembly: InternalsVisibleTo("Tobey.UnityAudio.Plugin")]
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "UnityAudio",
"description": "A universal BepInEx patcher to enable/disable Unity's built-in audio for any Unity game.",
"version_number": "2.0.0",
"version_number": "2.0.1",
"dependencies": [
"BepInEx-BepInExPack-5.4.2100"
],
Expand Down

0 comments on commit 76edf0b

Please sign in to comment.