Skip to content

Commit 76edf0b

Browse files
committed
Prep 2.0.1 release
1 parent 66588cd commit 76edf0b

5 files changed

Lines changed: 13 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [2.0.1] - 2023-12-22
4+
5+
### Changed
6+
7+
- Add sensible defaults for `Patching.ExcludedAssemblies` config value ([`7ab989e`](https://github.com/toebeann/Tobey.UnityAudio/commit/7ab989e422caeca8f5b347e4a32fbfc133d2c3cd))
8+
39
## [2.0.0] - 2023-09-01
410

511
### Changed
@@ -33,6 +39,7 @@
3339

3440
Initial release 🚀
3541

42+
[2.0.1]: https://github.com/toebeann/Tobey.UnityAudio/releases/tag/v2.0.1
3643
[2.0.0]: https://github.com/toebeann/Tobey.UnityAudio/releases/tag/v2.0.0
3744
[1.0.3]: https://github.com/toebeann/Tobey.UnityAudio/releases/tag/v1.0.3
3845
[1.0.2]: https://github.com/toebeann/Tobey.UnityAudio/releases/tag/v1.0.2

Patcher/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.0.0.0")]
36-
[assembly: AssemblyFileVersion("2.0.0.0")]
35+
[assembly: AssemblyVersion("2.0.1.0")]
36+
[assembly: AssemblyFileVersion("2.0.1.0")]

Plugin/Plugin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net35</TargetFramework>
55
<AssemblyName>Tobey.UnityAudio.Plugin</AssemblyName>
66
<Description>Attempts to play a sound at the camera once the game has loaded</Description>
7-
<Version>2.0.0</Version>
7+
<Version>2.0.1</Version>
88
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
99
<LangVersion>latest</LangVersion>
1010
<Product>Unity Audio Patcher</Product>

Shared/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.0.0.0")]
36-
[assembly: AssemblyFileVersion("2.0.0.0")]
35+
[assembly: AssemblyVersion("2.0.1.0")]
36+
[assembly: AssemblyFileVersion("2.0.1.0")]
3737

3838
[assembly: InternalsVisibleTo("Tobey.UnityAudio.Patcher")]
3939
[assembly: InternalsVisibleTo("Tobey.UnityAudio.Plugin")]

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "UnityAudio",
33
"description": "A universal BepInEx patcher to enable/disable Unity's built-in audio for any Unity game.",
4-
"version_number": "2.0.0",
4+
"version_number": "2.0.1",
55
"dependencies": [
66
"BepInEx-BepInExPack-5.4.2100"
77
],

0 commit comments

Comments
 (0)