This website requires JavaScript.
Explore
Help
Sign In
AMT-Cheif
/
Stylet
mirror of
https://github.com/AMT-Cheif/Stylet.git
Watch
1
Star
0
Fork
You've already forked Stylet
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
Stylet
/
.gitattributes
4 lines
47 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Working ActionCommand
2014-02-03 12:10:58 -08:00
*.cs eol=crlf
*.xaml eol=crlf
Use powershell, and powershell only, for Stylet.Start NuGet's 'content' approach broke horribly when we tried to upgrade: it removed App.xaml.cs. Using powershell through and through is more powerful: we can have a package which immediately uninstalls itself, which means it doesn't remain part of the user's package set. We can also be smarter about upgrading the project: we don't nuke anything that's in App.xaml, we don't need the user to manually delete MainWindow.xaml, and we can keep anything that's currently in MainWindow.xaml
2016-04-03 11:52:21 -07:00
*.ps1 eol=crlf