File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd" >
33 <metadata >
44 <id >HttpMultipartParser</id >
5- <version >2.2.3 </version >
5+ <version >2.2.4 </version >
66 <title >HttpMultipartParser</title >
77 <authors >Jake Woods</authors >
88 <licenseUrl >http://opensource.org/licenses/MIT</licenseUrl >
Original file line number Diff line number Diff line change 6565// by using the '*' as shown below:
6666// [assembly: AssemblyVersion("1.0.*")]
6767
68- [ assembly: AssemblyVersion ( "2.2.3 .0" ) ]
69- [ assembly: AssemblyFileVersion ( "2.2.3 .0" ) ]
68+ [ assembly: AssemblyVersion ( "2.2.4 .0" ) ]
69+ [ assembly: AssemblyFileVersion ( "2.2.4 .0" ) ]
Original file line number Diff line number Diff line change 11{
22 "title" : " HttpMultipartParser" ,
3- "version" : " 2.2.3 -*" ,
3+ "version" : " 2.2.4 -*" ,
44 "dependencies" : {
55
66 },
2121 },
2222 "buildOptions" : {
2323 "emitEntryPoint" : false ,
24+ "keyFile" : " HttpMultipartParser.snk" ,
2425 "platform" : " anycpu" ,
2526 "xmlDoc" : true
2627 },
You can’t perform that action at this time.
0 commit comments