Merge pull request #325 from PTMagicians/revert-323-dependabot/nuget/Core/Newtonsoft.Json-13.0.2

Revert "Bump Newtonsoft.Json from 12.0.3 to 13.0.2 in /Core"
This commit is contained in:
HojouFotytu 2023-06-22 18:36:06 +09:00 committed by GitHub
commit e1d50572f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 5 additions and 77 deletions

View File

@ -1,38 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
**Additional context**
Add any other context about the problem here.

View File

@ -1,20 +0,0 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.

View File

@ -1,14 +0,0 @@
---
name: Other
about: 'For trouble-shooting and other questions, visit our Discord server: https://discord.gg/KYmHMfk'
title: ''
labels: ''
assignees: ''
---
Posts in the Issues section should be limited to:
- Bug Reports
- Feature Requests
If you have general questions, please visit our Discord server at: https://discord.gg/KYmHMfk

View File

@ -4,8 +4,8 @@
## What we expect from users who want to contribute a pull request ## What we expect from users who want to contribute a pull request
- Read the file [_Development/README.md](https://github.com/PTMagicians/PTMagic/blob/master/_Development/README.md) and follow the instructions carefully - Read the file [_Development/README.md](https://github.com/PTMagicians/PTMagic/blob/master/_Development/README.md) and follow the instructions carefully
- Knowledge of the project PT Magic and what it is supposed to do - In depth knowledge of the project PT Magic and what it is supposed to do
- Knowledge of the architecture, the different parts and layers of PT Magic - In depth knowledge of the architecture, the different parts and layers of PT Magic
## What main goal should I follow when I want to implement something and submit my pull request? ## What main goal should I follow when I want to implement something and submit my pull request?
PT Magic is a project/addon that supports the trading experience of several users of Profit Trailer. PT Magic is a project/addon that supports the trading experience of several users of Profit Trailer.

View File

@ -6,7 +6,7 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="3.1.0" /> <PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="3.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" /> <PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="NLog" Version="4.6.8" /> <PackageReference Include="NLog" Version="4.6.8" />
<PackageReference Include="NLog.Extensions.Logging" Version="1.6.1" /> <PackageReference Include="NLog.Extensions.Logging" Version="1.6.1" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.0" /> <PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.0" />

View File

@ -1,5 +1,5 @@
# Profit Trailer Magic # Profit Trailer Magic
[Go here](https://github.com/PTMagicians/PTMagic/releases) to download the latest version. [Visit the wiki](https://github.com/PTMagicians/PT-Magic/wiki) to learn about this project.
[Visit the wiki](https://github.com/PTMagicians/PT-Magic/wiki) for instructions, and to learn more about this project. [Go here](https://github.com/PTMagicians/PTMagic/releases) to download the latest version.