Merge pull request #323 from PTMagicians/dependabot/nuget/Core/Newtonsoft.Json-13.0.2
Bump Newtonsoft.Json from 12.0.3 to 13.0.2 in /Core
This commit is contained in:
commit
0971d41ed0
|
@ -0,0 +1,38 @@
|
||||||
|
---
|
||||||
|
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.
|
|
@ -0,0 +1,20 @@
|
||||||
|
---
|
||||||
|
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.
|
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
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
|
|
@ -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
|
||||||
- In depth knowledge of the project PT Magic and what it is supposed to do
|
- Knowledge of the project PT Magic and what it is supposed to do
|
||||||
- In depth knowledge of the architecture, the different parts and layers of PT Magic
|
- 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.
|
||||||
|
|
|
@ -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="12.0.3" />
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
|
||||||
<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" />
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Profit Trailer Magic
|
# Profit Trailer Magic
|
||||||
|
|
||||||
[Visit the wiki](https://github.com/PTMagicians/PT-Magic/wiki) to learn about this project.
|
|
||||||
|
|
||||||
[Go here](https://github.com/PTMagicians/PTMagic/releases) to download the latest version.
|
[Go here](https://github.com/PTMagicians/PTMagic/releases) to download the latest version.
|
||||||
|
|
||||||
|
[Visit the wiki](https://github.com/PTMagicians/PT-Magic/wiki) for instructions, and to learn more about this project.
|
||||||
|
|
Loading…
Reference in New Issue