Skip to content

Commit beadc20

Browse files
committed
v1.2.7.11
1 parent e980c5d commit beadc20

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,11 @@ Yellowcake includes multiple themes:
268268

269269
### Building from Source
270270
```
271-
git clone https://github.com/NaghDiefallah/Yellowcake.git cd Yellowcake dotnet restore dotnet build dotnet run
271+
git clone https://github.com/NaghDiefallah/Yellowcake.git
272+
cd Yellowcake
273+
dotnet restore
274+
dotnet build
275+
dotnet run
272276
```
273277

274278
### Key Dependencies

ViewModels/Settings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ public partial class MainViewModel
4444

4545
public Dictionary<string, string> ManifestSources { get; } = new()
4646
{
47-
{ "Stable Source", "https://gist.githubusercontent.com/NaghDiefallah/82544b5e011d78924b0ff7678e4180aa/raw/NOModsPrimary" },
47+
{ "Stable Source", "https://raw.githubusercontent.com/NaghDiefallah/Yellowcake/refs/heads/main/Manifests/Stable.json" },
4848
{ "Community Source", "https://kopterbuzz.github.io/NOMNOM/manifest/manifest.json" },
49-
{ "Development Source", "https://gist.githubusercontent.com/NaghDiefallah/82544b5e011d78924b0ff7678e4180aa/raw/NOModsTesting" }
49+
{ "Development Source", "https://raw.githubusercontent.com/NaghDiefallah/Yellowcake/refs/heads/main/Manifests/Development.json" }
5050
};
5151

5252
partial void OnIsSettingsOpenChanged(bool value)

Yellowcake.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<TrimMode>link</TrimMode>
1616

1717
<DebugType>embedded</DebugType>
18-
<Version>1.2.7.10</Version>
19-
<AssemblyVersion>1.2.7.10</AssemblyVersion>
20-
<FileVersion>1.2.7.10</FileVersion>
18+
<Version>1.2.7.11</Version>
19+
<AssemblyVersion>1.2.7.11</AssemblyVersion>
20+
<FileVersion>1.2.7.11</FileVersion>
2121
<ApplicationIcon>Resources\icon.ico</ApplicationIcon>
2222
</PropertyGroup>
2323

0 commit comments

Comments
 (0)