ソースを参照

Common - adjust namespaces, update nuget version

Dalibor Votruba 6 年 前
コミット
51004a19bf

+ 6 - 0
Common/Common.csproj

@@ -48,5 +48,11 @@
   <ItemGroup>
     <Folder Include="Helpers\" />
   </ItemGroup>
+  <ItemGroup>
+    <Content Include="ReleaseNote.txt" />
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="QDR.FND.Common.nuspec" />
+  </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 </Project>

+ 1 - 1
Common/Extensions/XPathNavigatorExt.cs

@@ -2,7 +2,7 @@
 using System.ComponentModel;
 using System.Xml.XPath;
 
-namespace Common.Extensions
+namespace Quadarax.Foundation.Common.Extensions
 {
     public static class XPathNavigatorExt
     {

+ 1 - 1
Common/Extensions/XmlReaderExt.cs

@@ -2,7 +2,7 @@
 using System.ComponentModel;
 using System.Xml;
 
-namespace Common.Extensions
+namespace Quadarax.Foundation.Common.Extensions
 {
     public static class XmlReaderExt
     {

+ 2 - 2
Common/Properties/AssemblyInfo.cs

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
 // 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("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: AssemblyVersion("1.0.0.1")]
+[assembly: AssemblyFileVersion("1.0.0.1")]

+ 4 - 2
Common/QDR.FND.Common.nuspec

@@ -2,7 +2,7 @@
 <package>
   <metadata>
     <id>Quadarax.Foundation.Common</id>
-    <version>1.0.0.0</version>
+    <version>1.0.0.1</version>
     <title>Quadarax.Foundation.Common</title>
     <authors>Dalibor Votruba, Quadarax</authors>
     <owners>Dalibor Votruba</owners>
@@ -10,7 +10,9 @@
     <iconUrl>http://project.quadarax.com/favicon.ico</iconUrl>
     <requireLicenseAcceptance>false</requireLicenseAcceptance>
     <description>Implementations of simple patterns and misc. extensions.</description>
-    <releaseNotes>Initial 1.0.0.0 release</releaseNotes>
+    <releaseNotes>
+      12.1.2019 v.1.0.0.1 - New: Add XpathNavigator, XmlReader extensions
+    </releaseNotes>
     <copyright>Copyright (c) 2019 Quadarax</copyright>
     <tags>quadarax, foundarion, common, qdr, fnd, library, extensions</tags>
     <dependencies>

+ 1 - 1
Common/ReleaseNote.txt

@@ -1,3 +1,3 @@
-12.1.2019 v.1.0.0.0
+12.1.2019 v.1.0.0.1
 New
  - Add XpathNavigator, XmlReader extensions