Skip to content

Commit ea735c2

Browse files
committed
Add nuget.samboy.dev as extra NuGet source
1 parent 18cee3d commit ea735c2

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

BepInEx.Templates/BepInEx.Templates.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<PackageType>Template</PackageType>
5-
<PackageVersion>2.0.0-be.1</PackageVersion>
5+
<PackageVersion>2.0.0-be.2</PackageVersion>
66
<PackageId>BepInEx.Templates</PackageId>
77
<Title>BepInEx Plugin Templates</Title>
88
<Authors>BepInEx</Authors>

BepInEx.Templates/templates/BepInEx5.PluginTemplate/BepInEx5.PluginTemplate.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
<LangVersion>latest</LangVersion>
1010
<RestoreAdditionalProjectSources>
1111
https://api.nuget.org/v3/index.json;
12-
https://nuget.bepinex.dev/v3/index.json
12+
https://nuget.bepinex.dev/v3/index.json;
13+
https://nuget.samboy.dev/v3/index.json
1314
</RestoreAdditionalProjectSources>
1415
<RootNamespace>BepInEx5.PluginTemplate</RootNamespace>
1516
</PropertyGroup>

BepInEx.Templates/templates/BepInEx6.PluginTemplate.NET.CoreCLR/BepInEx6.PluginTemplate.NET.CoreCLR.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
<LangVersion>latest</LangVersion>
1010
<RestoreAdditionalProjectSources>
1111
https://api.nuget.org/v3/index.json;
12-
https://nuget.bepinex.dev/v3/index.json
12+
https://nuget.bepinex.dev/v3/index.json;
13+
https://nuget.samboy.dev/v3/index.json
1314
</RestoreAdditionalProjectSources>
1415
<RootNamespace>BepInEx6.PluginTemplate.NET.CoreCLR</RootNamespace>
1516
</PropertyGroup>

BepInEx.Templates/templates/BepInEx6.PluginTemplate.NET.Framework/BepInEx6.PluginTemplate.NET.Framework.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
<LangVersion>latest</LangVersion>
1010
<RestoreAdditionalProjectSources>
1111
https://api.nuget.org/v3/index.json;
12-
https://nuget.bepinex.dev/v3/index.json
12+
https://nuget.bepinex.dev/v3/index.json;
13+
https://nuget.samboy.dev/v3/index.json
1314
</RestoreAdditionalProjectSources>
1415
<RootNamespace>BepInEx6.PluginTemplate.NET.Framework</RootNamespace>
1516
</PropertyGroup>

BepInEx.Templates/templates/BepInEx6.PluginTemplate.Unity.Il2Cpp/BepInEx6.PluginTemplate.Unity.Il2Cpp.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
<LangVersion>latest</LangVersion>
1010
<RestoreAdditionalProjectSources>
1111
https://api.nuget.org/v3/index.json;
12-
https://nuget.bepinex.dev/v3/index.json
12+
https://nuget.bepinex.dev/v3/index.json;
13+
https://nuget.samboy.dev/v3/index.json
1314
</RestoreAdditionalProjectSources>
1415
<RootNamespace>BepInEx6.PluginTemplate.Unity.Il2Cpp</RootNamespace>
1516
</PropertyGroup>

BepInEx.Templates/templates/BepInEx6.PluginTemplate.Unity.Mono/BepInEx6.PluginTemplate.Unity.Mono.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
<LangVersion>latest</LangVersion>
1010
<RestoreAdditionalProjectSources>
1111
https://api.nuget.org/v3/index.json;
12-
https://nuget.bepinex.dev/v3/index.json
12+
https://nuget.bepinex.dev/v3/index.json;
13+
https://nuget.samboy.dev/v3/index.json
1314
</RestoreAdditionalProjectSources>
1415
<RootNamespace>BepInEx6.PluginTemplate.Unity.Mono</RootNamespace>
1516
</PropertyGroup>

0 commit comments

Comments
 (0)