Skip to content

Commit cd1f096

Browse files
author
Uladzislau Zubrytski
committed
Publish v0.1.4
1 parent 77414f4 commit cd1f096

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

publish.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SET "src=%~dp0src"
33
SET "props=%~dp0publish.props"
44
SET "key=%NUGET_RESEED_KEY%"
55
SET "outpath=%src%\Reseed\bin\publish"
6-
SET version=0.1.3
6+
SET version=0.1.4
77

88
if exist %outpath%\ (
99
rmdir /s /q %outpath%

src/Reseed/packages.lock.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88
"resolved": "2020.3.0",
99
"contentHash": "FnX06vtxuoZnhZdR6UHt5kJ7HUC/syODfGLnhPDn1x5sXvvepNyCl4jMtPUzJfsPWh7q0Jo+AIYz5xaVbbyikA=="
1010
},
11+
"Microsoft.SourceLink.GitHub": {
12+
"type": "Direct",
13+
"requested": "[1.0.0, )",
14+
"resolved": "1.0.0",
15+
"contentHash": "aZyGyGg2nFSxix+xMkPmlmZSsnGQ3w+mIG23LTxJZHN+GPwTQ5FpPgDo7RMOq+Kcf5D4hFWfXkGhoGstawX13Q==",
16+
"dependencies": {
17+
"Microsoft.Build.Tasks.Git": "1.0.0",
18+
"Microsoft.SourceLink.Common": "1.0.0"
19+
}
20+
},
1121
"NETStandard.Library": {
1222
"type": "Direct",
1323
"requested": "[2.0.3, )",
@@ -32,11 +42,21 @@
3242
"runtime.native.System.Data.SqlClient.sni": "4.7.0"
3343
}
3444
},
45+
"Microsoft.Build.Tasks.Git": {
46+
"type": "Transitive",
47+
"resolved": "1.0.0",
48+
"contentHash": "z2fpmmt+1Jfl+ZnBki9nSP08S1/tbEOxFdsK1rSR+LBehIJz1Xv9/6qOOoGNqlwnAGGVGis1Oj6S8Kt9COEYlQ=="
49+
},
3550
"Microsoft.NETCore.Platforms": {
3651
"type": "Transitive",
3752
"resolved": "1.1.0",
3853
"contentHash": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A=="
3954
},
55+
"Microsoft.SourceLink.Common": {
56+
"type": "Transitive",
57+
"resolved": "1.0.0",
58+
"contentHash": "G8DuQY8/DK5NN+3jm5wcMcd9QYD90UV7MiLmdljSJixi3U/vNaeBKmmXUqI4DJCOeWizIUEh4ALhSt58mR+5eg=="
59+
},
4060
"Microsoft.Win32.Registry": {
4161
"type": "Transitive",
4262
"resolved": "4.7.0",

0 commit comments

Comments
 (0)