Skip to content

Commit

Permalink
Updated docs and project meta
Browse files Browse the repository at this point in the history
  • Loading branch information
lordvoldem0rt committed Feb 23, 2023
1 parent 3107ab4 commit f7f0201
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ Few small quality of life tweaks

- Fixed uncaught error when duplicate keys appeared in the CSV

## [v0.2.1] - 2023-02-04
## [v0.2.1] - 2023-02-12

Fixed bug where quotes in CSV files were being double escaped when converting to BIN

## [v0.2.0] - yyyy-mm-dd
## [v0.2.0] - 2023-02-10

Added support to convert .csv to .bin

## [v0.1.0] - yyyy-mm-dd
## [v0.1.0] - 2023-02-09

Initial release that supports BIN to JSON and JSON to BIN
4 changes: 2 additions & 2 deletions Parseltongue.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyName>Parseltongue</AssemblyName>
<RootNamespace>Parseltongue</RootNamespace>
<AssemblyName>parseltongue</AssemblyName>
<RootNamespace>parseltongue</RootNamespace>
<IsPackable>false</IsPackable>
<Version>0.2.2</Version>
<ApplicationIcon>snake-head.ico</ApplicationIcon>
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@ Few small quality of life tweaks

- Fixed uncaught error when duplicate keys appeared in the CSV

### [v0.2.1] - 2023-02-04
### [v0.2.1] - 2023-02-12

Fixed bug where quotes in CSV files were being double escaped when converting to BIN

### [v0.2.0] - yyyy-mm-dd
### [v0.2.0] - 2023-02-10

Added support to convert .csv to .bin

### [v0.1.0] - yyyy-mm-dd
### [v0.1.0] - 2023-02-09

Initial release that supports BIN to JSON and JSON to BIN

0 comments on commit f7f0201

Please sign in to comment.