Skip to content

Commit

Permalink
release: 1.2.2
Browse files Browse the repository at this point in the history
* REFACTORING: Replaced zip handler library. This change should fix potential issues with UTF path names in zip, unpacking of empty files/folders.
  • Loading branch information
dady8889 committed May 23, 2022
1 parent a3e64df commit ebbf119
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Onova.Publisher.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>Onova.Publisher</id>
<title>Onova.Publisher</title>
<version>1.2.1</version>
<version>1.2.2</version>
<authors>dady8889</authors>
<owners>dady8889</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -15,7 +15,7 @@
<group targetFramework="net5.0" />
<group targetFramework="net6.0" />
</dependencies>
<releaseNotes>* FIX: Fixed encoding issue in VS Package Manager Console.
<releaseNotes>* REFACTORING: Replaced zip handler library. This change should fix potential issues with UTF path names in zip, unpacking of empty files/folders.
</releaseNotes>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion Onova.Publisher/Onova.Publisher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net5.0</TargetFramework>
<Authors>dady8889</Authors>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>1.2.1</Version>
<Version>1.2.2</Version>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<OutputPath>$(SolutionDir)bin\$(MSBuildProjectName)\$(Configuration)\$(Platform)\</OutputPath>
Expand Down

0 comments on commit ebbf119

Please sign in to comment.