Skip to content

Commit

Permalink
Pushed project version
Browse files Browse the repository at this point in the history
  • Loading branch information
Taylor Shuler committed Jun 19, 2013
1 parent cdb82a4 commit ad26c66
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
README
CHANGELOG

Version 0.2
- Added number string parser
- Converted tests to run against NUnit

Version 0.1
A .Net based Unit Conversion API that is web service friendly and comprehensive, yet easy to program against.
- Initial project
1 change: 1 addition & 0 deletions Cubico.Tests/Cubico.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<Compile Include="UnitTest.cs" />
<Compile Include="UnitTestCategory.cs" />
<Compile Include="UnitTypeTest.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Cubico\Cubico.csproj">
Expand Down
26 changes: 26 additions & 0 deletions Cubico.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
using System.Reflection;
using System.Runtime.CompilerServices;

// Information about this assembly is defined by the following attributes.
// Change them to the values specific to your project.

[assembly: AssemblyTitle("Cubico.Tests")]
[assembly: AssemblyDescription("Tests for Cubico")]
//[assembly: AssemblyConfiguration("")]
//[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Cubico.Tests")]
//[assembly: AssemblyCopyright("")]
//[assembly: AssemblyTrademark("")]
//[assembly: AssemblyCulture("")]

// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

//[assembly: AssemblyVersion("1.0.*")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.

//[assembly: AssemblyDelaySign(false)]
//[assembly: AssemblyKeyFile("")]

0 comments on commit ad26c66

Please sign in to comment.