Skip to content

Commit

Permalink
minor fix in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rivantsov committed Aug 31, 2024
1 parent f41b8b0 commit 1098ffb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Nuget/PushAll.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SET pver=1.5.2
SET pver=1.5.3
Echo Version: "%pver%"
dir ..\packages\*.nupkg
@echo off
Expand Down
2 changes: 1 addition & 1 deletion Packages.proj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageVersion>1.5.2</PackageVersion>
<PackageVersion>1.5.3</PackageVersion>

<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>irony.snk</AssemblyOriginatorKeyFile>
Expand Down

0 comments on commit 1098ffb

Please sign in to comment.