Fisheye: Tag 6438083359ad78079925c6420745483ec9cb9422 refers to a dead (removed) revision in file `src/GlobalAssembly.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: src/GlobalAssembly.cs.svn =================================================================== diff -u --- src/GlobalAssembly.cs.svn (revision 0) +++ src/GlobalAssembly.cs.svn (revision 6438083359ad78079925c6420745483ec9cb9422) @@ -0,0 +1,14 @@ +using System.Reflection; +using System.Runtime.InteropServices; + +[assembly: AssemblyCompany("Deltares")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCopyright("Copyright � Deltares 2015")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +[assembly: ComVisible(false)] + +[assembly: AssemblyVersion("0.5.0.SVNREV")] +[assembly: AssemblyFileVersion("0.5.0.SVNREV")] \ No newline at end of file