We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ec7e0 commit 465cc07Copy full SHA for 465cc07
NuGet/CodeJam.Main.nuspec
@@ -2,7 +2,7 @@
2
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
3
<metadata>
4
<id>CodeJam</id>
5
- <version>1.0.0-beta5</version>
+ <version>1.0.0-beta6</version>
6
<title>CodeJam .NET Library</title>
7
<authors>andrewvk</authors>
8
<licenseUrl>https://github.com/rsdn/CodeJam/blob/master/LICENSE</licenseUrl>
NuGet/Readme.txt
@@ -11,6 +11,7 @@ What's new in 1.0.0-beta6
11
* IServicePublisher interface
12
* System.IServiceProvider and IServicePublisher helper methods
13
* ServiceContainer class (IServicePublisher implementation)
14
+* CSV and fixed width parsers
15
* Performance optimization
16
* Refactoring
17
* Fixes, code cleanup and annotations
0 commit comments