Skip to content

Commit

Permalink
Version 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mcavigelli committed Aug 21, 2022
1 parent 3975593 commit ecc07e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Build/setVersion.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$AssemblyVersion = "3.5.1"
$AssemblyVersion = "3.5.2"
$SemanticVersion = $AssemblyVersion + "" #for stable version, set postfix to empty

function Update-NuGetVersion ([string] $filename, [string] $versionNumber){
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net40;net45</TargetFrameworks>
<Version>3.5.1</Version>
<Version>3.5.2</Version>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>FileHelpers.snk</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
Expand Down
2 changes: 1 addition & 1 deletion FileHelpers/FileHelpers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>FileHelpers.snk</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
<Version>3.5.1</Version>
<Version>3.5.2</Version>
<Description>Open Source library for automatic formatted file read/write operations www.filehelpers.net</Description>
<Company>Devoo</Company>
<Product>FileHelpers http://www.filehelpers.net</Product>
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image: Visual Studio 2019
version: 3.5.1.{build}
version: 3.5.2.{build}

nuget:
project_feed: true
Expand Down

0 comments on commit ecc07e9

Please sign in to comment.