Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzie committed Jan 29, 2024
1 parent d7d4a36 commit 43c071a
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Source/Clients/v1/Go/Topica.Client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.

- API version: 1.0
- Package version: 1.0.0
- Package version: 0.0.1
- Build package: org.openapitools.codegen.languages.GoClientCodegen

## Installation
Expand Down
2 changes: 1 addition & 1 deletion Source/Clients/v1/Go/Topica.Client/configuration.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Source/Clients/v1/Rust/Topica.Client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "topica"
version = "1.0.0"
version = "0.0.1"
authors = ["OpenAPI Generator team and contributors"]
description = "No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)"
# Override this license by providing a License Object in the OpenAPI.
Expand Down
2 changes: 1 addition & 1 deletion Source/Clients/v1/Rust/Topica.Client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://openapis.org) from a remote server, you can easily generate an API client.

- API version: 1.0
- Package version: 1.0.0
- Package version: 0.0.1
- Build package: `org.openapitools.codegen.languages.RustClientCodegen`

## Installation
Expand Down
4 changes: 2 additions & 2 deletions Source/Clients/v1/TypeScript/Topica.Client/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## topica@1.0.0
## topica@0.0.1

This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:

Expand Down Expand Up @@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
_published:_

```
npm install topica@1.0.0 --save
npm install topica@0.0.1 --save
```

_unPublished (not recommended):_
Expand Down
2 changes: 1 addition & 1 deletion Source/Clients/v1/TypeScript/Topica.Client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "topica",
"version": "1.0.0",
"version": "0.0.1",
"description": "OpenAPI client for topica",
"author": "OpenAPI-Generator",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions Source/Clients/v1/TypeScript/topica.Client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Source/Scripts/GenerateCode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import fse from "fs-extra";
import { execute } from "./Execute";

const tempFolder = path.join(__dirname, "../temp");
const version = "1.0.0";
const version = fse.readFileSync(path.join(__dirname, "../version.txt"));
const appName = "topica";

if (fse.existsSync(tempFolder)) fse.removeSync(tempFolder);
Expand Down
1 change: 1 addition & 0 deletions Source/version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.0.1

0 comments on commit 43c071a

Please sign in to comment.