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:
-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" />