Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare NuGet package creation #33

Merged
merged 1 commit into from
Apr 17, 2015

Conversation

pmacn
Copy link

@pmacn pmacn commented Apr 17, 2015

Add Package build task to build script
Add nuspec file
Update readme and license
Ignore package output directory

Add Package build task to build script
Add nuspec file
Update readme and license
Ignore package output directory
@pmacn
Copy link
Author

pmacn commented Apr 17, 2015

Stole most of this from #20

)

open Fake.AssemblyInfoFile

Target "AssemblyInfo" (fun _ ->
CreateCSharpAssemblyInfo ".\SolutionInfo.cs"
CreateCSharpAssemblyInfo "./SolutionInfo.cs"
Copy link
Author

Choose a reason for hiding this comment

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

Looked like most other paths in the script were using / over \ so I just changed this for that reason.

@haacked
Copy link
Owner

haacked commented Apr 17, 2015

Thanks you!

selfie-0

haacked added a commit that referenced this pull request Apr 17, 2015
@haacked haacked merged commit 5f0e975 into haacked:master Apr 17, 2015
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