Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
Added iconUrl to nuspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimontana82 committed Apr 11, 2016
1 parent 0fa9d00 commit 5fb62cb
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
5 changes: 3 additions & 2 deletions FakeXrmEasy.2011.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
<owners>@jordimontana</owners>
<licenseUrl>https://raw.githubusercontent.com/jordimontana82/fake-xrm-easy/master/LICENSE.md</licenseUrl>
<projectUrl>http://dynamicsvalue.com/home?source=nuget</projectUrl>
<iconUrl>http://dynamicsvalue.com/images/fakexrmeasy.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Utilities to streamline unit testing in Dynamics CRM by faking the IOrganizationService using FakeItEasy and make it work against an In-Memory context.</description>
<description>Utilities to streamline unit testing in Dynamics CRM 2011 by faking the IOrganizationService against an In-Memory context which runs blazingly fast.</description>
<releaseNotes>@releaseNotes@</releaseNotes>
<copyright>Copyright 2014-2016</copyright>
<tags>xrm dynamics crm unit testing mock mocking fake fakes 2011</tags>
<tags>dynamics crm 2011 unit testing xrm mock mocking fake fakes</tags>
<dependencies>
<dependency id="FakeItEasy" version="1.25.1" />
<dependency id="Microsoft.Xrm.Sdk.2011" version="5.0.18" />
Expand Down
5 changes: 3 additions & 2 deletions FakeXrmEasy.2013.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
<owners>@jordimontana</owners>
<licenseUrl>https://raw.githubusercontent.com/jordimontana82/fake-xrm-easy/master/LICENSE.md</licenseUrl>
<projectUrl>http://dynamicsvalue.com/home?source=nuget</projectUrl>
<iconUrl>http://dynamicsvalue.com/images/fakexrmeasy.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Utilities to streamline unit testing in Dynamics CRM by faking the IOrganizationService using FakeItEasy and make it work against an In-Memory context.</description>
<description>Utilities to streamline unit testing in Dynamics CRM 2013 by faking the IOrganizationService against an In-Memory context which runs blazingly fast.</description>
<releaseNotes>@releaseNotes@</releaseNotes>
<copyright>Copyright 2014-2016</copyright>
<tags>xrm dynamics crm unit testing mock mocking fake fakes 2011</tags>
<tags>dynamics crm 2013 unit testing xrm mock mocking fake fakes</tags>
<dependencies>
<dependency id="FakeItEasy" version="1.25.1" />
<dependency id="Microsoft.Xrm.Sdk.2011" version="5.0.18" />
Expand Down
5 changes: 3 additions & 2 deletions FakeXrmEasy.2015.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
<owners>@jordimontana</owners>
<licenseUrl>https://raw.githubusercontent.com/jordimontana82/fake-xrm-easy/master/LICENSE.md</licenseUrl>
<projectUrl>http://dynamicsvalue.com/home?source=nuget</projectUrl>
<iconUrl>http://dynamicsvalue.com/images/fakexrmeasy.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Utilities to streamline unit testing in Dynamics CRM 2015 by faking the IOrganizationService using FakeItEasy and make it work against an In-Memory context.</description>
<description>Utilities to streamline unit testing in Dynamics CRM 2015 by faking the IOrganizationService against an In-Memory context which runs blazingly fast.</description>
<releaseNotes>@releaseNotes@</releaseNotes>
<copyright>Copyright 2014-2016</copyright>
<tags>xrm dynamics crm 2015 unit testing mock mocking fake fakes</tags>
<tags>dynamics crm 2015 unit testing xrm mock mocking fake fakes</tags>
<dependencies>
<dependency id="FakeItEasy" version="1.25.3" />
<dependency id="Microsoft.CrmSdk.CoreAssemblies" version="7.1.1" />
Expand Down
5 changes: 3 additions & 2 deletions FakeXrmEasy.2016.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
<owners>@jordimontana</owners>
<licenseUrl>https://raw.githubusercontent.com/jordimontana82/fake-xrm-easy/master/LICENSE.md</licenseUrl>
<projectUrl>http://dynamicsvalue.com/home?source=nuget</projectUrl>
<iconUrl>http://dynamicsvalue.com/images/fakexrmeasy.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Utilities to streamline unit testing in Dynamics CRM 2016 by faking the IOrganizationService using FakeItEasy and make it work against an In-Memory context.</description>
<description>Utilities to streamline unit testing in Dynamics CRM 2016 by faking the IOrganizationService against an In-Memory context which runs blazingly fast.</description>
<releaseNotes>@releaseNotes@</releaseNotes>
<copyright>Copyright 2014-2016</copyright>
<tags>xrm dynamics crm 2016 unit testing mock mocking fake fakes</tags>
<tags>dynamics crm 2016 unit testing xrm mock mocking fake fakes</tags>
<dependencies>
<dependency id="FakeItEasy" version="1.25.3" />
<dependency id="Microsoft.CrmSdk.CoreAssemblies" version="8.0.1" />
Expand Down
4 changes: 2 additions & 2 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ let nugetDir = @".\nuget\"
let nugetDeployDir = @"[Enter_NuGet_Url]"
let packagesDir = @".\packages\"

let mutable previousVersion = "1.11.0"
let mutable version = "1.11.1" //Copy this into previousVersion before publishing packages...
let mutable previousVersion = "1.11.1"
let mutable version = "1.12.0" //Copy this into previousVersion before publishing packages...
let mutable build = buildVersion
let mutable nugetVersion = version
let mutable asmVersion = version
Expand Down

0 comments on commit 5fb62cb

Please sign in to comment.