File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/FastExpressionCompiler Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set PACKAGES=..\.dist
44set SOURCE = https://api.nuget.org/v3/index.json
55set /p APIKEY = < " ..\..\ApiKey.txt"
66
7- set PKGVER = 3.1.0-preview-01
7+ set PKGVER = 3.1.0-preview-02
88
99dotnet nuget push " %PACKAGES% \FastExpressionCompiler.%PKGVER% .nupkg" -k %APIKEY% -s %SOURCE%
1010rem dotnet nuget push "%PACKAGES%\FastExpressionCompiler.src.%PKGVER%.nupkg" -k %APIKEY% -s %SOURCE%
Original file line number Diff line number Diff line change 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 >
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
You can’t perform that action at this time.
0 commit comments