Skip to content

Commit

Permalink
Bump app cast version
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadpikle committed Mar 23, 2024
1 parent 45e3c8c commit 6237314
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<AssemblyTitle>NetSparkleUpdaterAppCastGenerator</AssemblyTitle>
<Product>NetSparkleUpdater.Tools.AppCastGenerator</Product>
<Description>Command line tool 'netsparkle-generate-appcast' to scan a directory for update files and generate appcast.xml. Can also be used to generate ed25519 keys/etc. for that app cast. Use in conjunction with the NetSparkleUpdater library.</Description>
<Copyright>Copyright © ndreisg 2019, Deadpikle 2020-2023</Copyright>
<Copyright>Copyright © ndreisg 2019, Deadpikle 2020-2024</Copyright>
<OutputPath>..\bin\$(Configuration)\NetSparkle.Tools.AppCastGenerator\</OutputPath>
<PackAsTool>true</PackAsTool>
<ToolCommandName>netsparkle-generate-appcast</ToolCommandName>
Expand All @@ -48,10 +48,10 @@
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent />
<AssemblyVersion>2.5.1.0</AssemblyVersion>
<FileVersion>2.5.1.0</FileVersion>
<AssemblyVersion>2.5.2.0</AssemblyVersion>
<FileVersion>2.5.2.0</FileVersion>
<PackageId>NetSparkleUpdater.Tools.AppCastGenerator</PackageId>
<Version>2.5.1</Version>
<Version>2.5.2</Version>
<Authors>Deadpikle</Authors>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageProjectUrl>https://github.com/NetSparkleUpdater/NetSparkle</PackageProjectUrl>
Expand Down

0 comments on commit 6237314

Please sign in to comment.