[Pkg-cli-apps-commits] [fsharp] 14/60: Implement the improved version number sheme for portable lbiraries (changeset 1297516)

Christopher Halse Rogers raof-guest at moszumanska.debian.org
Sun Sep 14 08:13:36 UTC 2014


This is an automated email from the git hooks/post-receive script.

raof-guest pushed a commit to branch master
in repository fsharp.

commit d673d31bf7a9de3ebc3faac8d8b5689538cad8ea
Author: KevinRansom <kevinr at microsoft.com>
Date:   Mon Jul 14 16:07:52 2014 -0700

    Implement the improved version number sheme for portable lbiraries (changeset 1297516)
---
 src/FSharpSource.targets                           |  4 +--
 .../NETCorePortableLibrary/PortableLibrary.fsproj  |  2 +-
 .../NetCorePortableLibrary/PortableLibrary.fsproj  |  2 +-
 .../EnableOpenSource/EnableOpenSource.pkgdef       | 33 ++++++++++++++++++++++
 4 files changed, 37 insertions(+), 4 deletions(-)

diff --git a/src/FSharpSource.targets b/src/FSharpSource.targets
index e7beeee..767d9c0 100644
--- a/src/FSharpSource.targets
+++ b/src/FSharpSource.targets
@@ -15,8 +15,8 @@
                 <OtherFlags Condition="'$(TargetFramework)' == 'net20'">$(OtherFlags) --version:2.3.1.9055</OtherFlags>
                 <OtherFlags Condition="'$(TargetFramework)' == 'portable7'">$(OtherFlags) --version:3.3.1.9055</OtherFlags>
                 <OtherFlags Condition="'$(TargetFramework)' == 'portable47'">$(OtherFlags) --version:2.3.5.9055</OtherFlags>
-                <OtherFlags Condition="'$(TargetFramework)' == 'portable78'">$(OtherFlags) --version:3.4.78.9055</OtherFlags>
-                <OtherFlags Condition="'$(TargetFramework)' == 'portable259'">$(OtherFlags) --version:3.4.259.9055</OtherFlags>
+                <OtherFlags Condition="'$(TargetFramework)' == 'portable78'">$(OtherFlags) --version:3.78.3.9055</OtherFlags>
+                <OtherFlags Condition="'$(TargetFramework)' == 'portable259'">$(OtherFlags) --version:3.259.3.9055</OtherFlags>
                 <OtherFlags>$(OtherFlags) --delaysign+ --keyfile:"$(FSharpSourcesRoot)\fsharp\msft.pubkey"</OtherFlags>
                 <DefineConstants>STRONG_NAME_AND_DELAY_SIGN_FSHARP_COMPILER_WITH_MSFT_KEY;$(DefineConstants)</DefineConstants>
                 <StrongNames>true</StrongNames>
diff --git a/vsintegration/src/Templates/NetCore259ProjectTemplates/ProjectTemplates/NETCorePortableLibrary/PortableLibrary.fsproj b/vsintegration/src/Templates/NetCore259ProjectTemplates/ProjectTemplates/NETCorePortableLibrary/PortableLibrary.fsproj
index 26ff2fa..49a40b7 100644
--- a/vsintegration/src/Templates/NetCore259ProjectTemplates/ProjectTemplates/NETCorePortableLibrary/PortableLibrary.fsproj
+++ b/vsintegration/src/Templates/NetCore259ProjectTemplates/ProjectTemplates/NETCorePortableLibrary/PortableLibrary.fsproj
@@ -12,7 +12,7 @@
     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     <TargetFrameworkProfile>Profile259</TargetFrameworkProfile>
     <TargetProfile>netcore</TargetProfile>
-    <TargetFSharpCoreVersion>3.4.259.310</TargetFSharpCoreVersion>
+    <TargetFSharpCoreVersion>3.259.3.1</TargetFSharpCoreVersion>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
diff --git a/vsintegration/src/Templates/NetCore78ProjectTemplates/ProjectTemplates/NetCorePortableLibrary/PortableLibrary.fsproj b/vsintegration/src/Templates/NetCore78ProjectTemplates/ProjectTemplates/NetCorePortableLibrary/PortableLibrary.fsproj
index 818b65e..591b5d1 100644
--- a/vsintegration/src/Templates/NetCore78ProjectTemplates/ProjectTemplates/NetCorePortableLibrary/PortableLibrary.fsproj
+++ b/vsintegration/src/Templates/NetCore78ProjectTemplates/ProjectTemplates/NetCorePortableLibrary/PortableLibrary.fsproj
@@ -12,7 +12,7 @@
     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     <TargetFrameworkProfile>Profile78</TargetFrameworkProfile>
     <TargetProfile>netcore</TargetProfile>
-    <TargetFSharpCoreVersion>3.4.78.310</TargetFSharpCoreVersion>
+    <TargetFSharpCoreVersion>3.78.3.1</TargetFSharpCoreVersion>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
diff --git a/vsintegration/src/deployment/EnableOpenSource/EnableOpenSource.pkgdef b/vsintegration/src/deployment/EnableOpenSource/EnableOpenSource.pkgdef
index 13b5df0..f4ce3fe 100644
--- a/vsintegration/src/deployment/EnableOpenSource/EnableOpenSource.pkgdef
+++ b/vsintegration/src/deployment/EnableOpenSource/EnableOpenSource.pkgdef
@@ -23,6 +23,39 @@
 "newVersion"="4.3.1.9055"
 "codeBase"="$PackageFolder$\FSharp.Core.dll"
 
+[$RootKey$\RuntimeConfiguration\dependentAssembly\bindingRedirection\{2DB67780-3B09-41E5-A8DC-92AF2E1665BD}}]
+"name"="FSharp.Core"
+"publicKeyToken"="b03f5f7f11d50a3a"
+"culture"="neutral"
+"oldVersion"="2.3.5.1"
+"newVersion"="2.3.5.9055"
+"codeBase"="$PackageFolder$\FSharp.Core.dll"
+
+[$RootKey$\RuntimeConfiguration\dependentAssembly\bindingRedirection\{2E3791E1-0D09-45C0-978E-3978D0E0468C}]
+"name"="FSharp.Core"
+"publicKeyToken"="b03f5f7f11d50a3a"
+"culture"="neutral"
+"oldVersion"="3.3.1.0"
+"newVersion"="3.3.1.9055"
+"codeBase"="$PackageFolder$\FSharp.Core.dll"
+
+[$RootKey$\RuntimeConfiguration\dependentAssembly\bindingRedirection\{CBD621B7-82C4-480D-9903-175BA609AC5D}]
+"name"="FSharp.Core"
+"publicKeyToken"="b03f5f7f11d50a3a"
+"culture"="neutral"
+"oldVersion"="3.78.3.1"
+"newVersion"="3.78.3.9055"
+"codeBase"="$PackageFolder$\FSharp.Core.dll"
+
+[$RootKey$\RuntimeConfiguration\dependentAssembly\bindingRedirection\{058D0C72-F919-4299-BB85-215EDCD030C2}]
+"name"="FSharp.Core"
+"publicKeyToken"="b03f5f7f11d50a3a"
+"culture"="neutral"
+"oldVersion"="3.259.3.1"
+"newVersion"="3.259.3.9055"
+"codeBase"="$PackageFolder$\FSharp.Core.dll"
+
+
 [$RootKey$\RuntimeConfiguration\dependentAssembly\bindingRedirection\{ABDE3CAF-B048-4A9B-A0A3-FC026E38BC90}]
 "name"="FSharp.Core"
 "publicKeyToken"="b03f5f7f11d50a3a"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/fsharp.git



More information about the Pkg-cli-apps-commits mailing list