Skip to content

Commit

Permalink
Re-add versioning to lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
networkfusion committed Jun 14, 2024
1 parent 3eb4a20 commit 36341f8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
<PackageReference Include="nanoFramework.Tools.Debugger.Net" Version="2.4.42" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.139">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.IO.Ports" Version="7.0.0" />
Expand Down
12 changes: 12 additions & 0 deletions nanoFirmwareFlasher.Library/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@
"System.IO.Ports": "7.0.0"
}
},
"Nerdbank.GitVersioning": {
"type": "Direct",
"requested": "[3.6.139, )",
"resolved": "3.6.139",
"contentHash": "rq0Ub/Jik7PtMtZtLn0tHuJ01Yt36RQ+eeBe+S7qnJ/EFOX6D4T9zuYD3vQPYKGI6Ro4t2iWgFm3fGDgjBrMfg=="
},
"Newtonsoft.Json": {
"type": "Direct",
"requested": "[13.0.3, )",
Expand Down Expand Up @@ -307,6 +313,12 @@
"System.IO.Ports": "7.0.0"
}
},
"Nerdbank.GitVersioning": {
"type": "Direct",
"requested": "[3.6.139, )",
"resolved": "3.6.139",
"contentHash": "rq0Ub/Jik7PtMtZtLn0tHuJ01Yt36RQ+eeBe+S7qnJ/EFOX6D4T9zuYD3vQPYKGI6Ro4t2iWgFm3fGDgjBrMfg=="
},
"Newtonsoft.Json": {
"type": "Direct",
"requested": "[13.0.3, )",
Expand Down

0 comments on commit 36341f8

Please sign in to comment.