Skip to content

Commit 6a88f54

Browse files
author
Matthias Cavigelli
committed
Version 3.5.0
1 parent 50ebbb0 commit 6a88f54

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Build/setVersion.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$AssemblyVersion = "3.4.3"
2-
$SemanticVersion = $AssemblyVersion + "-alpha" #for stable version, set postfix to empty
1+
$AssemblyVersion = "3.5.0"
2+
$SemanticVersion = $AssemblyVersion + "" #for stable version, set postfix to empty
33

44
function Update-NuGetVersion ([string] $filename, [string] $versionNumber){
55
$content = Get-Content $filename

FileHelpers.ExcelNPOIStorage/FileHelpers.ExcelNPOIStorage.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net40;net45</TargetFrameworks>
4-
<Version>3.4.3-alpha</Version>
4+
<Version>3.5.0</Version>
55
<SignAssembly>true</SignAssembly>
66
<AssemblyOriginatorKeyFile>FileHelpers.snk</AssemblyOriginatorKeyFile>
77
<DelaySign>false</DelaySign>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
9-
<Description>Extension for FileHelpers to support Excel read/write operations using NPOI Library www.filehelpers.net</Description>
9+
<Description>Extension for FileHelpers to support Excel read/write operations using NPOI Library www.filehelpers.net</Description>
1010
<Company>Devoo</Company>
1111
<Product>FileHelpers http://www.filehelpers.net</Product>
1212
<Copyright>Marcos Meli - Devoo</Copyright>

FileHelpers/FileHelpers.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net40;net45;netstandard2.0</TargetFrameworks>
44
<SignAssembly>true</SignAssembly>
55
<AssemblyOriginatorKeyFile>FileHelpers.snk</AssemblyOriginatorKeyFile>
66
<DelaySign>false</DelaySign>
7-
<Version>3.4.3-alpha</Version>
7+
<Version>3.5.0</Version>
88
<Description>Open Source library for automatic formatted file read/write operations www.filehelpers.net</Description>
99
<Company>Devoo</Company>
1010
<Product>FileHelpers http://www.filehelpers.net</Product>

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
image: Visual Studio 2019
2-
version: 3.4.3.{build}
2+
version: 3.5.0.{build}
33

44
nuget:
55
project_feed: true

0 commit comments

Comments
 (0)