Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
Update to latest Nerdbank.GitVersioning
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Mar 17, 2016
1 parent 445d8e7 commit a8ff282
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/PCLCrypto.Android/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"Nerdbank.GitVersioning": {
"version": "1.3.8",
"version": "1.3.13",
"suppressParent": "none"
},
"PInvoke.BCrypt": "0.1.501",
Expand Down
2 changes: 1 addition & 1 deletion src/PCLCrypto.Desktop/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"Nerdbank.GitVersioning": {
"version": "1.3.8",
"version": "1.3.13",
"suppressParent": "none"
},
"PInvoke.BCrypt": "0.1.501",
Expand Down
2 changes: 1 addition & 1 deletion src/PCLCrypto.Tests.UWP/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0",
"Nerdbank.FullDuplexStream": "1.0.1",
"Nerdbank.GitVersioning": {
"version": "1.3.8",
"version": "1.3.13",
"suppressParent": "none"
},
"PInvoke.BCrypt": "0.1.501",
Expand Down
2 changes: 1 addition & 1 deletion src/PCLCrypto.WinRT/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"Nerdbank.GitVersioning": {
"version": "1.3.8",
"version": "1.3.13",
"suppressParent": "none"
},
"PInvoke.BCrypt": "0.1.501",
Expand Down
2 changes: 1 addition & 1 deletion src/PCLCrypto.WindowsPhone/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"Nerdbank.GitVersioning": {
"version": "1.3.8",
"version": "1.3.13",
"suppressParent": "none"
},
"StyleCop.Analyzers": "1.0.0-beta015",
Expand Down
2 changes: 1 addition & 1 deletion src/PCLCrypto.iOS-Unified/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"Nerdbank.GitVersioning": {
"version": "1.3.8",
"version": "1.3.13",
"suppressParent": "none"
},
"PInvoke.BCrypt": "0.1.501",
Expand Down
2 changes: 1 addition & 1 deletion src/PCLCrypto.iOS/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"Nerdbank.GitVersioning": {
"version": "1.3.8",
"version": "1.3.13",
"suppressParent": "none"
},
"PInvoke.BCrypt": "0.1.501",
Expand Down
2 changes: 1 addition & 1 deletion src/PCLCrypto/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"supports": { },
"dependencies": {
"Nerdbank.GitVersioning": {
"version": "1.3.8",
"version": "1.3.13",
"suppressParent": "none"
},
"NuGet.CommandLine": "2.8.3",
Expand Down
2 changes: 1 addition & 1 deletion src/component/PCLCrypto.proj
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@
</Target>

<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))\EnlistmentInfo.targets" Condition=" '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))' != '' " />
<Import Project="$(NuGetPackageRoot)\Nerdbank.GitVersioning\1.1.47-rc-g58708fcf8c\build\dotnet\Nerdbank.GitVersioning.targets" />
<Import Project="$(NuGetPackageRoot)\Nerdbank.GitVersioning\1.3.13\build\dotnet\Nerdbank.GitVersioning.targets" />
</Project>
2 changes: 1 addition & 1 deletion src/nuget/PCLCrypto.proj
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@
</Target>

<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))\EnlistmentInfo.targets" Condition=" '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))' != '' " />
<Import Project="$(NuGetPackageRoot)\Nerdbank.GitVersioning\1.1.47-rc-g58708fcf8c\build\dotnet\Nerdbank.GitVersioning.targets" />
<Import Project="$(NuGetPackageRoot)\Nerdbank.GitVersioning\1.3.13\build\dotnet\Nerdbank.GitVersioning.targets" />
</Project>

0 comments on commit a8ff282

Please sign in to comment.