You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix emergency resolution (VS2017 for dataflow) - fixes#542
We can't do this because we don't ship the dataflow assembly. Doing so requires some extra build targets which seems like more complexity.
[assembly: ProvideBindingRedirection(AssemblyName = "System.Threading.Tasks.Dataflow",
OldVersionLowerBound = "0.0.0.0", OldVersionUpperBound = "4.5.9999.9999", NewVersion = "4.6.0.0")]
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
14
14
### C# -> VB
15
15
16
16
17
+
## [8.0.1] - 2020-03-13
18
+
19
+
20
+
### Vsix
21
+
22
+
* Fixes conversion in VS2017
23
+
24
+
### VB -> C#
25
+
26
+
27
+
### C# -> VB
28
+
29
+
17
30
## [8.0.0] - 2020-03-11
18
31
19
32
* Known issue: Breaks VS2017 support - please use [7.9.0](https://github.com/icsharpcode/CodeConverter/releases/tag/7.9.0) until the next version is released
0 commit comments