Skip to content

Commit a7c6f43

Browse files
0.1 "Augustus" to release (#64)
* 0.1 to release * Update appveyor.yml * Update README.md * Update ReadMe.txt * Update README.md * Update README.md * Satisfying Codacy Co-authored-by: Idhrendur <[email protected]>
1 parent 8c78f8f commit a7c6f43

File tree

4 files changed

+23
-9
lines changed

4 files changed

+23
-9
lines changed

ImperatorToCK3/Data_Files/ReadMe.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ INSTRUCTIONS
2323
CREDITS
2424
----
2525

26+
IhateTrains - Lead, programming, data files
2627
Idhrendur - Setting up the project, review, advice
2728
Zemurin - Review, advice
2829
lukaslunt - Data files
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version info
22

3-
version = "0.0A"
4-
name = "init-prerelease"
5-
descriptionLine = "Compatible with I:R 1.4"
3+
version = "0.1"
4+
name = "Augustus"
5+
descriptionLine = "Compatible with I:R 1.5 and CK3 1.1"

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
# ImperatorToCK3
2-
It will be a thing.
2+
## Converts Imperator: Rome saves into Crusader Kings III mods
33

4-
[![CodeFactor](https://www.codefactor.io/repository/github/paradoxgameconverters/imperatortock3/badge/master)](https://www.codefactor.io/repository/github/paradoxgameconverters/imperatortock3/overview/master)
4+
This converter is documented on the [Imperator: Rome wiki](https://imperator.paradoxwikis.com/Imperator_To_CK3_Converter).
5+
6+
For troubleshooting, bugreporting, or other help, please visit the official [release thread](https://forum.paradoxplaza.com/forum/threads/imperator-to-ck3-release-thread.1415172/) on the Paradox Interactive forums.
7+
To help with development, please visit the official [development thread](https://forum.paradoxplaza.com/forum/threads/imperator-to-ck3-development-thread.1415175/) on the Paradox forums.
8+
9+
---
10+
11+
[![CodeFactor](https://www.codefactor.io/repository/github/paradoxgameconverters/imperatortock3/badge/master)](https://www.codefactor.io/repository/github/paradoxgameconverters/imperatortock3/overview/master)
12+
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/8a9f106c7b9a43faa37ad74b5897edc5)](https://www.codacy.com/gh/ParadoxGameConverters/ImperatorToCK3/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=ParadoxGameConverters/ImperatorToCK3&amp;utm_campaign=Badge_Grade)
13+
[![Build status](https://ci.appveyor.com/api/projects/status/kt1wys7adfoqtf3q?svg=true)](https://ci.appveyor.com/project/Idhrendur/imperatortock3)
14+
15+
---
16+
17+
The latest development release of the Windows version is available [here](https://github.com/ParadoxGameConverters/ImperatorToCK3/releases/tag/windows_development_build).

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ test_script:
1818
$wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\tests.xml))
1919
artifacts:
2020
- path: Release
21-
name: ImperatorToCK3
21+
name: ImperatorToCK3-0.1
2222
deploy:
2323
- provider: GitHub
24-
release: DevelopmentRelease
25-
description: The most recent build of the development version
24+
release: 0.1
25+
description: First stable release
2626
auth_token:
2727
secure: LBJzs4y9j0N5y0ajp7gmVk3Pvnec1UU5pTCdIMbQYUddEXQnWTJ79FXsd9SCs7YQ
2828
repository: ParadoxGameConverters/ImperatorToCK3
29-
artifact: ImperatorToCK3
29+
artifact: ImperatorToCK3-0.1
3030
prerelease: true
3131
force_update: true

0 commit comments

Comments
 (0)