Skip to content

Commit

Permalink
Merge pull request #3 from Yortw/fix/package-dependencies
Browse files Browse the repository at this point in the history
Update dependencies in nuspec files as well. Version bump everything …
  • Loading branch information
Yortw authored Sep 15, 2022
2 parents e5f7f73 + e449766 commit 8ccf588
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Src/PublishNugetPackage.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
echo Press any key to publish
pause
".nuget\NuGet.exe" push Yort.Eftpos.Verifone.PosLink.1.0.2.nupkg -Source https://www.nuget.org/api/v2/package
".nuget\NuGet.exe" push Yort.Eftpos.Verifone.PosLink.1.0.3.nupkg -Source https://www.nuget.org/api/v2/package
pause
2 changes: 1 addition & 1 deletion Src/PublishWinFormsNugetPackage.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
echo Press any key to publish
pause
".nuget\NuGet.exe" push Yort.Eftpos.Verifone.PosLink.WinForms.1.0.2.nupkg -Source https://www.nuget.org/api/v2/package
".nuget\NuGet.exe" push Yort.Eftpos.Verifone.PosLink.WinForms.1.0.3.nupkg -Source https://www.nuget.org/api/v2/package
pause
4 changes: 2 additions & 2 deletions Src/Shared/AssemblyInfoCommon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
// 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.2.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]
[assembly: AssemblyVersion("1.0.3.0")]
[assembly: AssemblyFileVersion("1.0.3.0")]
[assembly: ComVisible(false)]
4 changes: 2 additions & 2 deletions Src/Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
[assembly: Guid("b70be382-c5a6-4af0-a8e3-9d73c5bd2995")]

// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.2.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]
[assembly: AssemblyVersion("1.0.3.0")]
[assembly: AssemblyFileVersion("1.0.3.0")]
4 changes: 2 additions & 2 deletions Src/WinForms/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
// 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.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: AssemblyVersion("1.0.3.0")]
[assembly: AssemblyFileVersion("1.0.3.0")]
6 changes: 3 additions & 3 deletions Src/Yort.Eftpos.Verifone.PosLink.WinForms.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Yort.Eftpos.Verifone.PosLink.WinForms</id>
<version>1.0.2</version>
<version>1.0.3</version>
<title>Yort.Eftpos.Verifone.PosLink.WinForms</title>
<authors>Troy Willmot</authors>
<owners>Yortw</owners>
Expand All @@ -14,10 +14,10 @@
<releaseNotes>Updated to newer dependencies.</releaseNotes>
<copyright>Copyright 2018</copyright>
<language>en-NZ</language>
<tags>eftpos poslink verifone payments nz newzealand netstandard20 uwp</tags>
<tags>eftpos poslink verifone payments nz newzealand net45 winforms</tags>
<dependencies>
<group targetFramework="net45">
<dependency id="Yort.Eftpos.Verifone.PosLink" version="0.1.3" />
<dependency id="Yort.Eftpos.Verifone.PosLink" version="1.0.3" />
</group>
</dependencies>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions Src/Yort.Eftpos.Verifone.PosLink.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Yort.Eftpos.Verifone.PosLink</id>
<version>1.0.2</version>
<version>1.0.3</version>
<title>Yort.Eftpos.Verifone.PosLink</title>
<authors>Troy Willmot</authors>
<owners>Yortw</owners>
Expand All @@ -12,23 +12,23 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>An unofficial .Net implementation of the Verifone PosLink protocol for EFTPOS pinpads.</description>
<summary>A 100% .Net (unofficial) implementation of the Verifone PosLink protocol for EFTPOS pinpads for performing POS EFTPOS transactions in NZ (and anywhere else supporting the same protocol).</summary>
<releaseNotes>Updated some dependencies to newer versions.</releaseNotes>
<releaseNotes>Initial release.</releaseNotes>
<copyright>Copyright 2018</copyright>
<language>en-NZ</language>
<tags>eftpos poslink verifone payments nz newzealand netstandard20 uwp</tags>
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="Ladon.Net" version="1.0.2" />
<dependency id="Microsoft.IO.RecyclableMemoryStream" version="1.2.2" />
<dependency id="Microsoft.IO.RecyclableMemoryStream" version="1.4.0" />
<dependency id="NETStandard.Library" version="2.0.1" />
</group>
<group targetFramework="net45">
<dependency id="Ladon.Net" version="1.0.2" />
<dependency id="Microsoft.IO.RecyclableMemoryStream" version="1.2.2" />
<dependency id="Microsoft.IO.RecyclableMemoryStream" version="1.4.0" />
</group>
<group targetFramework="uap10.0">
<dependency id="Ladon.Net" version="1.0.2" />
<dependency id="Microsoft.IO.RecyclableMemoryStream" version="1.2.2" />
<dependency id="Microsoft.IO.RecyclableMemoryStream" version="1.4.0" />
<dependency id="NETStandard.Library" version="2.0.1" />
</group>
</dependencies>
Expand Down

0 comments on commit 8ccf588

Please sign in to comment.