Skip to content

Commit 28939f0

Browse files
committed
publishing the v3.1.0-preview-02
1 parent 803883e commit 28939f0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

BuildScripts/NuGetPublish.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set PACKAGES=..\.dist
44
set SOURCE=https://api.nuget.org/v3/index.json
55
set /p APIKEY=<"..\..\ApiKey.txt"
66

7-
set PKGVER=3.1.0-preview-01
7+
set PKGVER=3.1.0-preview-02
88

99
dotnet nuget push "%PACKAGES%\FastExpressionCompiler.%PKGVER%.nupkg" -k %APIKEY% -s %SOURCE%
1010
rem dotnet nuget push "%PACKAGES%\FastExpressionCompiler.src.%PKGVER%.nupkg" -k %APIKEY% -s %SOURCE%

src/FastExpressionCompiler/FastExpressionCompiler.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFrameworks>net45;netstandard2.0;netstandard2.1</TargetFrameworks>
44
<VersionPrefix>3.1.0</VersionPrefix>
5-
<VersionSuffix>preview-01</VersionSuffix>
5+
<VersionSuffix>preview-02</VersionSuffix>
66
<Product>FastExpressionCompiler</Product>
77
<PackageId>$(Product)</PackageId>
88
<Title>$(Product)</Title>
@@ -15,6 +15,7 @@
1515
- added: #303 Add CompilerFlags.ThrowOnNotSupportedException and throw NotSupportedExpressionException when the flag is passed to CompileFast
1616
- fixed: #301 Another case of the InvalidOperationException in the Mapster
1717
- fixed: ListInit compilation for the Dictionary
18+
- fixed: the lookup for the non-public property setter
1819
1920
## v3.0.5 Bug-fix release
2021

0 commit comments

Comments
 (0)