Skip to content

Commit d89d2b8

Browse files
Fixed links
1 parent 449b9f0 commit d89d2b8

3 files changed

Lines changed: 36 additions & 32 deletions

File tree

.idea/.idea.ConfigurableWarning/.idea/workspace.xml

Lines changed: 32 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ConfigurableWarning/ConfigurableWarning.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<PackageId>RedstoneWizard08.ConfigurableWarning</PackageId>
66
<AssemblyName>RedstoneWizard08.ConfigurableWarning</AssemblyName>
77
<Description>Makes the game configurable!</Description>
8-
<Version>1.13.1</Version>
8+
<Version>1.13.2</Version>
99
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1010
<Nullable>enable</Nullable>
1111
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1212
<LangVersion>latest</LangVersion>
1313
<NoWarn>$(NoWarn);CS0436;NU1701</NoWarn>
1414
<PackageReadmeFile>README.md</PackageReadmeFile>
1515
<PackageLicenseExpression>MIT</PackageLicenseExpression>
16-
<PackageProjectUrl>https://github.com/RedstoneWizard08/ConfigurableWarning</PackageProjectUrl>
16+
<PackageProjectUrl>https://redstonewizard08.github.io/ConfigurableWarning</PackageProjectUrl>
1717
<RepositoryUrl>https://github.com/RedstoneWizard08/ConfigurableWarning</RepositoryUrl>
1818
<RepositoryType>git</RepositoryType>
1919
<Authors>RedstoneWizard08</Authors>

thunderstore.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ schemaVersion = "0.0.1"
44
[package]
55
namespace = "RedstoneWizard08"
66
name = "ConfigurableWarning"
7-
versionNumber = "1.13.1"
7+
versionNumber = "1.13.2"
88
description = "Makes the game configurable!"
9-
websiteUrl = "https://github.com/RedstoneWizard08/ConfigurableWarning"
9+
websiteUrl = "https://redstonewizard08.github.io/ConfigurableWarning"
1010
containsNsfwContent = false
1111

1212
[package.dependencies]

0 commit comments

Comments
 (0)