Skip to content

Commit

Permalink
Increased maximum mipmap size, and increased version
Browse files Browse the repository at this point in the history
  • Loading branch information
notscuffed committed Jun 1, 2020
1 parent e265008 commit 6e2b64d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RePKG.Application/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ internal static class Constants
public const int MaximumFrameCount = 100_000;
public const int MaximumImageCount = 100;
public const int MaximumMipmapCount = 32;
public const int MaximumMipmapByteCount = 50_000_000; // 50 MB
public const int MaximumMipmapByteCount = 250_000_000; // 250 MB
}
}
2 changes: 1 addition & 1 deletion RePKG.Application/RePKG.Application.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.2.1</Version>
<Version>0.2.2</Version>
<Copyright>Copyright © NotScuffed 2020</Copyright>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion RePKG.Core/RePKG.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.2.1</Version>
<Version>0.2.2</Version>
<Copyright>Copyright © NotScuffed 2020</Copyright>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion RePKG/RePKG.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<RootNamespace>RePKG</RootNamespace>
<OutputType>Exe</OutputType>
<TargetFramework>net472</TargetFramework>
<Version>0.2.1</Version>
<Version>0.2.2</Version>
<Copyright>Copyright © NotScuffed 2020</Copyright>
</PropertyGroup>

Expand Down

0 comments on commit 6e2b64d

Please sign in to comment.