File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
<RootNamespace >Dprint.Plugins.Roslyn</RootNamespace >
7
7
<AssemblyName >dprint-plugin-roslyn</AssemblyName >
8
8
<Nullable >enable</Nullable >
9
- <Version >0.4 .0</Version >
9
+ <Version >0.5 .0</Version >
10
10
<Authors >David Sherret</Authors >
11
11
<Company >Dprint Code Formatting</Company >
12
12
</PropertyGroup >
16
16
</ItemGroup >
17
17
18
18
<ItemGroup >
19
- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 4.0 .0-6 .final" />
20
- <PackageReference Include =" Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version =" 4.0 .0-6 .final" />
19
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 4.1 .0-3 .final" />
20
+ <PackageReference Include =" Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version =" 4.1 .0-3 .final" />
21
21
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
22
22
</ItemGroup >
23
23
Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2020-2021 David Sherret
3
+ Copyright (c) 2020-2022 David Sherret
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments