Skip to content

Commit

Permalink
EveXml release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
ezet committed May 2, 2016
1 parent b6d3947 commit 55b62f8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion EveLib.EveXml/EveLib.EveXml.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
<title>$title$</title>
<authors>$author$</authors>
<owners>$author$</owners>
<copyright>$copyright</copyright>
<licenseUrl>https://raw.githubusercontent.com/ezet/evelib/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/ezet/evelib</projectUrl>
<!-- <iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl> -->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>https://github.com/ezet/evelib/releases/tag/EveXml_v3.0.7</releaseNotes>
<releaseNotes>https://github.com/ezet/evelib/releases/tag/EveXml_v3.0.8</releaseNotes>
<tags>EveLib EveXml API EveOnline Eve Online</tags>
</metadata>
</package>
4 changes: 2 additions & 2 deletions EveLib.EveXml/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("3.0.7.0")]
[assembly: AssemblyFileVersion("3.0.7.0")]
[assembly: AssemblyVersion("3.0.8.0")]
[assembly: AssemblyFileVersion("3.0.8.0")]
[assembly: NeutralResourcesLanguage("en")]
2 changes: 1 addition & 1 deletion EveLib.EveXml/pack.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nuget pack EveLib.EveXml.csproj -IncludeReferencedProjects -Prop Configuration=Release -S
nuget pack EveLib.EveXml.csproj -IncludeReferencedProjects -Prop Configuration=Release -Symbols
pause

0 comments on commit 55b62f8

Please sign in to comment.