Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Ionic.Zip with more recent NuGet #19

Merged
merged 22 commits into from
May 19, 2024
Merged

Conversation

BardezAnAvatar
Copy link
Owner

  • Split ISotsStructure.cs into two files
    • ISotsStructure.cs
    • IComplexSotsStructure.cs
  • Split some code from UI out into their own projects
    • Split the UI's IO namespace out into its own project (.NET Standard 2.0)
    • Split some of the ResourceManagement namespace out into its own project (.NET Standard 2.0)
    • Updated namespaces where appropriate
    • Reference GitVersion package in new projects
  • Replace Ionic.Zip with more recent NuGet
    • Deleted the Ionic.Zip assembly in the repo root
    • Replaced references to Ioniz.Zip assembly with <PackageReference Include="DotNetZip" Version="1.16.0" />

-- begin release notes --
Replaced Ionic.Zip with more recent NuGet package
-- end release notes --

@BardezAnAvatar BardezAnAvatar added the SemVer Minor Creates a minor SemVer increment label May 19, 2024
@BardezAnAvatar BardezAnAvatar merged commit d8596b4 into main May 19, 2024
2 checks passed
@BardezAnAvatar BardezAnAvatar deleted the feat/ReplaceIonicZip branch May 20, 2024 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SemVer Minor Creates a minor SemVer increment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant