@fossa-app/bridge 0.1.1 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.build.ps1 +17 -25
- package/.github/dependabot.yml +38 -38
- package/.github/release-drafter.yml +52 -52
- package/.github/workflows/cicd.yml +87 -106
- package/.github/workflows/lint.yml +34 -34
- package/.github/workflows/release-drafter.yml +27 -27
- package/Fossa.Bridge.slnx +7 -7
- package/LICENSE +21 -21
- package/README.md +42 -42
- package/build.ps1 +11 -11
- package/dotnet-tools.json +26 -26
- package/format.ps1 +11 -11
- package/gig.ps1 +15 -15
- package/global.json +6 -6
- package/lint.ps1 +20 -20
- package/pack.ps1 +11 -11
- package/package.json +21 -21
- package/publish.ps1 +11 -11
- package/restore.ps1 +11 -11
- package/src/Fossa.Bridge/Fossa.Bridge.fsproj +16 -16
- package/src/Fossa.Bridge/Models/ApiModels.fs +136 -136
- package/src/Fossa.Bridge/Services/UrlHelpers.fs +18 -18
- package/src/Fossa.Bridge/bin/Release/net8.0/Fossa.Bridge.deps.json +97 -97
- package/src/Fossa.Bridge/bin/Release/net8.0/Fossa.Bridge.fable-temp.deps.json +40 -40
- package/src/Fossa.Bridge/bin/Release/net8.0/Fossa.Bridge.xml +6 -6
- package/src/Fossa.Bridge/obj/Fossa.Bridge.fable-temp.csproj.nuget.dgspec.json +82 -80
- package/src/Fossa.Bridge/obj/Fossa.Bridge.fable-temp.csproj.nuget.g.props +24 -25
- package/src/Fossa.Bridge/obj/Fossa.Bridge.fable-temp.csproj.nuget.g.targets +1 -1
- package/src/Fossa.Bridge/obj/Fossa.Bridge.fsproj.nuget.dgspec.json +85 -83
- package/src/Fossa.Bridge/obj/Fossa.Bridge.fsproj.nuget.g.props +28 -29
- package/src/Fossa.Bridge/obj/Fossa.Bridge.fsproj.nuget.g.targets +1 -1
- package/src/Fossa.Bridge/obj/Release/{Fossa.Bridge.0.1.1.nuspec → Fossa.Bridge.0.1.4.nuspec} +19 -19
- package/src/Fossa.Bridge/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +4 -4
- package/src/Fossa.Bridge/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.fs +3 -3
- package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.AssemblyInfo.fs +11 -11
- package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fable-temp.AssemblyInfo.cs +23 -23
- package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fable-temp.GeneratedMSBuildEditorConfig.editorconfig +17 -17
- package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fable-temp.csproj.FileListAbsolute.txt +4 -4
- package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fsproj.FileListAbsolute.txt +14 -14
- package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.sourcelink.json +1 -1
- package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.xml +6 -6
- package/src/Fossa.Bridge/obj/Release/net8.0/ILLink.Substitutions.xml +15 -15
- package/src/Fossa.Bridge/obj/project.assets.json +229 -228
- package/test.ps1 +11 -11
- package/tests/Fossa.Bridge.Tests/Fossa.Bridge.Tests.fsproj +18 -18
- package/tests/Fossa.Bridge.Tests/Main.fs +7 -7
- package/tests/Fossa.Bridge.Tests/UrlHelpersTests.fs +33 -33
- package/tests/Fossa.Bridge.Tests/bin/Release/net8.0/.msCoverageSourceRootsMapping_Fossa.Bridge.Tests +0 -0
- package/tests/Fossa.Bridge.Tests/bin/Release/net8.0/Fossa.Bridge.Tests +0 -0
- package/tests/Fossa.Bridge.Tests/bin/Release/net8.0/Fossa.Bridge.Tests.deps.json +805 -805
- package/tests/Fossa.Bridge.Tests/bin/Release/net8.0/Fossa.Bridge.Tests.runtimeconfig.json +13 -13
- package/tests/Fossa.Bridge.Tests/bin/Release/net8.0/Fossa.Bridge.xml +6 -6
- package/tests/Fossa.Bridge.Tests/obj/Fossa.Bridge.Tests.fsproj.nuget.dgspec.json +181 -173
- package/tests/Fossa.Bridge.Tests/obj/Fossa.Bridge.Tests.fsproj.nuget.g.props +29 -30
- package/tests/Fossa.Bridge.Tests/obj/Fossa.Bridge.Tests.fsproj.nuget.g.targets +10 -10
- package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.fs +3 -3
- package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/Fossa.Bridge.Tests.AssemblyInfo.fs +10 -10
- package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/Fossa.Bridge.Tests.fsproj.FileListAbsolute.txt +190 -191
- package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/Fossa.Bridge.Tests.sourcelink.json +1 -1
- package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/ILLink.Substitutions.xml +15 -15
- package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/apphost +0 -0
- package/tests/Fossa.Bridge.Tests/obj/project.assets.json +2022 -2017
- package/trigger.ps1 +32 -32
- package/tsconfig.json +15 -15
- package/version.ps1 +11 -11
|
@@ -1,81 +1,83 @@
|
|
|
1
|
-
{
|
|
2
|
-
"format": 1,
|
|
3
|
-
"restore": {
|
|
4
|
-
"
|
|
5
|
-
},
|
|
6
|
-
"projects": {
|
|
7
|
-
"
|
|
8
|
-
"version": "1.0.0",
|
|
9
|
-
"restore": {
|
|
10
|
-
"projectUniqueName": "
|
|
11
|
-
"projectName": "Fossa.Bridge",
|
|
12
|
-
"projectPath": "
|
|
13
|
-
"packagesPath": "
|
|
14
|
-
"outputPath": "
|
|
15
|
-
"projectStyle": "PackageReference",
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
],
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
"
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
1
|
+
{
|
|
2
|
+
"format": 1,
|
|
3
|
+
"restore": {
|
|
4
|
+
"/home/runner/work/Bridge/Bridge/src/Fossa.Bridge/Fossa.Bridge.fable-temp.csproj": {}
|
|
5
|
+
},
|
|
6
|
+
"projects": {
|
|
7
|
+
"/home/runner/work/Bridge/Bridge/src/Fossa.Bridge/Fossa.Bridge.fable-temp.csproj": {
|
|
8
|
+
"version": "1.0.0",
|
|
9
|
+
"restore": {
|
|
10
|
+
"projectUniqueName": "/home/runner/work/Bridge/Bridge/src/Fossa.Bridge/Fossa.Bridge.fable-temp.csproj",
|
|
11
|
+
"projectName": "Fossa.Bridge",
|
|
12
|
+
"projectPath": "/home/runner/work/Bridge/Bridge/src/Fossa.Bridge/Fossa.Bridge.fable-temp.csproj",
|
|
13
|
+
"packagesPath": "/home/runner/.nuget/packages/",
|
|
14
|
+
"outputPath": "/home/runner/work/Bridge/Bridge/src/Fossa.Bridge/obj/",
|
|
15
|
+
"projectStyle": "PackageReference",
|
|
16
|
+
"configFilePaths": [
|
|
17
|
+
"/home/runner/.nuget/NuGet/NuGet.Config"
|
|
18
|
+
],
|
|
19
|
+
"originalTargetFrameworks": [
|
|
20
|
+
"net8.0"
|
|
21
|
+
],
|
|
22
|
+
"sources": {
|
|
23
|
+
"https://api.nuget.org/v3/index.json": {}
|
|
24
|
+
},
|
|
25
|
+
"frameworks": {
|
|
26
|
+
"net8.0": {
|
|
27
|
+
"targetAlias": "net8.0",
|
|
28
|
+
"projectReferences": {}
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"warningProperties": {
|
|
32
|
+
"warnAsError": [
|
|
33
|
+
"NU1605"
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
"restoreAuditProperties": {
|
|
37
|
+
"enableAudit": "true",
|
|
38
|
+
"auditLevel": "low",
|
|
39
|
+
"auditMode": "direct"
|
|
40
|
+
},
|
|
41
|
+
"SdkAnalysisLevel": "10.0.100"
|
|
42
|
+
},
|
|
43
|
+
"frameworks": {
|
|
44
|
+
"net8.0": {
|
|
45
|
+
"targetAlias": "net8.0",
|
|
46
|
+
"dependencies": {
|
|
47
|
+
"Fable.Core": {
|
|
48
|
+
"target": "Package",
|
|
49
|
+
"version": "[4.5.0, )"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"imports": [
|
|
53
|
+
"net461",
|
|
54
|
+
"net462",
|
|
55
|
+
"net47",
|
|
56
|
+
"net471",
|
|
57
|
+
"net472",
|
|
58
|
+
"net48",
|
|
59
|
+
"net481"
|
|
60
|
+
],
|
|
61
|
+
"assetTargetFallback": true,
|
|
62
|
+
"warn": true,
|
|
63
|
+
"downloadDependencies": [
|
|
64
|
+
{
|
|
65
|
+
"name": "Microsoft.AspNetCore.App.Ref",
|
|
66
|
+
"version": "[8.0.23, 8.0.23]"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "Microsoft.NETCore.App.Ref",
|
|
70
|
+
"version": "[8.0.23, 8.0.23]"
|
|
71
|
+
}
|
|
72
|
+
],
|
|
73
|
+
"frameworkReferences": {
|
|
74
|
+
"Microsoft.NETCore.App": {
|
|
75
|
+
"privateAssets": "all"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/10.0.102/PortableRuntimeIdentifierGraph.json"
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
81
83
|
}
|
|
@@ -1,26 +1,25 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
2
|
-
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
|
-
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
4
|
-
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
|
5
|
-
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
|
6
|
-
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
|
7
|
-
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' "
|
|
8
|
-
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' "
|
|
9
|
-
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
|
10
|
-
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">7.0.0</NuGetToolVersion>
|
|
11
|
-
</PropertyGroup>
|
|
12
|
-
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
13
|
-
<SourceRoot Include="
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
<
|
|
19
|
-
<
|
|
20
|
-
<
|
|
21
|
-
<
|
|
22
|
-
<
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
</ItemGroup>
|
|
1
|
+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
2
|
+
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
|
+
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
4
|
+
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
|
5
|
+
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
|
6
|
+
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
|
7
|
+
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/home/runner/.nuget/packages/</NuGetPackageRoot>
|
|
8
|
+
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/runner/.nuget/packages/</NuGetPackageFolders>
|
|
9
|
+
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
|
10
|
+
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">7.0.0</NuGetToolVersion>
|
|
11
|
+
</PropertyGroup>
|
|
12
|
+
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
13
|
+
<SourceRoot Include="/home/runner/.nuget/packages/" />
|
|
14
|
+
</ItemGroup>
|
|
15
|
+
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
16
|
+
<Content Include="$(NuGetPackageRoot)fable.core/4.5.0/contentFiles/any/netstandard2.0/CHANGELOG.md" Condition="Exists('$(NuGetPackageRoot)fable.core/4.5.0/contentFiles/any/netstandard2.0/CHANGELOG.md')">
|
|
17
|
+
<NuGetPackageId>Fable.Core</NuGetPackageId>
|
|
18
|
+
<NuGetPackageVersion>4.5.0</NuGetPackageVersion>
|
|
19
|
+
<NuGetItemType>Content</NuGetItemType>
|
|
20
|
+
<Pack>false</Pack>
|
|
21
|
+
<Private>False</Private>
|
|
22
|
+
<Link>CHANGELOG.md</Link>
|
|
23
|
+
</Content>
|
|
24
|
+
</ItemGroup>
|
|
26
25
|
</Project>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
1
|
+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
2
2
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
|
|
@@ -1,84 +1,86 @@
|
|
|
1
|
-
{
|
|
2
|
-
"format": 1,
|
|
3
|
-
"restore": {
|
|
4
|
-
"
|
|
5
|
-
},
|
|
6
|
-
"projects": {
|
|
7
|
-
"
|
|
8
|
-
"version": "1.0.0",
|
|
9
|
-
"restore": {
|
|
10
|
-
"projectUniqueName": "
|
|
11
|
-
"projectName": "Fossa.Bridge",
|
|
12
|
-
"projectPath": "
|
|
13
|
-
"packagesPath": "
|
|
14
|
-
"outputPath": "
|
|
15
|
-
"projectStyle": "PackageReference",
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
],
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
"
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
"
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
"
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
1
|
+
{
|
|
2
|
+
"format": 1,
|
|
3
|
+
"restore": {
|
|
4
|
+
"/home/runner/work/Bridge/Bridge/src/Fossa.Bridge/Fossa.Bridge.fsproj": {}
|
|
5
|
+
},
|
|
6
|
+
"projects": {
|
|
7
|
+
"/home/runner/work/Bridge/Bridge/src/Fossa.Bridge/Fossa.Bridge.fsproj": {
|
|
8
|
+
"version": "1.0.0",
|
|
9
|
+
"restore": {
|
|
10
|
+
"projectUniqueName": "/home/runner/work/Bridge/Bridge/src/Fossa.Bridge/Fossa.Bridge.fsproj",
|
|
11
|
+
"projectName": "Fossa.Bridge",
|
|
12
|
+
"projectPath": "/home/runner/work/Bridge/Bridge/src/Fossa.Bridge/Fossa.Bridge.fsproj",
|
|
13
|
+
"packagesPath": "/home/runner/.nuget/packages/",
|
|
14
|
+
"outputPath": "/home/runner/work/Bridge/Bridge/src/Fossa.Bridge/obj/",
|
|
15
|
+
"projectStyle": "PackageReference",
|
|
16
|
+
"configFilePaths": [
|
|
17
|
+
"/home/runner/.nuget/NuGet/NuGet.Config"
|
|
18
|
+
],
|
|
19
|
+
"originalTargetFrameworks": [
|
|
20
|
+
"net8.0"
|
|
21
|
+
],
|
|
22
|
+
"sources": {
|
|
23
|
+
"/usr/share/dotnet/sdk/10.0.102/FSharp/library-packs": {},
|
|
24
|
+
"https://api.nuget.org/v3/index.json": {}
|
|
25
|
+
},
|
|
26
|
+
"frameworks": {
|
|
27
|
+
"net8.0": {
|
|
28
|
+
"targetAlias": "net8.0",
|
|
29
|
+
"projectReferences": {}
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"restoreAuditProperties": {
|
|
33
|
+
"enableAudit": "true",
|
|
34
|
+
"auditLevel": "low",
|
|
35
|
+
"auditMode": "direct"
|
|
36
|
+
},
|
|
37
|
+
"SdkAnalysisLevel": "10.0.100"
|
|
38
|
+
},
|
|
39
|
+
"frameworks": {
|
|
40
|
+
"net8.0": {
|
|
41
|
+
"targetAlias": "net8.0",
|
|
42
|
+
"dependencies": {
|
|
43
|
+
"FSharp.Core": {
|
|
44
|
+
"include": "Runtime, Compile, Build, Native, Analyzers, BuildTransitive",
|
|
45
|
+
"target": "Package",
|
|
46
|
+
"version": "[10.0.102, )",
|
|
47
|
+
"generatePathProperty": true
|
|
48
|
+
},
|
|
49
|
+
"Fable.Core": {
|
|
50
|
+
"target": "Package",
|
|
51
|
+
"version": "[4.5.0, )",
|
|
52
|
+
"generatePathProperty": true
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"imports": [
|
|
56
|
+
"net461",
|
|
57
|
+
"net462",
|
|
58
|
+
"net47",
|
|
59
|
+
"net471",
|
|
60
|
+
"net472",
|
|
61
|
+
"net48",
|
|
62
|
+
"net481"
|
|
63
|
+
],
|
|
64
|
+
"assetTargetFallback": true,
|
|
65
|
+
"warn": true,
|
|
66
|
+
"downloadDependencies": [
|
|
67
|
+
{
|
|
68
|
+
"name": "Microsoft.AspNetCore.App.Ref",
|
|
69
|
+
"version": "[8.0.23, 8.0.23]"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"name": "Microsoft.NETCore.App.Ref",
|
|
73
|
+
"version": "[8.0.23, 8.0.23]"
|
|
74
|
+
}
|
|
75
|
+
],
|
|
76
|
+
"frameworkReferences": {
|
|
77
|
+
"Microsoft.NETCore.App": {
|
|
78
|
+
"privateAssets": "all"
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/10.0.102/PortableRuntimeIdentifierGraph.json"
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
}
|
|
84
86
|
}
|
|
@@ -1,30 +1,29 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
2
|
-
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
|
-
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
4
|
-
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
|
5
|
-
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
|
6
|
-
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
|
7
|
-
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' "
|
|
8
|
-
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' "
|
|
9
|
-
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
|
10
|
-
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">7.0.0</NuGetToolVersion>
|
|
11
|
-
</PropertyGroup>
|
|
12
|
-
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
13
|
-
<SourceRoot Include="
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
<
|
|
19
|
-
<
|
|
20
|
-
<
|
|
21
|
-
<
|
|
22
|
-
<
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
<
|
|
28
|
-
|
|
29
|
-
</PropertyGroup>
|
|
1
|
+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
2
|
+
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
|
+
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
4
|
+
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
|
5
|
+
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
|
6
|
+
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
|
7
|
+
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/home/runner/.nuget/packages/</NuGetPackageRoot>
|
|
8
|
+
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/runner/.nuget/packages/</NuGetPackageFolders>
|
|
9
|
+
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
|
10
|
+
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">7.0.0</NuGetToolVersion>
|
|
11
|
+
</PropertyGroup>
|
|
12
|
+
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
13
|
+
<SourceRoot Include="/home/runner/.nuget/packages/" />
|
|
14
|
+
</ItemGroup>
|
|
15
|
+
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
16
|
+
<Content Include="$(NuGetPackageRoot)fable.core/4.5.0/contentFiles/any/netstandard2.0/CHANGELOG.md" Condition="Exists('$(NuGetPackageRoot)fable.core/4.5.0/contentFiles/any/netstandard2.0/CHANGELOG.md')">
|
|
17
|
+
<NuGetPackageId>Fable.Core</NuGetPackageId>
|
|
18
|
+
<NuGetPackageVersion>4.5.0</NuGetPackageVersion>
|
|
19
|
+
<NuGetItemType>Content</NuGetItemType>
|
|
20
|
+
<Pack>false</Pack>
|
|
21
|
+
<Private>False</Private>
|
|
22
|
+
<Link>CHANGELOG.md</Link>
|
|
23
|
+
</Content>
|
|
24
|
+
</ItemGroup>
|
|
25
|
+
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
26
|
+
<PkgFSharp_Core Condition=" '$(PkgFSharp_Core)' == '' ">/home/runner/.nuget/packages/fsharp.core/10.0.102</PkgFSharp_Core>
|
|
27
|
+
<PkgFable_Core Condition=" '$(PkgFable_Core)' == '' ">/home/runner/.nuget/packages/fable.core/4.5.0</PkgFable_Core>
|
|
28
|
+
</PropertyGroup>
|
|
30
29
|
</Project>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
1
|
+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
2
2
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
|
package/src/Fossa.Bridge/obj/Release/{Fossa.Bridge.0.1.1.nuspec → Fossa.Bridge.0.1.4.nuspec}
RENAMED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
|
3
|
-
<metadata>
|
|
4
|
-
<id>Fossa.Bridge</id>
|
|
5
|
-
<version>0.1.
|
|
6
|
-
<authors>TIKSN</authors>
|
|
7
|
-
<description>Shared Domain Models and DTOs for Fossa UI and API</description>
|
|
8
|
-
<repository type="git" commit="
|
|
9
|
-
<dependencies>
|
|
10
|
-
<group targetFramework="net8.0">
|
|
11
|
-
<dependency id="FSharp.Core" version="10.0.
|
|
12
|
-
<dependency id="Fable.Core" version="4.5.0" exclude="Build,Analyzers" />
|
|
13
|
-
</group>
|
|
14
|
-
</dependencies>
|
|
15
|
-
</metadata>
|
|
16
|
-
<files>
|
|
17
|
-
<file src="
|
|
18
|
-
<file src="
|
|
19
|
-
</files>
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
|
3
|
+
<metadata>
|
|
4
|
+
<id>Fossa.Bridge</id>
|
|
5
|
+
<version>0.1.4</version>
|
|
6
|
+
<authors>TIKSN</authors>
|
|
7
|
+
<description>Shared Domain Models and DTOs for Fossa UI and API</description>
|
|
8
|
+
<repository type="git" commit="55d564b7a13d179b4b07862856f928d22586a243" />
|
|
9
|
+
<dependencies>
|
|
10
|
+
<group targetFramework="net8.0">
|
|
11
|
+
<dependency id="FSharp.Core" version="10.0.102" exclude="Build,Analyzers" />
|
|
12
|
+
<dependency id="Fable.Core" version="4.5.0" exclude="Build,Analyzers" />
|
|
13
|
+
</group>
|
|
14
|
+
</dependencies>
|
|
15
|
+
</metadata>
|
|
16
|
+
<files>
|
|
17
|
+
<file src="/home/runner/work/Bridge/Bridge/src/Fossa.Bridge/bin/Release/net8.0/Fossa.Bridge.dll" target="lib/net8.0/Fossa.Bridge.dll" />
|
|
18
|
+
<file src="/home/runner/work/Bridge/Bridge/src/Fossa.Bridge/bin/Release/net8.0/Fossa.Bridge.xml" target="lib/net8.0/Fossa.Bridge.xml" />
|
|
19
|
+
</files>
|
|
20
20
|
</package>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// <autogenerated />
|
|
2
|
-
using System;
|
|
3
|
-
using System.Reflection;
|
|
4
|
-
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
|
|
1
|
+
// <autogenerated />
|
|
2
|
+
using System;
|
|
3
|
+
using System.Reflection;
|
|
4
|
+
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
namespace Microsoft.BuildSettings
|
|
2
|
-
[<System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName=".NET 8.0")>]
|
|
3
|
-
do ()
|
|
1
|
+
namespace Microsoft.BuildSettings
|
|
2
|
+
[<System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName=".NET 8.0")>]
|
|
3
|
+
do ()
|
|
@@ -5,14 +5,14 @@ namespace FSharp
|
|
|
5
5
|
|
|
6
6
|
open System
|
|
7
7
|
open System.Reflection
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
[<assembly: System.Reflection.AssemblyCompanyAttribute("TIKSN")>]
|
|
11
|
-
[<assembly: System.Reflection.AssemblyConfigurationAttribute("Release")>]
|
|
12
|
-
[<assembly: System.Reflection.AssemblyDescriptionAttribute("Shared Domain Models and DTOs for Fossa UI and API")>]
|
|
13
|
-
[<assembly: System.Reflection.AssemblyFileVersionAttribute("0.1.
|
|
14
|
-
[<assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.1.
|
|
15
|
-
[<assembly: System.Reflection.AssemblyProductAttribute("Fossa.Bridge")>]
|
|
16
|
-
[<assembly: System.Reflection.AssemblyTitleAttribute("Fossa.Bridge")>]
|
|
17
|
-
[<assembly: System.Reflection.AssemblyVersionAttribute("0.1.
|
|
18
|
-
do()
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
[<assembly: System.Reflection.AssemblyCompanyAttribute("TIKSN")>]
|
|
11
|
+
[<assembly: System.Reflection.AssemblyConfigurationAttribute("Release")>]
|
|
12
|
+
[<assembly: System.Reflection.AssemblyDescriptionAttribute("Shared Domain Models and DTOs for Fossa UI and API")>]
|
|
13
|
+
[<assembly: System.Reflection.AssemblyFileVersionAttribute("0.1.4.0")>]
|
|
14
|
+
[<assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.1.4+55d564b7a13d179b4b07862856f928d22586a243")>]
|
|
15
|
+
[<assembly: System.Reflection.AssemblyProductAttribute("Fossa.Bridge")>]
|
|
16
|
+
[<assembly: System.Reflection.AssemblyTitleAttribute("Fossa.Bridge")>]
|
|
17
|
+
[<assembly: System.Reflection.AssemblyVersionAttribute("0.1.4.0")>]
|
|
18
|
+
do()
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
//------------------------------------------------------------------------------
|
|
2
|
-
// <auto-generated>
|
|
3
|
-
// This code was generated by a tool.
|
|
4
|
-
//
|
|
5
|
-
// Changes to this file may cause incorrect behavior and will be lost if
|
|
6
|
-
// the code is regenerated.
|
|
7
|
-
// </auto-generated>
|
|
8
|
-
//------------------------------------------------------------------------------
|
|
9
|
-
|
|
10
|
-
using System;
|
|
11
|
-
using System.Reflection;
|
|
12
|
-
|
|
13
|
-
[assembly: System.Reflection.AssemblyCompanyAttribute("TIKSN")]
|
|
14
|
-
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
|
|
15
|
-
[assembly: System.Reflection.AssemblyDescriptionAttribute("Shared Domain Models and DTOs for Fossa UI and API")]
|
|
16
|
-
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
|
17
|
-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+
|
|
18
|
-
[assembly: System.Reflection.AssemblyProductAttribute("Fossa.Bridge.fable-temp")]
|
|
19
|
-
[assembly: System.Reflection.AssemblyTitleAttribute("Fossa.Bridge.fable-temp")]
|
|
20
|
-
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
|
21
|
-
|
|
22
|
-
// Generated by the MSBuild WriteCodeFragment class.
|
|
23
|
-
|
|
1
|
+
//------------------------------------------------------------------------------
|
|
2
|
+
// <auto-generated>
|
|
3
|
+
// This code was generated by a tool.
|
|
4
|
+
//
|
|
5
|
+
// Changes to this file may cause incorrect behavior and will be lost if
|
|
6
|
+
// the code is regenerated.
|
|
7
|
+
// </auto-generated>
|
|
8
|
+
//------------------------------------------------------------------------------
|
|
9
|
+
|
|
10
|
+
using System;
|
|
11
|
+
using System.Reflection;
|
|
12
|
+
|
|
13
|
+
[assembly: System.Reflection.AssemblyCompanyAttribute("TIKSN")]
|
|
14
|
+
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
|
|
15
|
+
[assembly: System.Reflection.AssemblyDescriptionAttribute("Shared Domain Models and DTOs for Fossa UI and API")]
|
|
16
|
+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
|
17
|
+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+55d564b7a13d179b4b07862856f928d22586a243")]
|
|
18
|
+
[assembly: System.Reflection.AssemblyProductAttribute("Fossa.Bridge.fable-temp")]
|
|
19
|
+
[assembly: System.Reflection.AssemblyTitleAttribute("Fossa.Bridge.fable-temp")]
|
|
20
|
+
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
|
21
|
+
|
|
22
|
+
// Generated by the MSBuild WriteCodeFragment class.
|
|
23
|
+
|