Skip to content

Commit 4297fee

Browse files
author
Magnus Gether Sørensen
committed
published 5.4.2 to correct package
1 parent 6733de0 commit 4297fee

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

build.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Target.create "PublishNuGet" (fun _ ->
204204
{ defaults with
205205
PushParams = setNugetPushParams defaults.PushParams
206206
}
207-
let nugetPacakge = !!("bin/"+project+".*.nupkg") |> Seq.head
207+
let nugetPacakge = !!("bin/Delegate."+project+".*.nupkg") |> Seq.head
208208
DotNet.nugetPush setParams nugetPacakge)
209209

210210

src/XrmDefinitelyTyped/XrmDefinitelyTyped.fsproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
</PropertyGroup>
66
<PropertyGroup>
77
<PackageProjectUrl>http://delegateas.github.io/</PackageProjectUrl>
8+
<PackageTags>microsoft crm xrm dynamics xrmdefinitelytyped typescript ts definitelytyped javascript sdk rest odata fsharp f# delegate D365 Dynamics365 365</PackageTags>
9+
<PackageIcon>XrmDefinitelyTyped-sticker_small.png</PackageIcon>
10+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
11+
<PackageId>Delegate.XrmDefinitelyTyped</PackageId>
812
<Authors>Delegate A/S,Martin Kasban Tange</Authors>
913
<Company>Delegate</Company>
1014
<Description>Tool to generate TypeScript declaration files for MS Dynamics 365/CRM client-side coding.</Description>
11-
<PackageTags>microsoft crm xrm dynamics xrmdefinitelytyped typescript ts definitelytyped javascript sdk rest odata fsharp f# delegate D365 Dynamics365 365</PackageTags>
1215
<Copyright>Copyright (c) Delegate A/S 2017</Copyright>
13-
<PackageIcon>XrmDefinitelyTyped-sticker_small.png</PackageIcon>
1416
<RepositoryUrl>https://github.com/delegateas/XrmDefinitelyTyped</RepositoryUrl>
1517
<RepositoryType>git</RepositoryType>
16-
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1718
<OutputType>Exe</OutputType>
1819
</PropertyGroup>
1920
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

0 commit comments

Comments
 (0)