Skip to content

Commit

Permalink
chore(master): release 1.1.0 (#8)
Browse files Browse the repository at this point in the history
* chore(master): release 1.1.0

* chore: fix repo url bc dumb moment

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sophon96 <[email protected]>
  • Loading branch information
github-actions[bot] and Sophon96 authored Dec 4, 2023
1 parent 892397a commit e92c21b
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.0.1"}
{".":"1.1.0"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.1.0](https://github.com/Sophon96/dvNoCableMU/compare/v1.0.1...v1.1.0) (2023-12-04)


### Features

* add ability to sync DM3 gearbox and cylinder cocks, add settings to enable non-standard MU ([b79cb05](https://github.com/Sophon96/dvNoCableMU/commit/b79cb0586f52feec112ef54c887d748c29419001))
* make window actually draggable ([398b846](https://github.com/Sophon96/dvNoCableMU/commit/398b846f36c240e6fc9bfd37169d6beee02a7376))

## [1.0.1](https://github.com/Sophon96/dvNoCableMU/compare/v1.0.0...v1.0.1) (2023-09-10)


Expand Down
2 changes: 1 addition & 1 deletion Info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Id": "Sophon96.dvNoCableMU",
"DisplayName": "No Cable MU",
"Author": "Sophon96",
"Version": "1.0.1",
"Version": "1.1.0",
"HomePage": "https://github.com/Sophon96/dvNoCableMU",
"AssemblyName": "dvNoCableMU.dll",
"EntryMethod": "dvNoCableMU.Plugin.Load",
Expand Down
2 changes: 1 addition & 1 deletion dvNoCableMU.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net48</TargetFramework>
<AssemblyName>dvNoCableMU</AssemblyName>
<Description>Synchronize locomotives without connecting them!</Description>
<Version>1.0.1</Version>
<Version>1.1.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<RootNamespace>dvNoCableMU</RootNamespace>
Expand Down
4 changes: 2 additions & 2 deletions repository.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"Releases": [
{
"Id": "Sophon96.dvNoCableMU",
"Version": "1.0.1",
"DownloadUrl": "https://github.com/Sophon96/dvNOCableMU/releases/download/v1.0.1/Sophon96.dvNoCableMU_v1.0.1.zip"
"Version": "1.1.0",
"DownloadUrl": "https://github.com/Sophon96/dvNoCableMU/releases/download/v1.1.0/Sophon96.dvNoCableMU_v1.1.0.zip"
}
]
}
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.1.0

0 comments on commit e92c21b

Please sign in to comment.