Skip to content

Commit

Permalink
ComicConverter 2.2.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
caraplana1 committed May 29, 2024
1 parent 8f421d3 commit 2d2d707
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 12 deletions.
18 changes: 10 additions & 8 deletions ComicConverter.sln
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
# Visual Studio Version 17
VisualStudioVersion = 17.10.34916.146
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ComicConverter", "ComicConverter\ComicConverter.csproj", "{0CB8A9CB-D407-429D-A61A-206B9417CF6A}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComicConverter", "ComicConverter\ComicConverter.csproj", "{0CB8A9CB-D407-429D-A61A-206B9417CF6A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{3D97E45C-B295-4E6A-973D-EFA26F51F00C}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{3D97E45C-B295-4E6A-973D-EFA26F51F00C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -16,9 +16,6 @@ Global
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0CB8A9CB-D407-429D-A61A-206B9417CF6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CB8A9CB-D407-429D-A61A-206B9417CF6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
Expand All @@ -39,10 +36,15 @@ Global
{3D97E45C-B295-4E6A-973D-EFA26F51F00C}.Debug|x86.ActiveCfg = Debug|Any CPU
{3D97E45C-B295-4E6A-973D-EFA26F51F00C}.Debug|x86.Build.0 = Debug|Any CPU
{3D97E45C-B295-4E6A-973D-EFA26F51F00C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D97E45C-B295-4E6A-973D-EFA26F51F00C}.Release|Any CPU.Build.0 = Release|Any CPU
{3D97E45C-B295-4E6A-973D-EFA26F51F00C}.Release|x64.ActiveCfg = Release|Any CPU
{3D97E45C-B295-4E6A-973D-EFA26F51F00C}.Release|x64.Build.0 = Release|Any CPU
{3D97E45C-B295-4E6A-973D-EFA26F51F00C}.Release|x86.ActiveCfg = Release|Any CPU
{3D97E45C-B295-4E6A-973D-EFA26F51F00C}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B18D5FA5-7DD6-4A69-B2F8-2E248C998720}
EndGlobalSection
EndGlobal
20 changes: 16 additions & 4 deletions ComicConverter/ComicConverter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,25 @@
<LangVersion>9.0</LangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>ComicConverter</PackageId>
<Version>2.0.0</Version>
<Author>Cristian Landaez</Author>
<Description>Package To convert comics formats.</Description>
<PackageTags>comics, convert, comic</PackageTags>
<Version>2.2.0</Version>
<Description>Package for comics formats convertions.</Description>
<PackageTags>comics, convert, formats, files</PackageTags>
<RepositoryUrl>https://github.com/caraplana1/ComicConverter</RepositoryUrl>
<OutputType>Library</OutputType>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Authors>Cristian Landaez</Authors>
<Title>Comic Converter</Title>
<PackageReleaseNotes>Now support pdf with png images. Documentation changes and drop cb7 support </PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<Optimize>False</Optimize>
</PropertyGroup>
<ItemGroup>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="PdfSharpCore" Version="1.3.63" />
<PackageReference Include="SharpCompress" Version="0.37.2" />
Expand Down

0 comments on commit 2d2d707

Please sign in to comment.