Commit Graph

26 Commits

Author SHA1 Message Date
Ben Adams
a88c671bde Include readme 2021-04-23 01:57:20 +01:00
Ben Adams
daf9fe0e4d
Include icon (#156) 2021-04-23 01:50:03 +01:00
Jonas Nyrup
e0a074b193
Update csproj to use LicenseExpression (#150)
I assume this should have been `LicenseExpression`
See https://docs.microsoft.com/en-us/nuget/reference/msbuild-targets#packing-a-license-expression-or-a-license-file
2021-03-18 16:15:30 +00:00
Ben Adams
7a4d213221 Update .csproj licence 2021-01-04 01:34:25 +00:00
Bruno Garcia
d3195acac0
Enabled Nullable Reference Types (#136) 2021-01-04 01:14:24 +00:00
Bruno Garcia
ded4efd646 ns2.1 and TryResolveStateMachineMethod 2021-01-03 20:18:40 +00:00
dependabot[bot]
e09b8c4318 Bump Nerdbank.GitVersioning from 3.0.25 to 3.3.37
Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.0.25 to 3.3.37.
- [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases)
- [Commits](https://github.com/dotnet/Nerdbank.GitVersioning/compare/v3.0.25...v3.3.37)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-15 02:21:47 +00:00
dependabot[bot]
97312bb0f6 Bump System.Reflection.Metadata from 1.6.0 to 5.0.0
Bumps [System.Reflection.Metadata](https://github.com/dotnet/runtime) from 1.6.0 to 5.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits/v5.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-15 02:21:05 +00:00
dependabot[bot]
fde9e8c463 Bump System.Threading.Tasks.Extensions from 4.5.3 to 4.5.4
Bumps [System.Threading.Tasks.Extensions](https://github.com/dotnet/corefx) from 4.5.3 to 4.5.4.
- [Release notes](https://github.com/dotnet/corefx/releases)
- [Commits](https://github.com/dotnet/corefx/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-15 02:20:48 +00:00
Ben Adams
cda8e4e625 Bump version + sourcelink 2020-02-17 03:21:56 +00:00
彭伟
eaf0393860 Add ValueTask support (#89)
* Add ValueTask support

* remove netstandard2.1
2019-11-30 02:12:04 +00:00
Aristarkh Zagorodnikov
adef3aa266 Fix for IndexOutOfRangeException in ILReader.ReadOpCode() (#81)
* Allow testing internals

* Add ILReaderTests

* Skip inline operands in IL
2019-01-29 16:09:08 +01:00
Kristian Hellang
c3519f14c5 💄 (#67) 2018-03-08 15:55:27 -08:00
Sergey Teplyakov
125e373b45 Remove the dependency on System.ValueTuple (#63)
* Add an option to get tuple data via reflection.

* Removed non-relfection-based way of getting information about the tuples.

* Make methods static back.

* Remove the nuget dependency to System.ValueTuple
2018-02-23 11:24:41 +00:00
Oren Novotny
bf29db9e76
Add strong name key 2018-02-01 20:21:47 -05:00
Oren Novotny
47a7a4bcf1
Auto versioning with NB.GV 2018-02-01 20:15:31 -05:00
Alexander Kozlenko
1d0a516361 Set language version for the whole solution (#46) 2018-02-02 00:35:53 +00:00
Ben Adams
867b87c4b4 bump version 2017-12-22 15:56:22 +00:00
Ben Adams
9945e82cb7 Skip il that can't be interpreted 2017-11-30 16:25:51 +01:00
Ben Adams
c99b48112a Bump version 2017-11-14 02:57:04 +00:00
Ben Adams
f0c84572b7 Bump version 2017-11-13 12:25:25 +00:00
Robin Sue
5391a0aa96
Cleanup dependencies + support .NET 4.5, fixes #15 2017-11-13 09:00:37 +01:00
Ben Adams
d4bf1639c7 ci changes 2017-11-12 12:06:26 +00:00
Ben Adams
e7a2f46ff6
ReturnParameter fix for lambda_method (#11)
* ReturnParameter fix for lambda_method

* Bump version
2017-11-12 00:22:42 +01:00
Ben Adams
07d3e4f82c SourceLink files 2017-11-11 17:54:56 +00:00
Ben Adams
34930738f6 Add 0.0.1 code 2017-11-11 15:55:09 +00:00