[commit] r2532 - trunk/Tests/GPyUnit/DsmlGeneratorTest

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Wed Sep 17 12:35:29 CDT 2014


Author: ksmyth
Date: Wed Sep 17 12:35:29 2014
New Revision: 2532

Log:
DsmlGeneratorTest: bump NuGet package versions

Modified:
   trunk/Tests/GPyUnit/DsmlGeneratorTest/DsmlGeneratorTest.csproj
   trunk/Tests/GPyUnit/DsmlGeneratorTest/app.config
   trunk/Tests/GPyUnit/DsmlGeneratorTest/packages.config

Modified: trunk/Tests/GPyUnit/DsmlGeneratorTest/DsmlGeneratorTest.csproj
==============================================================================
--- trunk/Tests/GPyUnit/DsmlGeneratorTest/DsmlGeneratorTest.csproj	Wed Sep 17 12:35:23 2014	(r2531)
+++ trunk/Tests/GPyUnit/DsmlGeneratorTest/DsmlGeneratorTest.csproj	Wed Sep 17 12:35:29 2014	(r2532)
@@ -60,14 +60,15 @@
       <SpecificVersion>False</SpecificVersion>
       <EmbedInteropTypes>False</EmbedInteropTypes>
     </Reference>
-    <Reference Include="ISIS.GME.Common, Version=1.0.4.0, Culture=neutral, PublicKeyToken=1321e6b92842fe54, processorArchitecture=MSIL">
-      <HintPath>packages\GME.DSMLGenerator.Runtime.1.0.10.0\lib\net40\ISIS.GME.Common.dll</HintPath>
+    <Reference Include="ISIS.GME.Common, Version=1.0.5.0, Culture=neutral, PublicKeyToken=1321e6b92842fe54, processorArchitecture=MSIL">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>packages\GME.DSMLGenerator.Runtime.1.0.14.1\lib\net40\ISIS.GME.Common.dll</HintPath>
     </Reference>
     <Reference Include="ISIS.GME.Dsml.BidirConnection">
       <HintPath>..\ISIS.GME.Dsml.BidirConnection.dll</HintPath>
     </Reference>
     <Reference Include="MgaMeta, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1321e6b92842fe54, processorArchitecture=MSIL">
-      <HintPath>packages\GME.DSMLGenerator.Runtime.1.0.10.0\lib\net40\MgaMeta.dll</HintPath>
+      <HintPath>packages\GME.DSMLGenerator.Runtime.1.0.14.1\lib\net40\MgaMeta.dll</HintPath>
     </Reference>
     <Reference Include="System" />
     <Reference Include="System.Core" />

Modified: trunk/Tests/GPyUnit/DsmlGeneratorTest/app.config
==============================================================================
--- trunk/Tests/GPyUnit/DsmlGeneratorTest/app.config	Wed Sep 17 12:35:23 2014	(r2531)
+++ trunk/Tests/GPyUnit/DsmlGeneratorTest/app.config	Wed Sep 17 12:35:29 2014	(r2532)
@@ -10,6 +10,10 @@
         <assemblyIdentity name="GME.MGA.Meta" publicKeyToken="f240a760fe751c2e" culture="neutral" />
         <bindingRedirect oldVersion="0.0.0.0-1.0.1.0" newVersion="1.0.1.0" />
       </dependentAssembly>
+      <dependentAssembly>
+        <assemblyIdentity name="ISIS.GME.Common" publicKeyToken="1321e6b92842fe54" culture="neutral" />
+        <bindingRedirect oldVersion="0.0.0.0-1.0.5.0" newVersion="1.0.5.0" />
+      </dependentAssembly>
     </assemblyBinding>
   </runtime>
 </configuration>
\ No newline at end of file

Modified: trunk/Tests/GPyUnit/DsmlGeneratorTest/packages.config
==============================================================================
--- trunk/Tests/GPyUnit/DsmlGeneratorTest/packages.config	Wed Sep 17 12:35:23 2014	(r2531)
+++ trunk/Tests/GPyUnit/DsmlGeneratorTest/packages.config	Wed Sep 17 12:35:29 2014	(r2532)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
 <packages>
-  <package id="GME.DSMLGenerator.Runtime" version="1.0.10.0" targetFramework="net40-Client" />
+  <package id="GME.DSMLGenerator.Runtime" version="1.0.14.1" targetFramework="net40-Client" />
   <package id="GME.PIAs" version="1.0.1.0" targetFramework="net40-Client" />
 </packages>
\ No newline at end of file


More information about the gme-commit mailing list