Skip to content
This repository was archived by the owner on Aug 13, 2020. It is now read-only.

Commit cd61f6a

Browse files
committed
Added Zero29 NuGet package,
in order to be able to handle Semantic Versioning from the command-line.
1 parent e0fe0cb commit cd61f6a

File tree

8 files changed

+163
-17
lines changed

8 files changed

+163
-17
lines changed

Numsense/Numsense.fsproj

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,6 @@
3535
<WarningLevel>3</WarningLevel>
3636
<DocumentationFile>bin\Release\Ploeh.Numsense.XML</DocumentationFile>
3737
</PropertyGroup>
38-
<ItemGroup>
39-
<Reference Include="mscorlib" />
40-
<Reference Include="FSharp.Core, Version=$(TargetFSharpCoreVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
41-
<Private>True</Private>
42-
</Reference>
43-
<Reference Include="System" />
44-
<Reference Include="System.Core" />
45-
<Reference Include="System.Numerics" />
46-
</ItemGroup>
47-
<ItemGroup>
48-
<Compile Include="AssemblyInfo.fs" />
49-
<Compile Include="InternalDsl.fs" />
50-
<Compile Include="Danish.fs" />
51-
<Compile Include="English.fs" />
52-
<Compile Include="Numeral.fs" />
53-
<Compile Include="ObjectOriented.fs" />
54-
</ItemGroup>
5538
<PropertyGroup>
5639
<MinimumVisualStudioVersion Condition="'$(MinimumVisualStudioVersion)' == ''">11</MinimumVisualStudioVersion>
5740
</PropertyGroup>
@@ -68,6 +51,24 @@
6851
</Otherwise>
6952
</Choose>
7053
<Import Project="$(FSharpTargetsPath)" />
54+
<ItemGroup>
55+
<Compile Include="AssemblyInfo.fs" />
56+
<Compile Include="InternalDsl.fs" />
57+
<Compile Include="Danish.fs" />
58+
<Compile Include="English.fs" />
59+
<Compile Include="Numeral.fs" />
60+
<Compile Include="ObjectOriented.fs" />
61+
<Content Include="packages.config" />
62+
</ItemGroup>
63+
<ItemGroup>
64+
<Reference Include="mscorlib" />
65+
<Reference Include="FSharp.Core, Version=$(TargetFSharpCoreVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
66+
<Private>True</Private>
67+
</Reference>
68+
<Reference Include="System" />
69+
<Reference Include="System.Core" />
70+
<Reference Include="System.Numerics" />
71+
</ItemGroup>
7172
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
7273
Other similar extension points exist, see Microsoft.Common.targets.
7374
<Target Name="BeforeBuild">

Numsense/packages.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="Zero29" version="0.6.2" targetFramework="net45" />
4+
</packages>
390 KB
Binary file not shown.
1.07 MB
Binary file not shown.

packages/Zero29.0.6.2/tools/Ploeh.ZeroToNine.XML

Lines changed: 57 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
10.5 KB
Binary file not shown.

packages/Zero29.0.6.2/tools/Zero29.XML

Lines changed: 84 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
33.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)