Skip to content

Commit 0eeed87

Browse files
dotnet and java released
1 parent a9bcae9 commit 0eeed87

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
docfx_project
1+
docfx_project
2+
.vscode
3+
cjson/dist
4+
node_modules
5+
.vscodeignore
6+
package-lock.json

dotnet/CJson/CJson/CJson.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Title>Coded JavaScript Object Notation</Title>
88
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
99
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
10-
<Version>2.0.0</Version>
10+
<Version>2.1.0</Version>
1111
</PropertyGroup>
1212

1313
<ItemGroup>

dotnet/CJson/CJson/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# This is the **HOMEPAGE**.
2+
Refer to [Markdown](http://daringfireball.net/projects/markdown/) for how to write markdown files.
3+
## Quick Start Notes:
4+
1. Add images to the *images* folder if the file is referencing an image.

java/Coded-Json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.subhendushekhar.cjson</groupId>
88
<artifactId>cjson</artifactId>
9-
<version>2.1.2</version>
9+
<version>2.1.3</version>
1010
<packaging>jar</packaging>
1111
<name>${project.groupId}:${project.artifactId}</name>
1212
<url>https://github.com/SubhenduShekhar/cjson/tree/main/java</url>

0 commit comments

Comments
 (0)