Skip to content

Commit 1ded58f

Browse files
authored
Merge pull request #9 from yetanalytics/cve_check
- updated .NET dependencies from 6.0.0 to 10.0.x with latest security patches - fixed semantics related to the 10.0.x bump - added dependabot config for CVE scans - Bumped the version from 1.1.0 to 1.1.1
2 parents 79413ef + a46cde1 commit 1ded58f

18 files changed

Lines changed: 151 additions & 69 deletions

.github/workflows/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "nuget"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
time: "03:00"
8+
timezone: "UTC"
9+
open-pull-requests-limit: 5

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
/Assets/Plugins/.signature.p7s
22
/Assets/UnityXapiPublisher/Runtime/.vscode
3+
reports
4+
reports.meta
5+
.clj-kondo
6+
.lsp
7+
.vscode
6.17 KB
Binary file not shown.

Assemblies/RestSharp.dll

74 KB
Binary file not shown.

Assemblies/System.IO.Pipelines.dll

83.8 KB
Binary file not shown.

Assemblies/System.IO.Pipelines.dll.meta

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
2.42 KB
Binary file not shown.
10.7 KB
Binary file not shown.

Assemblies/System.Text.Json.dll

253 KB
Binary file not shown.

NuGet.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<configuration>
33
<packageSources>
44
<clear/>
5-
<add key="NuGet" value="http://www.nuget.org/api/v2/" />
5+
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
66
</packageSources>
77
<disabledPackageSources />
88
<activePackageSource>
99
<add key="All" value="(Aggregate source)" />
1010
</activePackageSource>
1111
<config>
1212
<add key="repositoryPath" value="./Packages" />
13-
<add key="DefaultPushSource" value="http://www.nuget.org/api/v2/" />
13+
<add key="DefaultPushSource" value="https://www.nuget.org/api/v2/package" />
1414
</config>
1515
</configuration>

0 commit comments

Comments
 (0)