Skip to content

Commit

Permalink
Release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
ezet committed May 12, 2016
1 parent d6c4f19 commit f391646
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion EveLib.EveCrest/EveLib.EveCrest.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!-- <iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl> -->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>https://github.com/ezet/evelib/releases/tag/EveCrest_v3.4.2</releaseNotes>
<releaseNotes>https://github.com/ezet/evelib/releases/tag/EveCrest_v3.4.4</releaseNotes>
<tags>EveLib EveCrest API EveOnline Eve Online Crest</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="6.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace eZet.EveLib.EveCrestModule.Models.Resources {
/// <summary>
/// Loyalty Store Offers
/// </summary>
/// <seealso cref="eZet.EveLib.EveCrestModule.Models.CrestResource{eZet.EveLib.EveCrestModule.Models.Resources.LoyaltyStoreOffersCollection}" />
/// <seealso cref="LoyaltyStoreOffersCollection" />
/// <seealso cref="Models.CrestResource{LoyaltyStoreOffersCollection}" />
public sealed class LoyaltyStoreOffersCollection : CrestResource<LoyaltyStoreOffersCollection> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ namespace eZet.EveLib.EveCrestModule.Models.Resources {
/// <summary>
/// NPC Corporations Collection
/// </summary>
/// <seealso cref="eZet.EveLib.EveCrestModule.Models.CollectionResource{eZet.EveLib.EveCrestModule.Models.Resources.NpcCorporationsCollection, eZet.EveLib.EveCrestModule.Models.Resources.NpcCorporationsCollection.NpcCorporationData}" />
public sealed class NpcCorporationsCollection : CollectionResource<NpcCorporationsCollection, NpcCorporationsCollection.NpcCorporationData> {

/// <summary>
Expand All @@ -14,6 +13,9 @@ public sealed class NpcCorporationsCollection : CollectionResource<NpcCorporatio
public NpcCorporationsCollection() {
ContentType = "application/vnd.ccp.eve.NPCCorporationsCollection-v1+json";
}
/// <summary>
/// NPC Corporation Data Short
/// </summary>
public class NpcCorporationData : LinkedEntity<NotImplemented> {

/// <summary>
Expand Down
1 change: 0 additions & 1 deletion EveLib.EveCrest/Models/Resources/Station.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ namespace eZet.EveLib.EveCrestModule.Models.Resources {
/// <summary>
/// Station Resource
/// </summary>
/// <seealso cref="eZet.EveLib.EveCrestModule.Models.CrestResource{eZet.EveLib.EveCrestModule.Models.Resources.Station}" />
public sealed class Station : CrestResource<Station> {
/// <summary>
/// Initializes a new instance of the <see cref="Station" /> class.
Expand Down
4 changes: 2 additions & 2 deletions EveLib.EveCrest/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.4.2.0")]
[assembly: AssemblyFileVersion("3.4.2.0")]
[assembly: AssemblyVersion("3.4.3.0")]
[assembly: AssemblyFileVersion("3.4.3.0")]
[assembly: NeutralResourcesLanguage("en")]

0 comments on commit f391646

Please sign in to comment.