Skip to content

Commit

Permalink
Beta version, trying .NET 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jaime-olivares committed Aug 20, 2024
1 parent 94dadbc commit c0bd609
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
**/*.nupkg
test/sample1.zip
test/.vs/*
/.vs
*.ini
4 changes: 2 additions & 2 deletions src/ZipStorer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<PropertyGroup>
<Description>A Pure C# class to store files in Zip</Description>
<Authors>Jaime Olivares</Authors>
<VersionPrefix>4.0.1</VersionPrefix>
<TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks>
<VersionPrefix>4.0.2-beta1</VersionPrefix>
<TargetFrameworks>netstandard2.0;net8.0;net48</TargetFrameworks>
<AssemblyName>ZipStorer</AssemblyName>
<AssemblyTitle>ZipStorer</AssemblyTitle>
<PackageId>ZipStorer</PackageId>
Expand Down
6 changes: 3 additions & 3 deletions test/ZipStorerTest.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Authors>Jaime Olivares</Authors>
<VersionPrefix>4.0.1</VersionPrefix>
<TargetFramework>net8.0</TargetFramework>
<VersionPrefix>4.0.2-beta1</VersionPrefix>
<TargetFramework>net48</TargetFramework>
<AssemblyName>ZipStorerTest</AssemblyName>
<PackageId>ZipStorerTest</PackageId>
<OutputType>exe</OutputType>
Expand Down

0 comments on commit c0bd609

Please sign in to comment.