File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Playlist Generator GUI/Properties Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5151// You can specify all the values or you can default the Build and Revision Numbers
5252// by using the '*' as shown below:
5353// [assembly: AssemblyVersion("1.0.*")]
54- [ assembly: AssemblyVersion ( "1.3.0 .0" ) ]
55- [ assembly: AssemblyFileVersion ( "1.3.0 .0" ) ]
54+ [ assembly: AssemblyVersion ( "1.3.1 .0" ) ]
55+ [ assembly: AssemblyFileVersion ( "1.3.1 .0" ) ]
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public Playlist Add(string path) {
2828 }
2929
3030 public Playlist Write ( Stream stream ) {
31- var writer = new StreamWriter ( stream ) ;
31+ var writer = new StreamWriter ( stream , Encoding . UTF8 ) ;
3232 writer . Write ( ToString ( ) ) ;
3333 writer . Flush ( ) ;
3434
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 ( "1.1.0 .0" ) ]
36- [ assembly: AssemblyFileVersion ( "1.1.0 .0" ) ]
35+ [ assembly: AssemblyVersion ( "1.1.1 .0" ) ]
36+ [ assembly: AssemblyFileVersion ( "1.1.1 .0" ) ]
3737
3838//Friend assemblies.
3939[ assembly: InternalsVisibleTo ( "PlaylistGeneratorTest" ) ]
You can’t perform that action at this time.
0 commit comments