Skip to content

Commit d483126

Browse files
committed
Added missing license info, updated Dynamitey
1 parent 771099d commit d483126

File tree

9 files changed

+58
-10
lines changed

9 files changed

+58
-10
lines changed

FSharp.Dynamic/AssemblyInfo.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ open System.Runtime.InteropServices;
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the ‘*’ as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[<assembly: AssemblyVersion("1.3.2.0")>]
35+
[<assembly: AssemblyVersion("1.3.3.0")>]
3636
()

FSharp.Dynamic/Dyamic.fs

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
namespace EkonBenefits.FSharp
1+
//
2+
// Copyright 2011 Ekon Benefits
3+
//
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
9+
//
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
15+
16+
namespace EkonBenefits.FSharp
217

318
module Dynamic=
419
open System

FSharp.Dynamic/FSharp.Dynamic.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</ItemGroup>
4848
<ItemGroup>
4949
<Reference Include="Dynamitey">
50-
<HintPath>..\packages\Dynamitey.0.8.0.5\lib\portable-win+net45+sl40\Dynamitey.dll</HintPath>
50+
<HintPath>..\packages\Dynamitey.0.8.0.6\lib\portable-win+net45+sl40\Dynamitey.dll</HintPath>
5151
<Private>True</Private>
5252
</Reference>
5353
<Reference Include="FSharp.Core">
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>$id$</id>
5+
<version>$version$</version>
6+
<title>$title$</title>
7+
<authors>$author$</authors>
8+
<owners>$author$</owners>
9+
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
10+
<projectUrl>https://github.com/ekonbenefits/FSharp.Dynamic</projectUrl>
11+
<!--<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>-->
12+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13+
<description>$description$</description>
14+
<releaseNotes>PCL port.</releaseNotes>
15+
<copyright>Copyright 2013</copyright>
16+
<tags>fsharp dynamic dlr pcl</tags>
17+
</metadata>
18+
</package>

FSharp.Dynamic/Util.fs

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1-
namespace EkonBenefits.FSharp
1+
//
2+
// Copyright 2011 Ekon Benefits
3+
//
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
9+
//
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
15+
16+
17+
namespace EkonBenefits.FSharp
218

319
module Util=
420
open Dynamitey

FSharp.Dynamic/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Dynamitey" version="0.8.0.5" targetFramework="portable-win+net45+sl50" />
3+
<package id="Dynamitey" version="0.8.0.6" targetFramework="portable-win+net45+sl50" />
44
</packages>

Tests/Tests.fsproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@
3636
</PropertyGroup>
3737
<ItemGroup>
3838
<Reference Include="Dynamitey">
39-
<HintPath>..\packages\Dynamitey.0.8.0.5\lib\portable-win+net45+sl40\Dynamitey.dll</HintPath>
40-
<Private>True</Private>
41-
</Reference>
42-
<Reference Include="Dynamitey, Version=0.8.0.4, Culture=neutral, PublicKeyToken=cbf53ea3aeb972c6">
39+
<HintPath>..\packages\Dynamitey.0.8.0.6\lib\portable-win+net45+sl40\Dynamitey.dll</HintPath>
4340
<Private>True</Private>
4441
</Reference>
4542
<Reference Include="FsUnit.NUnit">

Tests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Dynamitey" version="0.8.0.5" targetFramework="net45" />
3+
<package id="Dynamitey" version="0.8.0.6" targetFramework="net45" />
44
<package id="FsUnit" version="1.2.1.0" targetFramework="net45" />
55
<package id="NUnit" version="2.6.2" targetFramework="net40" />
66
</packages>

dist/create-nuget.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@echo off
2+
..\.nuget\nuget.exe pack ..\FSharp.Dynamic\FSharp.Dynamic.fsproj -Build -Properties Configuration=Release -Symbols

0 commit comments

Comments
 (0)