Changed UploadStringAsync to handle UploadString encapsulated exceptions.
[mono.git] / mcs / errors / cs0647-19.cs
1 // CS0647: Error during emitting `System.Reflection.AssemblyVersionAttribute' attribute. The reason is `Specified version `2.*' is not valid'
2 // Line: 6
3
4 using System.Reflection;
5
6 [assembly: AssemblyVersion("2.*")]