Skip to content

Commit

Permalink
📦🚀 version 6.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanWilhite committed Jun 26, 2024
1 parent f957f06 commit b937b60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions SonghayCore/SonghayCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<RootNamespace>Songhay</RootNamespace>
<AssemblyVersion>6.1.3</AssemblyVersion>
<AssemblyVersion>6.1.4</AssemblyVersion>
<TargetFramework>net6.0</TargetFramework>

<Title>Songhay Core</Title>
Expand All @@ -22,7 +22,7 @@
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageProjectUrl>https://github.com/BryanWilhite/SonghayCore</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>see https://github.com/BryanWilhite/SonghayCore/pull/171</PackageReleaseNotes>
<PackageReleaseNotes>see https://github.com/BryanWilhite/SonghayCore/pull/171 and https://github.com/BryanWilhite/SonghayCore/issues/174</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>Core;Songhay;Configuration;IO;Extension Methods;JSON;XML;XPath;XObject;LINQ;REST;Azure;</PackageTags>
<PackageVersion>$(AssemblyVersion)</PackageVersion>
Expand Down
4 changes: 2 additions & 2 deletions SonghayCore/SonghayCore.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>SonghayCore</id>
<version>6.1.3</version>
<version>6.1.4</version>
<description>Core reusable definitions for .NET Core and .NET Framework</description>
<authors>Bryan D. Wilhite</authors>
<title>Songhay Core</title>
Expand All @@ -13,7 +13,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>Core reusable definitions for .NET Core and .NET Framework</summary>
<readme>README.md</readme>
<releaseNotes>see https://github.com/BryanWilhite/SonghayCore/pull/171</releaseNotes>
<releaseNotes>see https://github.com/BryanWilhite/SonghayCore/pull/171 and https://github.com/BryanWilhite/SonghayCore/issues/174</releaseNotes>
<copyright>(c) 2024 Bryan D. Wilhite</copyright>
<tags>Core Songhay Configuration IO Extension Methods JSON XML XPath XObject LINQ REST Azure </tags>
<repository type="git" url="https://github.com/BryanWilhite/SonghayCore" />
Expand Down

0 comments on commit b937b60

Please sign in to comment.