Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SunboX/Prism.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Lagunas <brianlagunas@users.noreply.github.com>2016-11-02 23:42:26 +0300
committerGitHub <noreply@github.com>2016-11-02 23:42:26 +0300
commit82f6bcc5a913e90328e03959a505156cb59f515c (patch)
tree8cfc390056c6b256da5de97ee18a238d6c07bbee
parentc5c519dd2b75f7b130af028ac95569253b58a5fb (diff)
parent2bd3594307dd935af88e97ee8610f903405de0f9 (diff)
Merge pull request #831 from PrismLibrary/6.3-PreviewPrism.v6.3.0
6.3 preview
-rw-r--r--Source/Prism/Properties/AssemblyInfo.cs6
-rw-r--r--Source/Windows10/Prism.Autofac.Windows/Properties/AssemblyInfo.cs6
-rw-r--r--Source/Windows10/Prism.SimpleInjector.Windows/Properties/AssemblyInfo.cs6
-rw-r--r--Source/Windows10/Prism.Unity.Windows/Properties/AssemblyInfo.cs6
-rw-r--r--Source/Windows10/Prism.Windows/Properties/AssemblyInfo.cs6
-rw-r--r--Source/Wpf/Prism.Autofac.Wpf/Properties/AssemblyInfo.cs6
-rw-r--r--Source/Wpf/Prism.Mef.Wpf/Properties/AssemblyInfo.cs6
-rw-r--r--Source/Wpf/Prism.Ninject.Wpf/Properties/AssemblyInfo.cs6
-rw-r--r--Source/Wpf/Prism.StructureMap.Wpf/Properties/AssemblyInfo.cs6
-rw-r--r--Source/Wpf/Prism.Unity.Wpf/Properties/AssemblyInfo.cs6
-rw-r--r--Source/Wpf/Prism.Wpf/Properties/AssemblyInfo.cs6
-rw-r--r--Source/Xamarin/Prism.Autofac.Forms/Properties/AssemblyInfo.cs6
-rw-r--r--Source/Xamarin/Prism.DryIoc.Forms/Properties/AssemblyInfo.cs6
-rw-r--r--Source/Xamarin/Prism.Forms/Properties/AssemblyInfo.cs6
-rw-r--r--Source/Xamarin/Prism.Ninject.Forms/Properties/AssemblyInfo.cs6
-rw-r--r--Source/Xamarin/Prism.Unity.Forms/Properties/AssemblyInfo.cs6
-rw-r--r--Source/nuspecs/CreatePrismNuGetPackages.ps134
17 files changed, 66 insertions, 64 deletions
diff --git a/Source/Prism/Properties/AssemblyInfo.cs b/Source/Prism/Properties/AssemblyInfo.cs
index dceff2f..7b4e776 100644
--- a/Source/Prism/Properties/AssemblyInfo.cs
+++ b/Source/Prism/Properties/AssemblyInfo.cs
@@ -16,6 +16,6 @@ using System.Reflection;
[assembly: NeutralResourcesLanguage("en")]
[assembly: CLSCompliant(true)]
-[assembly: AssemblyVersion("6.2")]
-[assembly: AssemblyFileVersion("6.2.1")]
-[assembly: AssemblyInformationalVersion("6.2.1")]
+[assembly: AssemblyVersion("6.3")]
+[assembly: AssemblyFileVersion("6.3.0")]
+[assembly: AssemblyInformationalVersion("6.3.0-pre1")]
diff --git a/Source/Windows10/Prism.Autofac.Windows/Properties/AssemblyInfo.cs b/Source/Windows10/Prism.Autofac.Windows/Properties/AssemblyInfo.cs
index b33b474..0a83bd0 100644
--- a/Source/Windows10/Prism.Autofac.Windows/Properties/AssemblyInfo.cs
+++ b/Source/Windows10/Prism.Autofac.Windows/Properties/AssemblyInfo.cs
@@ -13,7 +13,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
-[assembly: AssemblyVersion("6.0")]
-[assembly: AssemblyFileVersion("6.0.1")]
-[assembly: AssemblyInformationalVersion("6.1")]
+[assembly: AssemblyVersion("6.3")]
+[assembly: AssemblyFileVersion("6.3.0")]
+[assembly: AssemblyInformationalVersion("6.3.0-pre1")]
[assembly: ComVisible(false)] \ No newline at end of file
diff --git a/Source/Windows10/Prism.SimpleInjector.Windows/Properties/AssemblyInfo.cs b/Source/Windows10/Prism.SimpleInjector.Windows/Properties/AssemblyInfo.cs
index ce38df0..2659251 100644
--- a/Source/Windows10/Prism.SimpleInjector.Windows/Properties/AssemblyInfo.cs
+++ b/Source/Windows10/Prism.SimpleInjector.Windows/Properties/AssemblyInfo.cs
@@ -13,7 +13,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
-[assembly: AssemblyVersion("6.2")]
-[assembly: AssemblyFileVersion("6.2.0")]
-[assembly: AssemblyInformationalVersion("6.2.0")]
+[assembly: AssemblyVersion("6.3")]
+[assembly: AssemblyFileVersion("6.3.0")]
+[assembly: AssemblyInformationalVersion("6.3.0-pre1")]
[assembly: ComVisible(false)] \ No newline at end of file
diff --git a/Source/Windows10/Prism.Unity.Windows/Properties/AssemblyInfo.cs b/Source/Windows10/Prism.Unity.Windows/Properties/AssemblyInfo.cs
index ba0f3e5..b5982fe 100644
--- a/Source/Windows10/Prism.Unity.Windows/Properties/AssemblyInfo.cs
+++ b/Source/Windows10/Prism.Unity.Windows/Properties/AssemblyInfo.cs
@@ -13,7 +13,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
-[assembly: AssemblyVersion("6.2")]
-[assembly: AssemblyFileVersion("6.2.0")]
-[assembly: AssemblyInformationalVersion("6.2.0")]
+[assembly: AssemblyVersion("6.3")]
+[assembly: AssemblyFileVersion("6.3.0")]
+[assembly: AssemblyInformationalVersion("6.3.0-pre1")]
[assembly: ComVisible(false)] \ No newline at end of file
diff --git a/Source/Windows10/Prism.Windows/Properties/AssemblyInfo.cs b/Source/Windows10/Prism.Windows/Properties/AssemblyInfo.cs
index 8437eff..0e29c79 100644
--- a/Source/Windows10/Prism.Windows/Properties/AssemblyInfo.cs
+++ b/Source/Windows10/Prism.Windows/Properties/AssemblyInfo.cs
@@ -14,7 +14,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
-[assembly: AssemblyVersion("6.0")]
-[assembly: AssemblyFileVersion("6.0.2")]
-[assembly: AssemblyInformationalVersion("6.0.2")]
+[assembly: AssemblyVersion("6.3")]
+[assembly: AssemblyFileVersion("6.3.0")]
+[assembly: AssemblyInformationalVersion("6.3.0-pre1")]
[assembly: ComVisible(false)]
diff --git a/Source/Wpf/Prism.Autofac.Wpf/Properties/AssemblyInfo.cs b/Source/Wpf/Prism.Autofac.Wpf/Properties/AssemblyInfo.cs
index ec1a92f..8a6bace 100644
--- a/Source/Wpf/Prism.Autofac.Wpf/Properties/AssemblyInfo.cs
+++ b/Source/Wpf/Prism.Autofac.Wpf/Properties/AssemblyInfo.cs
@@ -30,6 +30,6 @@ using System.Windows;
// app, or any theme specific resource dictionaries)
)]
-[assembly: AssemblyVersion("6.2")]
-[assembly: AssemblyFileVersion("6.2.0")]
-[assembly: AssemblyInformationalVersion("6.2.0")]
+[assembly: AssemblyVersion("6.3")]
+[assembly: AssemblyFileVersion("6.3.0")]
+[assembly: AssemblyInformationalVersion("6.3.0-pre1")]
diff --git a/Source/Wpf/Prism.Mef.Wpf/Properties/AssemblyInfo.cs b/Source/Wpf/Prism.Mef.Wpf/Properties/AssemblyInfo.cs
index d3afbd0..5407a73 100644
--- a/Source/Wpf/Prism.Mef.Wpf/Properties/AssemblyInfo.cs
+++ b/Source/Wpf/Prism.Mef.Wpf/Properties/AssemblyInfo.cs
@@ -43,6 +43,6 @@ using System.Windows;
)]
-[assembly: AssemblyVersion("6.2")]
-[assembly: AssemblyFileVersion("6.2.0")]
-[assembly: AssemblyInformationalVersion("6.2.0")]
+[assembly: AssemblyVersion("6.3")]
+[assembly: AssemblyFileVersion("6.3.0")]
+[assembly: AssemblyInformationalVersion("6.3.0-pre1")]
diff --git a/Source/Wpf/Prism.Ninject.Wpf/Properties/AssemblyInfo.cs b/Source/Wpf/Prism.Ninject.Wpf/Properties/AssemblyInfo.cs
index 12df1ba..9c04f9e 100644
--- a/Source/Wpf/Prism.Ninject.Wpf/Properties/AssemblyInfo.cs
+++ b/Source/Wpf/Prism.Ninject.Wpf/Properties/AssemblyInfo.cs
@@ -24,6 +24,6 @@ using System.Runtime.InteropServices;
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("2ec2328c-15dc-4d9c-8e30-75df6d607917")]
-[assembly: AssemblyVersion("6.2")]
-[assembly: AssemblyFileVersion("6.2.0")]
-[assembly: AssemblyInformationalVersion("6.2.0")]
+[assembly: AssemblyVersion("6.3")]
+[assembly: AssemblyFileVersion("6.3.0")]
+[assembly: AssemblyInformationalVersion("6.3.0-pre1")]
diff --git a/Source/Wpf/Prism.StructureMap.Wpf/Properties/AssemblyInfo.cs b/Source/Wpf/Prism.StructureMap.Wpf/Properties/AssemblyInfo.cs
index b899fa4..35c4e76 100644
--- a/Source/Wpf/Prism.StructureMap.Wpf/Properties/AssemblyInfo.cs
+++ b/Source/Wpf/Prism.StructureMap.Wpf/Properties/AssemblyInfo.cs
@@ -30,6 +30,6 @@ using System.Windows;
// app, or any theme specific resource dictionaries)
)]
-[assembly: AssemblyVersion("6.2")]
-[assembly: AssemblyFileVersion("6.2.0")]
-[assembly: AssemblyInformationalVersion("6.2.0")]
+[assembly: AssemblyVersion("6.3")]
+[assembly: AssemblyFileVersion("6.3.0")]
+[assembly: AssemblyInformationalVersion("6.3.0-pre1")]
diff --git a/Source/Wpf/Prism.Unity.Wpf/Properties/AssemblyInfo.cs b/Source/Wpf/Prism.Unity.Wpf/Properties/AssemblyInfo.cs
index 07870f9..40d4907 100644
--- a/Source/Wpf/Prism.Unity.Wpf/Properties/AssemblyInfo.cs
+++ b/Source/Wpf/Prism.Unity.Wpf/Properties/AssemblyInfo.cs
@@ -43,6 +43,6 @@ using System.Windows;
)]
-[assembly: AssemblyVersion("6.2")]
-[assembly: AssemblyFileVersion("6.2.0")]
-[assembly: AssemblyInformationalVersion("6.2.0")]
+[assembly: AssemblyVersion("6.3")]
+[assembly: AssemblyFileVersion("6.3.0")]
+[assembly: AssemblyInformationalVersion("6.3.0-pre1")]
diff --git a/Source/Wpf/Prism.Wpf/Properties/AssemblyInfo.cs b/Source/Wpf/Prism.Wpf/Properties/AssemblyInfo.cs
index d4d3b33..af24348 100644
--- a/Source/Wpf/Prism.Wpf/Properties/AssemblyInfo.cs
+++ b/Source/Wpf/Prism.Wpf/Properties/AssemblyInfo.cs
@@ -50,6 +50,6 @@ using System.Windows.Markup;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("6.2")]
-[assembly: AssemblyFileVersion("6.2.0")]
-[assembly: AssemblyInformationalVersion("6.2.0")]
+[assembly: AssemblyVersion("6.3")]
+[assembly: AssemblyFileVersion("6.3.0")]
+[assembly: AssemblyInformationalVersion("6.3.0-pre1")]
diff --git a/Source/Xamarin/Prism.Autofac.Forms/Properties/AssemblyInfo.cs b/Source/Xamarin/Prism.Autofac.Forms/Properties/AssemblyInfo.cs
index 56334d5..46b9ef1 100644
--- a/Source/Xamarin/Prism.Autofac.Forms/Properties/AssemblyInfo.cs
+++ b/Source/Xamarin/Prism.Autofac.Forms/Properties/AssemblyInfo.cs
@@ -16,6 +16,6 @@ using System.Runtime.InteropServices;
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en")]
-[assembly: AssemblyVersion("6.2")]
-[assembly: AssemblyFileVersion("6.2.0")]
-[assembly: AssemblyInformationalVersion("6.2.0")]
+[assembly: AssemblyVersion("6.3")]
+[assembly: AssemblyFileVersion("6.3.0")]
+[assembly: AssemblyInformationalVersion("6.3.0-pre1")]
diff --git a/Source/Xamarin/Prism.DryIoc.Forms/Properties/AssemblyInfo.cs b/Source/Xamarin/Prism.DryIoc.Forms/Properties/AssemblyInfo.cs
index 5f60a08..19e6082 100644
--- a/Source/Xamarin/Prism.DryIoc.Forms/Properties/AssemblyInfo.cs
+++ b/Source/Xamarin/Prism.DryIoc.Forms/Properties/AssemblyInfo.cs
@@ -12,6 +12,6 @@ using System.Runtime.CompilerServices;
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en")]
-[assembly: AssemblyVersion("6.2")]
-[assembly: AssemblyFileVersion("6.2.0")]
-[assembly: AssemblyInformationalVersion("6.2.0")] \ No newline at end of file
+[assembly: AssemblyVersion("6.3")]
+[assembly: AssemblyFileVersion("6.3.0")]
+[assembly: AssemblyInformationalVersion("6.3.0-pre1")] \ No newline at end of file
diff --git a/Source/Xamarin/Prism.Forms/Properties/AssemblyInfo.cs b/Source/Xamarin/Prism.Forms/Properties/AssemblyInfo.cs
index de0baab..322282a 100644
--- a/Source/Xamarin/Prism.Forms/Properties/AssemblyInfo.cs
+++ b/Source/Xamarin/Prism.Forms/Properties/AssemblyInfo.cs
@@ -16,6 +16,6 @@ using System.Runtime.InteropServices;
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en")]
-[assembly: AssemblyVersion("6.2")]
-[assembly: AssemblyFileVersion("6.2.0")]
-[assembly: AssemblyInformationalVersion("6.2.0")]
+[assembly: AssemblyVersion("6.3")]
+[assembly: AssemblyFileVersion("6.3.0")]
+[assembly: AssemblyInformationalVersion("6.3.0-pre1")]
diff --git a/Source/Xamarin/Prism.Ninject.Forms/Properties/AssemblyInfo.cs b/Source/Xamarin/Prism.Ninject.Forms/Properties/AssemblyInfo.cs
index a9b657b..b0fdc01 100644
--- a/Source/Xamarin/Prism.Ninject.Forms/Properties/AssemblyInfo.cs
+++ b/Source/Xamarin/Prism.Ninject.Forms/Properties/AssemblyInfo.cs
@@ -16,6 +16,6 @@ using System.Runtime.InteropServices;
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en")]
-[assembly: AssemblyVersion("6.2")]
-[assembly: AssemblyFileVersion("6.2.0")]
-[assembly: AssemblyInformationalVersion("6.2.0")]
+[assembly: AssemblyVersion("6.3")]
+[assembly: AssemblyFileVersion("6.3.0")]
+[assembly: AssemblyInformationalVersion("6.3.0-pre1")]
diff --git a/Source/Xamarin/Prism.Unity.Forms/Properties/AssemblyInfo.cs b/Source/Xamarin/Prism.Unity.Forms/Properties/AssemblyInfo.cs
index 839444d..379544c 100644
--- a/Source/Xamarin/Prism.Unity.Forms/Properties/AssemblyInfo.cs
+++ b/Source/Xamarin/Prism.Unity.Forms/Properties/AssemblyInfo.cs
@@ -16,6 +16,6 @@ using System.Runtime.InteropServices;
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en")]
-[assembly: AssemblyVersion("6.2")]
-[assembly: AssemblyFileVersion("6.2.0")]
-[assembly: AssemblyInformationalVersion("6.2.0")]
+[assembly: AssemblyVersion("6.3")]
+[assembly: AssemblyFileVersion("6.3.0")]
+[assembly: AssemblyInformationalVersion("6.3.0-pre1")]
diff --git a/Source/nuspecs/CreatePrismNuGetPackages.ps1 b/Source/nuspecs/CreatePrismNuGetPackages.ps1
index ae88796..06981a1 100644
--- a/Source/nuspecs/CreatePrismNuGetPackages.ps1
+++ b/Source/nuspecs/CreatePrismNuGetPackages.ps1
@@ -1,9 +1,11 @@
### This is just the initial script to get the nuget packages out. We need to refactor this script to make it easier to maintain and update
### One idea is to force a Visual Studio build using the Release build configuration before packing the nuspecs
-$releaseNotesUri = 'https://github.com/PrismLibrary/Prism/wiki/Release-Notes-6.2.0'
+$nugetOutputDirectory = 'Packages'
-$xamarinFormsVersion = '2.3.1.114'
+$releaseNotesUri = 'https://github.com/PrismLibrary/Prism/wiki/Release-Notes-6.3.0-Pre1'
+
+$xamarinFormsVersion = '2.3.2.127'
$nugetFileName = 'nuget.exe'
@@ -26,7 +28,7 @@ if ((Test-Path $coreAssemblyPath))
$fileInfo = Get-Item $coreAssemblyPath
$coreFileVersion = $fileInfo.VersionInfo.ProductVersion
- Invoke-Expression ".\$($nugetFileName) pack $($coreNuspecPath) -Prop version=$($coreFileVersion) -Prop releaseNotes=$($releaseNotesUri)"
+ Invoke-Expression ".\$($nugetFileName) pack $($coreNuspecPath) -outputdirectory $($nugetOutputDirectory) -Prop version=$($coreFileVersion) -Prop releaseNotes=$($releaseNotesUri)"
}
else
{
@@ -45,7 +47,7 @@ if ((Test-Path $wpfAssemblyPath))
$fileInfo = Get-Item $wpfAssemblyPath
$wpfFileVersion = $fileInfo.VersionInfo.ProductVersion
- Invoke-Expression ".\$($nugetFileName) pack $($wpfNuspecPath) -Prop version=$($wpfFileVersion) -Prop coreVersion=$($coreFileVersion) -Prop releaseNotes=$($releaseNotesUri)"
+ Invoke-Expression ".\$($nugetFileName) pack $($wpfNuspecPath) -outputdirectory $($nugetOutputDirectory) -Prop version=$($wpfFileVersion) -Prop coreVersion=$($coreFileVersion) -Prop releaseNotes=$($releaseNotesUri)"
}
else
{
@@ -64,7 +66,7 @@ if ((Test-Path $uwpAssemblyPath))
$fileInfo = Get-Item $uwpAssemblyPath
$uwpFileVersion = $fileInfo.VersionInfo.ProductVersion
- Invoke-Expression ".\$($nugetFileName) pack $($uwpNuspecPath) -Prop version=$($uwpFileVersion) -Prop coreVersion=$($coreFileVersion) -Prop releaseNotes=$($releaseNotesUri)"
+ Invoke-Expression ".\$($nugetFileName) pack $($uwpNuspecPath) -outputdirectory $($nugetOutputDirectory) -Prop version=$($uwpFileVersion) -Prop coreVersion=$($coreFileVersion) -Prop releaseNotes=$($releaseNotesUri)"
}
else
{
@@ -83,7 +85,7 @@ if ((Test-Path $formsAssemblyPath))
$fileInfo = Get-Item $formsAssemblyPath
$formsFileVersion = $fileInfo.VersionInfo.ProductVersion
- Invoke-Expression ".\$($nugetFileName) pack $($formsNuspecPath) -Prop xamarinFormsVersion=$($xamarinFormsVersion) -Prop version=$($formsFileVersion) -Prop coreVersion=$($coreFileVersion) -Prop releaseNotes=$($releaseNotesUri)"
+ Invoke-Expression ".\$($nugetFileName) pack $($formsNuspecPath) -outputdirectory $($nugetOutputDirectory) -Prop xamarinFormsVersion=$($xamarinFormsVersion) -Prop version=$($formsFileVersion) -Prop coreVersion=$($coreFileVersion) -Prop releaseNotes=$($releaseNotesUri)"
}
else
{
@@ -117,7 +119,7 @@ else
$unityWpfFileInfo = Get-Item $unityWpfAssemblyPath
$unityFileVersion = $unityWpfFileInfo.VersionInfo.ProductVersion
- Invoke-Expression ".\$($nugetFileName) pack $($unityNuspecPath) -Prop version=$($unityFileVersion) -Prop wpfVersion=$($wpfFileVersion) -Prop uwpVersion=$($uwpFileVersion) -Prop formsVersion=$($formsFileVersion) -Prop releaseNotes=$($releaseNotesUri)"
+ Invoke-Expression ".\$($nugetFileName) pack $($unityNuspecPath) -outputdirectory $($nugetOutputDirectory) -Prop version=$($unityFileVersion) -Prop wpfVersion=$($wpfFileVersion) -Prop uwpVersion=$($uwpFileVersion) -Prop formsVersion=$($formsFileVersion) -Prop releaseNotes=$($releaseNotesUri)"
}
###########################
@@ -134,7 +136,7 @@ else
$unityFormsFileInfo = Get-Item $unityFormsAssemblyPath
$unityFileVersion = $unityFormsFileInfo.VersionInfo.ProductVersion
- Invoke-Expression ".\$($nugetFileName) pack $($unityFormsNuspecPath) -Prop xamarinFormsVersion=$($xamarinFormsVersion) -Prop version=$($unityFileVersion) -Prop formsVersion=$($formsFileVersion) -Prop releaseNotes=$($releaseNotesUri)"
+ Invoke-Expression ".\$($nugetFileName) pack $($unityFormsNuspecPath) -outputdirectory $($nugetOutputDirectory) -Prop xamarinFormsVersion=$($xamarinFormsVersion) -Prop version=$($unityFileVersion) -Prop formsVersion=$($formsFileVersion) -Prop releaseNotes=$($releaseNotesUri)"
}
###########################
@@ -151,7 +153,7 @@ else
$autofacFormsFileInfo = Get-Item $autofacFormsAssemblyPath
$autofacFileVersion = $autofacFormsFileInfo.VersionInfo.ProductVersion
- Invoke-Expression ".\$($nugetFileName) pack $($autofacFormsNuspecPath) -Prop xamarinFormsVersion=$($xamarinFormsVersion) -Prop version=$($autofacFileVersion) -Prop formsVersion=$($formsFileVersion) -Prop releaseNotes=$($releaseNotesUri)"
+ Invoke-Expression ".\$($nugetFileName) pack $($autofacFormsNuspecPath) -outputdirectory $($nugetOutputDirectory) -Prop xamarinFormsVersion=$($xamarinFormsVersion) -Prop version=$($autofacFileVersion) -Prop formsVersion=$($formsFileVersion) -Prop releaseNotes=$($releaseNotesUri)"
}
@@ -177,7 +179,7 @@ else
$autofacFileVersion = $autofacWpfFileInfo.VersionInfo.ProductVersion
- Invoke-Expression ".\$($nugetFileName) pack $($autofacNuspecPath) -Prop version=$($autofacFileVersion) -Prop wpfVersion=$($wpfFileVersion) -Prop uwpVersion=$($uwpFileVersion) -Prop releaseNotes=$($releaseNotesUri)"
+ Invoke-Expression ".\$($nugetFileName) pack $($autofacNuspecPath) -outputdirectory $($nugetOutputDirectory) -Prop version=$($autofacFileVersion) -Prop wpfVersion=$($wpfFileVersion) -Prop uwpVersion=$($uwpFileVersion) -Prop releaseNotes=$($releaseNotesUri)"
}
###########################
@@ -194,7 +196,7 @@ else
$dryIocFormsFileInfo = Get-Item $dryIocFormsAssemblyPath
$dryIocFileVersion = $dryIocFormsFileInfo.VersionInfo.ProductVersion
- Invoke-Expression ".\$($nugetFileName) pack $($dryIocFormsNuspecPath) -Prop xamarinFormsVersion=$($xamarinFormsVersion) -Prop version=$($dryIocFileVersion) -Prop formsVersion=$($formsFileVersion) -Prop releaseNotes=$($releaseNotesUri)"
+ Invoke-Expression ".\$($nugetFileName) pack $($dryIocFormsNuspecPath) -outputdirectory $($nugetOutputDirectory) -Prop xamarinFormsVersion=$($xamarinFormsVersion) -Prop version=$($dryIocFileVersion) -Prop formsVersion=$($formsFileVersion) -Prop releaseNotes=$($releaseNotesUri)"
}
@@ -212,7 +214,7 @@ else
$simpleInjectorFileInfo = Get-Item $simpleInjectorUwpAssemblyPath
$simpleInjectorFileVersion = $simpleInjectorFileInfo.VersionInfo.ProductVersion
- Invoke-Expression ".\$($nugetFileName) pack $($simpleInjectorNuspecPath) -Prop version=$($simpleInjectorFileVersion) -Prop coreVersion=$($coreFileVersion) -Prop uwpVersion=$($uwpFileVersion) -Prop releaseNotes=$($releaseNotesUri)"
+ Invoke-Expression ".\$($nugetFileName) pack $($simpleInjectorNuspecPath) -outputdirectory $($nugetOutputDirectory) -Prop version=$($simpleInjectorFileVersion) -Prop coreVersion=$($coreFileVersion) -Prop uwpVersion=$($uwpFileVersion) -Prop releaseNotes=$($releaseNotesUri)"
}
@@ -226,7 +228,7 @@ if ((Test-Path $mefAssemblyPath))
$fileInfo = Get-Item $mefAssemblyPath
$mefFileVersion = $fileInfo.VersionInfo.ProductVersion
- Invoke-Expression ".\$($nugetFileName) pack $($mefNuspecPath) -Prop version=$($mefFileVersion) -Prop wpfVersion=$($wpfFileVersion) -Prop releaseNotes=$($releaseNotesUri)"
+ Invoke-Expression ".\$($nugetFileName) pack $($mefNuspecPath) -outputdirectory $($nugetOutputDirectory) -Prop version=$($mefFileVersion) -Prop wpfVersion=$($wpfFileVersion) -Prop releaseNotes=$($releaseNotesUri)"
}
else
{
@@ -245,7 +247,7 @@ if ((Test-Path $ninjectAssemblyPath))
$fileInfo = Get-Item $ninjectAssemblyPath
$ninjectFileVersion = $fileInfo.VersionInfo.ProductVersion
- Invoke-Expression ".\$($nugetFileName) pack $($ninjectNuspecPath) -Prop version=$($ninjectFileVersion) -Prop wpfVersion=$($wpfFileVersion) -Prop formsVersion=$($formsFileVersion) -Prop releaseNotes=$($releaseNotesUri)"
+ Invoke-Expression ".\$($nugetFileName) pack $($ninjectNuspecPath) -outputdirectory $($nugetOutputDirectory) -Prop version=$($ninjectFileVersion) -Prop wpfVersion=$($wpfFileVersion) -Prop formsVersion=$($formsFileVersion) -Prop releaseNotes=$($releaseNotesUri)"
}
else
{
@@ -267,7 +269,7 @@ else
$ninjectFormsFileInfo = Get-Item $ninjectFormsAssemblyPath
$ninjectFormsFileVersion = $ninjectFormsFileInfo.VersionInfo.ProductVersion
- Invoke-Expression ".\$($nugetFileName) pack $($ninjectFormsNuspecPath) -Prop xamarinFormsVersion=$($xamarinFormsVersion) -Prop version=$($ninjectFormsFileVersion) -Prop formsVersion=$($formsFileVersion) -Prop releaseNotes=$($releaseNotesUri)"
+ Invoke-Expression ".\$($nugetFileName) pack $($ninjectFormsNuspecPath) -outputdirectory $($nugetOutputDirectory) -Prop xamarinFormsVersion=$($xamarinFormsVersion) -Prop version=$($ninjectFormsFileVersion) -Prop formsVersion=$($formsFileVersion) -Prop releaseNotes=$($releaseNotesUri)"
}
@@ -282,7 +284,7 @@ if ((Test-Path $structureMapAssemblyPath))
$fileInfo = Get-Item $structureMapAssemblyPath
$structureMapFileVersion = $fileInfo.VersionInfo.ProductVersion
- Invoke-Expression ".\$($nugetFileName) pack $($structureMapNuspecPath) -Prop version=$($structureMapFileVersion) -Prop wpfVersion=$($wpfFileVersion) -Prop releaseNotes=$($releaseNotesUri)"
+ Invoke-Expression ".\$($nugetFileName) pack $($structureMapNuspecPath) -outputdirectory $($nugetOutputDirectory) -Prop version=$($structureMapFileVersion) -Prop wpfVersion=$($wpfFileVersion) -Prop releaseNotes=$($releaseNotesUri)"
}
else
{