Skip to content

Commit

Permalink
0.1 "Augustus" to release (#64)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
IhateTrains and Idhrendur authored Oct 11, 2020
1 parent 8c78f8f commit a7c6f43
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 9 deletions.
1 change: 1 addition & 0 deletions ImperatorToCK3/Data_Files/ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ INSTRUCTIONS
CREDITS
----

IhateTrains - Lead, programming, data files
Idhrendur - Setting up the project, review, advice
Zemurin - Review, advice
lukaslunt - Data files
Expand Down
6 changes: 3 additions & 3 deletions ImperatorToCK3/Data_Files/configurables/version.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Version info

version = "0.0A"
name = "init-prerelease"
descriptionLine = "Compatible with I:R 1.4"
version = "0.1"
name = "Augustus"
descriptionLine = "Compatible with I:R 1.5 and CK3 1.1"
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# ImperatorToCK3
It will be a thing.
## Converts Imperator: Rome saves into Crusader Kings III mods

[![CodeFactor](https://www.codefactor.io/repository/github/paradoxgameconverters/imperatortock3/badge/master)](https://www.codefactor.io/repository/github/paradoxgameconverters/imperatortock3/overview/master)
This converter is documented on the [Imperator: Rome wiki](https://imperator.paradoxwikis.com/Imperator_To_CK3_Converter).

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.
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.

---

[![CodeFactor](https://www.codefactor.io/repository/github/paradoxgameconverters/imperatortock3/badge/master)](https://www.codefactor.io/repository/github/paradoxgameconverters/imperatortock3/overview/master)
[![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)
[![Build status](https://ci.appveyor.com/api/projects/status/kt1wys7adfoqtf3q?svg=true)](https://ci.appveyor.com/project/Idhrendur/imperatortock3)

---

The latest development release of the Windows version is available [here](https://github.com/ParadoxGameConverters/ImperatorToCK3/releases/tag/windows_development_build).
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ test_script:
$wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\tests.xml))
artifacts:
- path: Release
name: ImperatorToCK3
name: ImperatorToCK3-0.1
deploy:
- provider: GitHub
release: DevelopmentRelease
description: The most recent build of the development version
release: 0.1
description: First stable release
auth_token:
secure: LBJzs4y9j0N5y0ajp7gmVk3Pvnec1UU5pTCdIMbQYUddEXQnWTJ79FXsd9SCs7YQ
repository: ParadoxGameConverters/ImperatorToCK3
artifact: ImperatorToCK3
artifact: ImperatorToCK3-0.1
prerelease: true
force_update: true

0 comments on commit a7c6f43

Please sign in to comment.