File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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.2 .0" ) ]
36- [ assembly: AssemblyFileVersion ( "2.0.2 .0" ) ]
35+ [ assembly: AssemblyVersion ( "2.0.3 .0" ) ]
36+ [ assembly: AssemblyFileVersion ( "2.0.3 .0" ) ]
Original file line number Diff line number Diff line change 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.2 </Version >
7+ <Version >2.0.3 </Version >
88 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
99 <LangVersion >latest</LangVersion >
1010 <Product >Unity Audio Patcher</Product >
Original file line number Diff line number Diff line change 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.2 .0" ) ]
36- [ assembly: AssemblyFileVersion ( "2.0.2 .0" ) ]
35+ [ assembly: AssemblyVersion ( "2.0.3 .0" ) ]
36+ [ assembly: AssemblyFileVersion ( "2.0.3 .0" ) ]
3737
3838[ assembly: InternalsVisibleTo ( "Tobey.UnityAudio.Patcher" ) ]
3939[ assembly: InternalsVisibleTo ( "Tobey.UnityAudio.Plugin" ) ]
You can’t perform that action at this time.
0 commit comments