File tree Expand file tree Collapse file tree 10 files changed +11
-11
lines changed
DotnetValidationJavaCodegen
DotnetValidationSingleTarget Expand file tree Collapse file tree 10 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 4848 </Choose >
4949
5050 <ItemGroup >
51- <PackageReference Include =" Antlr4" Version =" 4.6.6-dev " />
51+ <PackageReference Include =" Antlr4" Version =" 4.6.6" />
5252 </ItemGroup >
5353
5454 <ItemGroup >
Original file line number Diff line number Diff line change 4848 </Choose >
4949
5050 <ItemGroup >
51- <PackageReference Include =" Antlr4" Version =" 4.6.6-dev " />
51+ <PackageReference Include =" Antlr4" Version =" 4.6.6" />
5252 </ItemGroup >
5353
5454 <ItemGroup >
Original file line number Diff line number Diff line change 88 </PropertyGroup >
99
1010 <ItemGroup >
11- <PackageReference Include =" Antlr4" Version =" 4.6.6-dev " />
11+ <PackageReference Include =" Antlr4" Version =" 4.6.6" />
1212 </ItemGroup >
1313
1414 <ItemGroup >
Original file line number Diff line number Diff line change 1- $AntlrVersion = " 4.6.6-dev "
1+ $AntlrVersion = " 4.6.6"
Original file line number Diff line number Diff line change 77
88 <AssemblyVersion >4.6.0.0</AssemblyVersion >
99 <FileVersion >4.6.6.0</FileVersion >
10- <InformationalVersion >4.6.6-dev </InformationalVersion >
10+ <InformationalVersion >4.6.6</InformationalVersion >
1111 <Description >The original, highly-optimized C# runtime for ANTLR 4.</Description >
1212 <Copyright >Copyright © Sam Harwell 2015</Copyright >
1313 <Company >Tunnel Vision Laboratories, LLC</Company >
Original file line number Diff line number Diff line change 1212
1313 <AssemblyVersion >4.6.0.0</AssemblyVersion >
1414 <FileVersion >4.6.6.0</FileVersion >
15- <InformationalVersion >4.6.6-dev </InformationalVersion >
15+ <InformationalVersion >4.6.6</InformationalVersion >
1616 <Description >A C# port of the ANTLR 4 code generation tool.</Description >
1717 <Copyright >Copyright © Sam Harwell 2016</Copyright >
1818 <Company >Tunnel Vision Laboratories, LLC</Company >
Original file line number Diff line number Diff line change 99 <Antlr4BuildTaskPath Condition =" '$(MSBuildRuntimeType)' != 'Core'" >..\tools\net40</Antlr4BuildTaskPath >
1010 <Antlr4BuildTaskPath Condition =" '$(MSBuildRuntimeType)' == 'Core'" >..\tools\netstandard</Antlr4BuildTaskPath >
1111 <!-- Path to the ANTLR tool itself -->
12- <Antlr4ToolPath >..\tools\antlr4-csharp-4.6.6-SNAPSHOT- complete.jar</Antlr4ToolPath >
12+ <Antlr4ToolPath >..\tools\antlr4-csharp-4.6.6-complete.jar</Antlr4ToolPath >
1313 </PropertyGroup >
1414
1515 <Import Project =" Antlr4.CodeGenerator.DefaultItems.props" />
Original file line number Diff line number Diff line change 3333 <PropertyGroup >
3434 <Antlr4BuildTaskLocation Condition =" '$(Antlr4BuildTaskPath)'==''" >$(MSBuildBinPath)</Antlr4BuildTaskLocation >
3535 <Antlr4BuildTaskLocation Condition =" '$(Antlr4BuildTaskPath)'!=''" >$(Antlr4BuildTaskPath)</Antlr4BuildTaskLocation >
36- <Antlr4ToolLocation Condition =" '$(Antlr4ToolPath)'==''" >$(MSBuildBinPath)\Antlr4\antlr4-csharp-4.6.6-SNAPSHOT- complete.jar</Antlr4ToolLocation >
36+ <Antlr4ToolLocation Condition =" '$(Antlr4ToolPath)'==''" >$(MSBuildBinPath)\Antlr4\antlr4-csharp-4.6.6-complete.jar</Antlr4ToolLocation >
3737 <Antlr4ToolLocation Condition =" '$(Antlr4ToolPath)'!=''" >$(Antlr4ToolPath)</Antlr4ToolLocation >
3838
3939 <Antlr4JavaVendor Condition =" '$(Antlr4JavaVendor)'==''" >JavaSoft</Antlr4JavaVendor >
Original file line number Diff line number Diff line change 1010
1111 <AssemblyVersion >4.6.0.0</AssemblyVersion >
1212 <FileVersion >4.6.6.0</FileVersion >
13- <InformationalVersion >4.6.6-dev </InformationalVersion >
13+ <InformationalVersion >4.6.6</InformationalVersion >
1414 <Description >MSBuild tasks for ANTLR 4 code generation.</Description >
1515 <Copyright >Copyright © Sam Harwell 2015</Copyright >
1616 <Company >Tunnel Vision Laboratories, LLC</Company >
Original file line number Diff line number Diff line change 1010 <modelVersion >4.0.0</modelVersion >
1111 <groupId >com.tunnelvisionlabs</groupId >
1212 <artifactId >antlr4-csharp</artifactId >
13- <version >4.6.6-SNAPSHOT </version >
13+ <version >4.6.6</version >
1414 <packaging >jar</packaging >
1515
1616 <name >ANTLR 4 Target C#</name >
6868 <url >https://github.com/tunnelvisionlabs/antlr4cs/tree/master</url >
6969 <connection >scm:git:git://github.com/tunnelvisionlabs/antlr4cs.git</connection >
7070 <developerConnection >scm:git:git@github.com:tunnelvisionlabs/antlr4cs.git</developerConnection >
71- <tag >HEAD </tag >
71+ <tag >v4.6.6 </tag >
7272 </scm >
7373
7474 <dependencies >
You can’t perform that action at this time.
0 commit comments