Skip to content

Move properties to the root .props file#94

Merged
sondreb merged 1 commit intoblock-core:masterfrom
sondreb:feature/improve-usage-of-props
Apr 18, 2020
Merged

Move properties to the root .props file#94
sondreb merged 1 commit intoblock-core:masterfrom
sondreb:feature/improve-usage-of-props

Conversation

@sondreb
Copy link
Copy Markdown
Member

@sondreb sondreb commented Apr 18, 2020

  • This commit moves most of the properties from individual project files into a shared props file.
  • The props files are not inherited, so they are all removed from individual folders which was used to set the IsPackable property. This is added to individual project files instead.
  • Delete all AssemblyInfo.cs files from properties folder.
  • Move all version properties into a singular place, making updates easier.
  • Changes the assembly name of NBitcoin fork to "Blockcore.NBitcoin".
  • Automatically makes internals visible to .Tests projects based on script in .props file.
  • Remove some old NETCORE conditional checks.

- This commit moves most of the properties from individual project files into a shared props file.
- The props files are not inherited, so they are all removed from individual folders which was used to set the IsPackable property. This is added to individual project files instead.
- Delete all AssemblyInfo.cs files from properties folder.
- Move all version properties into a singular place, making updates easier.
- Changes the assembly name of NBitcoin fork to "Blockcore.NBitcoin".
- Automatically makes internals visible to .Tests projects based on script in .props file.
- Remove some old NETCORE conditional checks.
Copy link
Copy Markdown
Member

@dangershony dangershony left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not run tests or sync networks but I think this is fine

@sondreb sondreb merged commit da12fd3 into block-core:master Apr 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants