Skip to content

Commit

Permalink
Update proxy gen to have better static config
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhathcock committed Jun 14, 2024
1 parent a87a39c commit 45778d4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PackageVersion Include="Glob" Version="1.1.9" />
<PackageVersion Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageVersion Include="SimpleExec" Version="12.0.0" />
<PackageVersion Include="Speckle.ProxyGenerator" Version="0.1.7" />
<PackageVersion Include="Speckle.ProxyGenerator" Version="0.1.8" />
<PackageVersion Include="Mapster" Version="7.3.0" />
<PackageVersion Include="MinVer" Version="5.0.0" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
Expand Down
6 changes: 3 additions & 3 deletions Revit/Revit2023/Speckle.Revit2023.Api/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
},
"Speckle.ProxyGenerator": {
"type": "Direct",
"requested": "[0.1.7, )",
"resolved": "0.1.7",
"contentHash": "CyMcXENu9e5qHPPbcSTMAtYt4AYHaFaeo/WL7Qhw4MiQyEk+j2ZFsDRY3YxWDmrp41gMcOmuXUPzFEWd0A6YYA=="
"requested": "[0.1.8, )",
"resolved": "0.1.8",
"contentHash": "ZD+6tQXOaaH4oFaVLmN7m0dOfldnKm5e84w5+v84L9kCth073NDlpPEAzYDR3SPIUV4cvaB5cAxi4KozVCi1Pg=="
},
"Speckle.Revit.API": {
"type": "Direct",
Expand Down
6 changes: 3 additions & 3 deletions Revit/Revit2024/Speckle.Revit2024.Api/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
},
"Speckle.ProxyGenerator": {
"type": "Direct",
"requested": "[0.1.7, )",
"resolved": "0.1.7",
"contentHash": "CyMcXENu9e5qHPPbcSTMAtYt4AYHaFaeo/WL7Qhw4MiQyEk+j2ZFsDRY3YxWDmrp41gMcOmuXUPzFEWd0A6YYA=="
"requested": "[0.1.8, )",
"resolved": "0.1.8",
"contentHash": "ZD+6tQXOaaH4oFaVLmN7m0dOfldnKm5e84w5+v84L9kCth073NDlpPEAzYDR3SPIUV4cvaB5cAxi4KozVCi1Pg=="
},
"Speckle.Revit.API": {
"type": "Direct",
Expand Down

0 comments on commit 45778d4

Please sign in to comment.