Sha256: 2273b02fbaddfb42302aa976fb3de974d0d2d5d410a666b0db1861e6675c0a4b

Contents?: true

Size: 210 Bytes

Versions: 10

Compression:

Stored size: 210 Bytes

Contents

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace TestSolution
{
	public class Class1
	{

		public string Foo()
		{
			return "bar";
		}

	}
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
albacore-0.2.0.preview1 spec/support/TestSolution/TestSolution/Class1.cs
albacore-0.1.5 spec/support/TestSolution/TestSolution/Class1.cs
albacore-0.1.4 spec/support/TestSolution/TestSolution/Class1.cs
albacore-0.1.3 spec/support/TestSolution/TestSolution/Class1.cs
albacore-0.1.2 spec/support/TestSolution/TestSolution/Class1.cs
albacore-0.1.1 spec/support/TestSolution/TestSolution/Class1.cs
albacore-0.1.0 spec/support/TestSolution/TestSolution/Class1.cs
albacore-0.0.9 spec/support/TestSolution/TestSolution/Class1.cs
albacore-0.0.8 spec/support/TestSolution/TestSolution/Class1.cs
albacore-0.0.7 spec/support/TestSolution/TestSolution/Class1.cs