Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Make casing of csproj and assemblies consistent #26

Closed
akoeplinger opened this issue Sep 25, 2016 · 5 comments
Closed

Make casing of csproj and assemblies consistent #26

akoeplinger opened this issue Sep 25, 2016 · 5 comments
Assignees

Comments

@akoeplinger
Copy link
Member

akoeplinger commented Sep 25, 2016

Right now the casing of the csproj's is inconsistent, leading to output assemblies with names like this e.g. for net461:

image

We should either make everything lowercase, or use the casing the assemblies have used in the past everywhere.

@weshaggard weshaggard self-assigned this Sep 26, 2016
@weshaggard
Copy link
Member

LOL... Sorry about that I noticed myself being inconsistent about that but didn't fix it (I guess I'm too used to windows).

I think we should make these proper casing for the ones that match namespaces, but I do think I will make netstandard itself all lowercase.

@akoeplinger
Copy link
Member Author

Sounds good 👍

@terrajobst
Copy link
Member

but I do think I will make netstandard itself all lowercase.

👍

@weshaggard
Copy link
Member

1325532 should hopefully fix this. @akoeplinger let me know if you see some I missed.

@akoeplinger
Copy link
Member Author

I found a few more: #42

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants