Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Made a mistake and content management built with stage submodule. #498

Merged
merged 20 commits into from
Jul 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion R2API.Stages/R2API.Stages.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../R2API.props" />
<ItemGroup>
<ProjectReference Include="..\R2API.ContentManagement\R2API.ContentManagement.csproj" />
<ProjectReference Include="..\R2API.ContentManagement\R2API.ContentManagement.csproj" Private="false" />
<ProjectReference Include="..\R2API.Core\R2API.Core.csproj" Private="false" />
</ItemGroup>
</Project>
5 changes: 5 additions & 0 deletions R2API.Stages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,10 @@ The StageRegistration class also hosts `stageVariantDictionary`, which is a read

## Changelog

### '1.0.1'
- Fix r2api content management DLL being shipped in that package

### '1.0.0'
- Initial Release


2 changes: 1 addition & 1 deletion R2API.Stages/thunderstore.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ schemaVersion = "0.0.1"
[package]
namespace = "RiskofThunder"
name = "R2API_Stages"
versionNumber = "1.0.0"
versionNumber = "1.0.1"
description = "API for Stage creation"
websiteUrl = "https://github.com/risk-of-thunder/R2API"
containsNsfwContent = false
Expand Down
Loading