Skip to content

Commit

Permalink
Ignore folder .package and fix encoding for .nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric L. Charlier committed Apr 18, 2016
1 parent 75997a6 commit 89b512c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ publish/
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
.package/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
Expand Down
6 changes: 3 additions & 3 deletions ERMine.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<id>ERMine</id>
<version>$version$</version>
<title>ERMine</title>
<authors>Cédric L. Charlier</authors>
<owners>Cédric L. Charlier</owners>
<authors>Cédric L. Charlier</authors>
<owners>Cédric L. Charlier</owners>
<licenseUrl>http://github.com/Seddryck/ERMine/blob/master/LICENSE</licenseUrl>
<projectUrl>http://github.com/Seddryck/ERMine</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Text parser ofr entity-relationship models</description>
<description>Text parser for entity-relationship models</description>
<releaseNotes>First release of ERMine</releaseNotes>
<copyright>Copyright 2016</copyright>
<tags>ERM Parser</tags>
Expand Down

0 comments on commit 89b512c

Please sign in to comment.