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 Noyes <brian.noyes@gmail.com>2015-10-23 17:51:56 +0300
committerBrian Noyes <brian.noyes@gmail.com>2015-10-23 17:51:56 +0300
commit79e8f6cae78546b6086482bb0f5886fe9f4a6f2b (patch)
treef35685c079c31cf9c2d9b860bade86a22f624e22
parentea656610a452df1043ce7326dd415f4935c36a56 (diff)
Prism.Windows 6.0.1 releasePrism.Windows6.0.1
-rw-r--r--Source/Windows10/Prism.Autofac.Windows/Properties/AssemblyInfo.cs2
-rw-r--r--Source/Windows10/Prism.Unity.Windows/Properties/AssemblyInfo.cs2
-rw-r--r--Source/Windows10/Prism.Windows/Properties/AssemblyInfo.cs2
-rw-r--r--Source/nuspecs/Prism.Windows.nuspec1
4 files changed, 4 insertions, 3 deletions
diff --git a/Source/Windows10/Prism.Autofac.Windows/Properties/AssemblyInfo.cs b/Source/Windows10/Prism.Autofac.Windows/Properties/AssemblyInfo.cs
index 85d5c10..b33b474 100644
--- a/Source/Windows10/Prism.Autofac.Windows/Properties/AssemblyInfo.cs
+++ b/Source/Windows10/Prism.Autofac.Windows/Properties/AssemblyInfo.cs
@@ -14,6 +14,6 @@ using System.Runtime.InteropServices;
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("6.0")]
-[assembly: AssemblyFileVersion("6.0.0")]
+[assembly: AssemblyFileVersion("6.0.1")]
[assembly: AssemblyInformationalVersion("6.1")]
[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 280f08f..a7d221b 100644
--- a/Source/Windows10/Prism.Unity.Windows/Properties/AssemblyInfo.cs
+++ b/Source/Windows10/Prism.Unity.Windows/Properties/AssemblyInfo.cs
@@ -15,6 +15,6 @@ using System.Runtime.InteropServices;
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("6.0")]
-[assembly: AssemblyFileVersion("6.0.0")]
+[assembly: AssemblyFileVersion("6.0.1")]
[assembly: AssemblyInformationalVersion("6.1")]
[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 b78f841..8ff60fc 100644
--- a/Source/Windows10/Prism.Windows/Properties/AssemblyInfo.cs
+++ b/Source/Windows10/Prism.Windows/Properties/AssemblyInfo.cs
@@ -15,6 +15,6 @@ using System.Runtime.InteropServices;
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("6.0")]
-[assembly: AssemblyFileVersion("6.0.0")]
+[assembly: AssemblyFileVersion("6.0.1")]
[assembly: AssemblyInformationalVersion("6.1")]
[assembly: ComVisible(false)]
diff --git a/Source/nuspecs/Prism.Windows.nuspec b/Source/nuspecs/Prism.Windows.nuspec
index 21b520b..103b513 100644
--- a/Source/nuspecs/Prism.Windows.nuspec
+++ b/Source/nuspecs/Prism.Windows.nuspec
@@ -18,6 +18,7 @@
<dependencies>
<group targetFramework="uap10.0">
<dependency id="Prism.Core" version="$coreVersion$" />
+ <dependency id="CommonServiceLocator" version="1.3.0" />
<dependency id="System.Collections" version="4.0.10" />
<dependency id="System.ComponentModel" version="4.0.0" />
<dependency id="System.ComponentModel.Annotations" version="4.0.10" />