Skip to content

Commit

Permalink
Changed version -> 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLarsson committed Nov 6, 2014
1 parent daa552c commit 5492191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions Gu.Units/Gu.Units.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@
<BuildPackage>true</BuildPackage>
</PropertyGroup>
<ItemGroup>
<Reference Include="MathNet.Spatial">
<HintPath>..\packages\MathNet.Spatial.0.1.3\lib\net45\MathNet.Spatial.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml" />
Expand All @@ -67,7 +64,6 @@
<Compile Include="AccelerationUnit.generated.cs">
<DependentUpon>UnitGenerator.txt4</DependentUpon>
</Compile>
<Compile Include="Angle.cs" />
<Compile Include="Angle.generated.cs">
<DependentUpon>QuantityGenerator.txt4</DependentUpon>
</Compile>
Expand Down Expand Up @@ -237,7 +233,6 @@
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="QuantityGenerator.txt4" />
<None Include="UnitGenerator.txt4" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Gu.Units/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.2.0.0")]
[assembly: AssemblyFileVersion("0.2.0.0")]
[assembly: NeutralResourcesLanguageAttribute("en")]

0 comments on commit 5492191

Please sign in to comment.