Skip to content

Commit

Permalink
add symbols to lumina.generated, version bump generated and lumina
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAdam committed Aug 11, 2020
1 parent 9e19c30 commit cf21415
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
14 changes: 12 additions & 2 deletions src/Lumina.Generated/Lumina.Generated.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<PackageProjectUrl>https://github.com/NotAdam/Lumina</PackageProjectUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/NotAdam/Lumina</RepositoryUrl>
<PackageVersion>5.25.1</PackageVersion>
<FileVersion>5.25.1</FileVersion>
<PackageVersion>5.30.2</PackageVersion>
<FileVersion>5.30.2</FileVersion>
<Description>Generated structures for Lumina.</Description>
</PropertyGroup>

Expand All @@ -24,4 +24,14 @@
<Folder Include="Excel" />
</ItemGroup>

<PropertyGroup>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions src/Lumina/Lumina.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<PackageProjectUrl>https://github.com/NotAdam/Lumina</PackageProjectUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/NotAdam/Lumina</RepositoryUrl>
<PackageVersion>2.1.1</PackageVersion>
<FileVersion>2.1.1</FileVersion>
<PackageVersion>2.2.0</PackageVersion>
<FileVersion>2.2.0</FileVersion>
<Description>Lumina is a small, performant and simple library for interacting with FINAL FANTASY XIV game data.</Description>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Lumina/LuminaOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class LuminaOptions
public bool PanicOnSheetChecksumMismatch { get; set; } = true;

/// <summary>
/// If enabled, if a cast fails in an excel sheet, an InvalidCastException will be thrown instead of the types default value being inserted instead.
/// If enabled, when a cast fails in an excel sheet, an InvalidCastException will be thrown instead of the types default value being inserted instead.
/// </summary>
public bool ExcelSheetStrictCastingEnabled { get; set; } = false;
}
Expand Down

0 comments on commit cf21415

Please sign in to comment.